Skip to content

Commit 33e889e

Browse files
committed
Update nlopt
1 parent e66867f commit 33e889e

File tree

3 files changed

+48
-226
lines changed

3 files changed

+48
-226
lines changed

MODULE.bazel

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module(
22
name = "albatross",
33
version = "0.1.0",
4-
compatibility_level = 1
4+
compatibility_level = 1,
55
)
66

77
bazel_dep(name = "bazel_skylib", version = "1.7.1")
88
bazel_dep(name = "platforms", version = "0.0.10")
99
bazel_dep(name = "rules_swiftnav", version = "0.3.0")
1010
git_override(
1111
module_name = "rules_swiftnav",
12+
commit = "049eacacfd7deb490867cdc776d95e156c265de7",
1213
remote = "https://github.com/swift-nav/rules_swiftnav.git",
13-
commit = "049eacacfd7deb490867cdc776d95e156c265de7"
1414
)
1515

1616
swift_cc_toolchain_ext = use_extension("@rules_swiftnav//cc:extensions.bzl", "swift_cc_toolchain_extension")
@@ -59,14 +59,13 @@ local_path_override(
5959
path = "third_party/fast-cpp-csv-parser",
6060
)
6161

62-
bazel_dep(name = "googletest", version = "1.16.0", repo_name = "gtest", dev_dependency = True)
62+
bazel_dep(name = "googletest", version = "1.16.0", dev_dependency = True, repo_name = "gtest")
6363
local_path_override(
6464
module_name = "googletest",
6565
path = "third_party/googletest",
6666
)
6767

6868
bazel_dep(name = "cereal", version = "1.2.2-79.swiftnav")
69-
7069
bazel_dep(name = "zlib", version = "1.2.13")
7170
bazel_dep(name = "gzip_hpp", version = "0.1.0", repo_name = "gzip")
7271
local_path_override(
@@ -75,22 +74,20 @@ local_path_override(
7574
)
7675

7776
bazel_dep(name = "zstd", version = "1.5.5.bcr.2")
78-
7977
bazel_dep(name = "threadpool", version = "0.1.0.swiftnav", repo_name = "ThreadPool")
8078
local_path_override(
8179
module_name = "threadpool",
8280
path = "third_party/ThreadPool",
8381
)
8482

8583
bazel_dep(name = "suitesparse", version = "7.1.0.swiftnav")
86-
8784
bazel_dep(name = "gflags", version = "2.2.2.swiftnav")
8885
local_path_override(
8986
module_name = "gflags",
9087
path = "third_party/googleflags",
9188
)
9289

93-
bazel_dep(name = "nlopt", version = "2.6.1.swiftnav", dev_dependency = True)
90+
bazel_dep(name = "nlopt", version = "2.6.1.1.swiftnav")
9491
local_path_override(
9592
module_name = "nlopt",
9693
path = "third_party/nlopt",

0 commit comments

Comments
 (0)