Skip to content

Commit

Permalink
Switch some demos to Bazel 7.0.0
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 1c8ebda4f2bbaa03d251005542050a3b3f231a1a
  • Loading branch information
Vertexwahn committed Dec 11, 2023
1 parent 8f054fd commit 3487b93
Show file tree
Hide file tree
Showing 11 changed files with 629 additions and 115 deletions.
2 changes: 0 additions & 2 deletions intermediate/cpp/Eigen/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# SPDX-License-Identifier: Apache-2.0
#

common --enable_bzlmod # default in Bazel 7.0

# GCC 9.3
build:gcc9 --cxxopt=-std=c++2a
build:gcc9 --cxxopt=-Wall
Expand Down
2 changes: 1 addition & 1 deletion intermediate/cpp/Eigen/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.0.0
1 change: 0 additions & 1 deletion intermediate/cpp/Eigen/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cc_binary(
name = "EigenDemo",
srcs = ["main.cpp"],
copts = ["-Iexternal/eigen"],
deps = [
"@eigen",
],
Expand Down
78 changes: 0 additions & 78 deletions intermediate/cpp/Eigen/eigen.BUILD

This file was deleted.

1 change: 1 addition & 0 deletions intermediate/cpp/Embree/.bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.0.0
1 change: 1 addition & 0 deletions intermediate/cpp/Embree/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bazel_dep(name = "embree", version = "4.3.0")
Loading

0 comments on commit 3487b93

Please sign in to comment.