diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-04 16:32:29 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-04 16:32:29 +0000 |
| commit | 06233ec400396d0631cd7100a278160eb3ab6967 (patch) | |
| tree | 09e0dd504c860a35646a6ac45eeb025cc90a9e7a | |
| parent | aede1c97259625938ef3c09331aaf6a82a6a7506 (diff) | |
math/scipoptsuite: update 9.2.3 → 9.2.4
| -rw-r--r-- | math/scipoptsuite/Makefile | 7 | ||||
| -rw-r--r-- | math/scipoptsuite/distinfo | 6 | ||||
| -rw-r--r-- | math/scipoptsuite/pkg-plist | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/math/scipoptsuite/Makefile b/math/scipoptsuite/Makefile index d2175bcd627f..48e5fda56983 100644 --- a/math/scipoptsuite/Makefile +++ b/math/scipoptsuite/Makefile @@ -1,6 +1,5 @@ PORTNAME= scipoptsuite -DISTVERSION= 9.2.3 -PORTREVISION= 1 +DISTVERSION= 9.2.4 CATEGORIES= math MASTER_SITES= https://scipopt.org/download/release/ @@ -23,4 +22,8 @@ USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS +LDFLAGS+= -lpthread # fix build after it began breaking on 2025-11-03 for unclear reason + +INSTALL_CONFLICTS= SCIP + .include <bsd.port.mk> diff --git a/math/scipoptsuite/distinfo b/math/scipoptsuite/distinfo index 23a32f5a0226..36b0b86513cc 100644 --- a/math/scipoptsuite/distinfo +++ b/math/scipoptsuite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752906975 -SHA256 (scipoptsuite-9.2.3.tgz) = 9cb8278ce40b59939a200a36bd1ee3b9a7923b3c6df5c31b135a5a42ecabac5a -SIZE (scipoptsuite-9.2.3.tgz) = 17627327 +TIMESTAMP = 1762273628 +SHA256 (scipoptsuite-9.2.4.tgz) = 4327736efa07a83eb08580d339409936dfe40864a1670dc5fc75d3e3df78d290 +SIZE (scipoptsuite-9.2.4.tgz) = 17637706 diff --git a/math/scipoptsuite/pkg-plist b/math/scipoptsuite/pkg-plist index 59f2544e4a17..3f1bdc1c9150 100644 --- a/math/scipoptsuite/pkg-plist +++ b/math/scipoptsuite/pkg-plist @@ -1099,11 +1099,11 @@ lib/libgcg.so.3.7.2.0 lib/libpapilo-core.a lib/libscip.so lib/libscip.so.9.2 -lib/libscip.so.9.2.3.0 +lib/libscip.so.9.2.4.0 lib/libsoplex-pic.a lib/libsoplex.a lib/libsoplexshared.so lib/libsoplexshared.so.7.1 -lib/libsoplexshared.so.7.1.5.0 +lib/libsoplexshared.so.7.1.6.0 lib/libzimpl-pic.a lib/libzimpl.a |
