Skip to content

Commit

Permalink
Add highs 1.8.0 (#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
mering authored Oct 31, 2024
1 parent 0c01eaa commit 6e3a878
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
17 changes: 17 additions & 0 deletions modules/highs/1.8.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module(
name = "highs",
version = "1.8.0",
)

bazel_dep(
name = "bazel_skylib",
version = "1.6.1",
)
bazel_dep(
name = "rules_cc",
version = "0.0.9",
)
bazel_dep(
name = "zlib",
version = "1.3.1.bcr.1",
)
21 changes: 21 additions & 0 deletions modules/highs/1.8.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
bazel:
- 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//...'
5 changes: 5 additions & 0 deletions modules/highs/1.8.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/ERGO-Code/HiGHS/archive/refs/tags/v1.8.0.tar.gz",
"integrity": "sha256-4YTmMQHPGWiKAhAvWER6zHwCHXfu8NNHXOrOth8DVTk=",
"strip_prefix": "HiGHS-1.8.0"
}
3 changes: 2 additions & 1 deletion modules/highs/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"github:ERGO-Code/HiGHS"
],
"versions": [
"1.7.0"
"1.7.0",
"1.8.0"
],
"yanked_versions": {}
}

0 comments on commit 6e3a878

Please sign in to comment.