Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HiGHS: update to 1.8.1 #26599

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions math/HiGHS/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup compiler_blacklist_versions 1.0
PortGroup compilers 1.0
PortGroup github 1.0

github.setup ERGO-Code HiGHS 1.8.0 v
github.setup ERGO-Code HiGHS 1.8.1 v
revision 0
categories math science
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
Expand All @@ -15,9 +15,9 @@ description Linear optimization software
long_description HiGHS is a high performance serial and parallel solver \
for large-scale sparse linear optimization problems.
homepage https://ergo-code.github.io
checksums rmd160 6fdf973091d87f09c773a5a01b9d38c927dec9bd \
sha256 e184e63101cf19688a02102f58447acc7c021d77eef0d3475ceaceb61f035539 \
size 2231824
checksums rmd160 907549052c2b2a027192633e2aaa75d4394af2d5 \
sha256 a0d09371fadb56489497996b28433be1ef91a705e3811fcb1f50a107c7d427d1 \
size 2258717
github.tarball_from archive

if {${os.major} < 13} {
Expand Down