Skip to content

Commit

Permalink
bazel: remove scip override
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Dec 5, 2024
1 parent 1369b4c commit cf02c3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 411 deletions.
10 changes: 1 addition & 9 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bazel_dep(name = "rules_jvm_external", version = "6.4")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_python", version = "0.37.2")
bazel_dep(name = "scip", version = "9.2.0")
bazel_dep(name = "scip", version = "9.2.0.bcr.1")
bazel_dep(name = "swig", version = "4.2.0")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")

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

git_override(
module_name = "scip",
commit = "74cea9222e98f7351dc4540f562a6dfa4c1d7595",
patch_strip = 1,
patches = ["//bazel:scip-v920.patch"],
remote = "https://github.com/scipopt/scip.git",
)

SUPPORTED_PYTHON_VERSIONS = [
"3.9",
"3.10",
Expand Down
Loading

0 comments on commit cf02c3f

Please sign in to comment.