diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-12 08:48:27 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-03-12 09:02:33 +0000 |
commit | 25bf2e0ba8eb97dd9cd8a1aeca1c2e54a83526c4 (patch) | |
tree | 971b1e6e10784fa771f8196d078fd9dfb2da3d1a | |
parent | b593809ebf78c13840cef9d98ba5e6705426231c (diff) | |
download | ports-25bf2e0ba8eb97dd9cd8a1aeca1c2e54a83526c4.tar.gz ports-25bf2e0ba8eb97dd9cd8a1aeca1c2e54a83526c4.zip |
math/hmat-oss: Update 1.7.1 → 1.8.1
Reported by: portscout
-rw-r--r-- | math/hmat-oss/Makefile | 8 | ||||
-rw-r--r-- | math/hmat-oss/distinfo | 6 | ||||
-rw-r--r-- | math/hmat-oss/pkg-plist | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile index 1dc4745291b4..2df5f600726c 100644 --- a/math/hmat-oss/Makefile +++ b/math/hmat-oss/Makefile @@ -1,6 +1,5 @@ PORTNAME= hmat-oss -DISTVERSION= 1.7.1 -PORTREVISION= 1 +DISTVERSION= 1.8.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -10,7 +9,10 @@ WWW= https://github.com/jeromerobert/hmat-oss LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md -LIB_DEPENDS= libopenblas.so:math/openblas +LIB_DEPENDS= liblapacke.so:math/lapacke \ + libblas.so:math/blas \ + liblapack.so:math/lapack \ + libopenblas.so:math/openblas USES= cmake USE_LDCONFIG= yes diff --git a/math/hmat-oss/distinfo b/math/hmat-oss/distinfo index 5d3f418f5887..b26cfd52a174 100644 --- a/math/hmat-oss/distinfo +++ b/math/hmat-oss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623361666 -SHA256 (jeromerobert-hmat-oss-1.7.1_GH0.tar.gz) = 8ff641ec6b1ae290ee8d67ba5880fb636659c5f150e84daa826d93140500b3ed -SIZE (jeromerobert-hmat-oss-1.7.1_GH0.tar.gz) = 195682 +TIMESTAMP = 1678605751 +SHA256 (jeromerobert-hmat-oss-1.8.1_GH0.tar.gz) = 59bf742ed13f313c622b0710b565098a4de60a38e0700f63842c576bd398b941 +SIZE (jeromerobert-hmat-oss-1.8.1_GH0.tar.gz) = 199410 diff --git a/math/hmat-oss/pkg-plist b/math/hmat-oss/pkg-plist index 74ddf8e311dc..6a2ecc1464f3 100644 --- a/math/hmat-oss/pkg-plist +++ b/math/hmat-oss/pkg-plist @@ -6,5 +6,5 @@ lib/cmake/hmat/HMATConfigVersion.cmake lib/cmake/hmat/HMATTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/hmat/HMATTargets.cmake lib/libhmat.so -lib/libhmat.so.2 -lib/libhmat.so.1.7.1 +lib/libhmat.so.1.8.1 +lib/libhmat.so.3 |