diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-08 21:38:30 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-08 23:34:08 -0800 |
commit | ba5953a42c370431c9c7706cc6187287621ac957 (patch) | |
tree | 8797ca8699f1c9aa5daa442761c9d9975ce31309 /math | |
parent | dcbe93cf4720a94639d229c674b7cf48638c8b9c (diff) | |
download | freebsd-ports-ba5953a42c370431c9c7706cc6187287621ac957.zip |
math/SoPlex: update 6.0.4 → 7.0.0.0
Diffstat (limited to 'math')
-rw-r--r-- | math/SoPlex/Makefile | 4 | ||||
-rw-r--r-- | math/SoPlex/distinfo | 6 | ||||
-rw-r--r-- | math/SoPlex/pkg-plist | 15 |
3 files changed, 19 insertions, 6 deletions
diff --git a/math/SoPlex/Makefile b/math/SoPlex/Makefile index fe52328d67c2..b55b68f2f38c 100644 --- a/math/SoPlex/Makefile +++ b/math/SoPlex/Makefile @@ -1,5 +1,5 @@ PORTNAME= SoPlex -DISTVERSION= 6.0.4 +DISTVERSION= 7.0.0.0 CATEGORIES= math science MASTER_SITES= http://soplex.zib.de/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} @@ -19,7 +19,7 @@ USE_LDCONFIG= yes TEST_TARGET= test -PLIST_SUB= SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R} +PLIST_SUB= SHL4=${DISTVERSION:R:R} SHL2=${DISTVERSION} OPTIONS_DEFINE= MPFR diff --git a/math/SoPlex/distinfo b/math/SoPlex/distinfo index 434fa382d28c..40b4c52b6d12 100644 --- a/math/SoPlex/distinfo +++ b/math/SoPlex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691644130 -SHA256 (soplex-6.0.4.tgz) = ecc0654bc4ef660006a3a59d9ca99e80bce5b2bd2d72dea6ae183abb81e1fb95 -SIZE (soplex-6.0.4.tgz) = 993511 +TIMESTAMP = 1709946630 +SHA256 (soplex-7.0.0.0.tgz) = 0fc007ef4f9a4686d119d0d2ea5f6df13903f65cb3afb22e5b5ec16054037df8 +SIZE (soplex-7.0.0.0.tgz) = 1117655 diff --git a/math/SoPlex/pkg-plist b/math/SoPlex/pkg-plist index 32c4ac2e255f..69ca8c40fd3f 100644 --- a/math/SoPlex/pkg-plist +++ b/math/SoPlex/pkg-plist @@ -22,6 +22,20 @@ include/soplex/dsvectorbase.h include/soplex/dvector.h include/soplex/enter.hpp include/soplex/exceptions.h +include/soplex/external/fmt/chrono.h +include/soplex/external/fmt/color.h +include/soplex/external/fmt/compile.h +include/soplex/external/fmt/core.h +include/soplex/external/fmt/format-inl.h +include/soplex/external/fmt/format.cc +include/soplex/external/fmt/format.h +include/soplex/external/fmt/locale.h +include/soplex/external/fmt/ostream.h +include/soplex/external/fmt/posix.cc +include/soplex/external/fmt/posix.h +include/soplex/external/fmt/printf.h +include/soplex/external/fmt/ranges.h +include/soplex/fmt.hpp include/soplex/gzstream.h include/soplex/idlist.h include/soplex/idxset.h @@ -50,7 +64,6 @@ include/soplex/slufactor_rational.h include/soplex/slufactor_rational.hpp include/soplex/sol.h include/soplex/solbase.h -include/soplex/solvedbds.hpp include/soplex/solverational.hpp include/soplex/solvereal.hpp include/soplex/sorter.h |