diff --git a/modules/highs/1.11.0/MODULE.bazel b/modules/highs/1.11.0/MODULE.bazel new file mode 100644 index 00000000000..8f4937f512f --- /dev/null +++ b/modules/highs/1.11.0/MODULE.bazel @@ -0,0 +1,21 @@ +"""highs module +""" +module( + name = "highs", + version = "1.11.0", +) + +bazel_dep( + name = "bazel_skylib", + version = "1.7.1", +) + +bazel_dep( + name = "rules_cc", + version = "0.0.16", +) + +bazel_dep( + name = "zlib", + version = "1.3.1.bcr.3", +) diff --git a/modules/highs/1.11.0/presubmit.yml b/modules/highs/1.11.0/presubmit.yml new file mode 100644 index 00000000000..9e4829ccde3 --- /dev/null +++ b/modules/highs/1.11.0/presubmit.yml @@ -0,0 +1,22 @@ +matrix: + platform: + - debian10 + - ubuntu2004 + - macos + - macos_arm64 + bazel: + - 8.x + - 7.x + - 6.x +tasks: + verify_targets: + name: Verify build targets + platform: ${{ platform }} + bazel: ${{ bazel }} + build_flags: + - '--cxxopt=-std=c++17' + - '--cxxopt=-Wno-sign-compare' + - '--host_cxxopt=-std=c++17' + - '--host_cxxopt=-Wno-sign-compare' + build_targets: + - '@highs//...' diff --git a/modules/highs/1.11.0/source.json b/modules/highs/1.11.0/source.json new file mode 100644 index 00000000000..49f4200258a --- /dev/null +++ b/modules/highs/1.11.0/source.json @@ -0,0 +1,5 @@ +{ + "url": "https://github.com/ERGO-Code/HiGHS/releases/download/v1.11.0/source-archive.tar.gz", + "integrity": "sha256-QfOT0JMAGL0VA0gUw/5iXt394xHaYI/T5/uLn7fm9Ko=", + "strip_prefix": "HiGHS" +} diff --git a/modules/highs/metadata.json b/modules/highs/metadata.json index 8a44ebce260..6f925112d9e 100644 --- a/modules/highs/metadata.json +++ b/modules/highs/metadata.json @@ -4,8 +4,8 @@ { "email": "galabovaa@gmail.com", "github": "galabovaa", - "name": "Ivet Galabova", - "github_user_id": 4016566 + "github_user_id": 4016566, + "name": "Ivet Galabova" } ], "repository": [ @@ -17,7 +17,8 @@ "1.8.1", "1.8.1.bcr.1", "1.9.0", - "1.10.0" + "1.10.0", + "1.11.0" ], "yanked_versions": {} }