From 3ed0cd77b43933ef71a433a5f8a1c88404671026 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Sun, 3 May 2026 10:23:51 +0400 Subject: [PATCH] soplex: update to 8.0.2 --- math/soplex/Portfile | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/math/soplex/Portfile b/math/soplex/Portfile index 856d1a66cad..aca9f9a9d55 100644 --- a/math/soplex/Portfile +++ b/math/soplex/Portfile @@ -7,11 +7,9 @@ PortGroup compilers 1.0 PortGroup github 1.0 # Match papilo and scip -boost.version 1.81 +boost.version 1.88 -set release_version 710 -github.setup scipopt soplex ${release_version} release- -version [string index ${release_version} 0].[string range ${release_version} 1 1].[string range ${release_version} 2 end] +github.setup scipopt soplex 8.0.2 v revision 0 categories math license Apache-2 @@ -24,9 +22,9 @@ long_description SoPlex is an optimization package for solving linear program homepage https://soplex.zib.de -checksums rmd160 f14f29ccf2b6c5698ea0e4626d49e8201e927070 \ - sha256 ec177fdb688346287d5f211dd7ec4a0195c8ec9b3a5314d38aca383b6fa1418e \ - size 1220190 +checksums rmd160 cf248267a7f3a7e44b40292ad7e6c846e106e3ea \ + sha256 9304fd377e506b380c6b234f6aec221bfc8754541e9ad5f5584f5fbb786a8392 \ + size 1229848 github.tarball_from archive @@ -55,6 +53,3 @@ if {[string match *gcc* ${configure.compiler}]} { } test.run yes - -livecheck.type regex -livecheck.regex Version (\[0-9.\]+) released