Skip to content

Commit a79c10d

Browse files
committed
bazel: remove scip override
1 parent 3aaff5b commit a79c10d

File tree

2 files changed

+1
-411
lines changed

2 files changed

+1
-411
lines changed

MODULE.bazel

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bazel_dep(name = "rules_jvm_external", version = "6.4")
3636
bazel_dep(name = "rules_license", version = "1.0.0")
3737
bazel_dep(name = "rules_proto", version = "6.0.2")
3838
bazel_dep(name = "rules_python", version = "0.37.2")
39-
bazel_dep(name = "scip", version = "9.2.0")
39+
bazel_dep(name = "scip", version = "9.2.0.bcr.1")
4040
bazel_dep(name = "swig", version = "4.2.0")
4141
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
4242

@@ -48,14 +48,6 @@ git_override(
4848
remote = "https://github.com/pybind/pybind11_abseil.git",
4949
)
5050

51-
git_override(
52-
module_name = "scip",
53-
commit = "74cea9222e98f7351dc4540f562a6dfa4c1d7595",
54-
patch_strip = 1,
55-
patches = ["//bazel:scip-v920.patch"],
56-
remote = "https://github.com/scipopt/scip.git",
57-
)
58-
5951
SUPPORTED_PYTHON_VERSIONS = [
6052
"3.9",
6153
"3.10",

0 commit comments

Comments
 (0)