diff options
author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2023-09-17 20:40:01 +0000 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2023-09-18 08:37:17 +0000 |
commit | 8bf268989a7c87b7a2de00a0c10c46174d0bc3fe (patch) | |
tree | a83992bb1b4b5d65ed5f5f4013a520240a859034 | |
parent | 0b790fc329cb543f09d64c6c6a8b186dae81625d (diff) | |
download | ports-8bf268989a7c87b7a2de00a0c10c46174d0bc3fe.tar.gz ports-8bf268989a7c87b7a2de00a0c10c46174d0bc3fe.zip |
math/armadillo: Update to 12.6.4
Also remove unneeded library dependencies, reported through poudriere in
the stage-qa step.
-rw-r--r-- | math/armadillo/Makefile | 7 | ||||
-rw-r--r-- | math/armadillo/distinfo | 6 | ||||
-rw-r--r-- | math/armadillo/pkg-plist | 2 |
3 files changed, 6 insertions, 9 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index 10193b0fa03a..ab4b90574c6f 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= armadillo -DISTVERSION= 12.6.2 +DISTVERSION= 12.6.4 CATEGORIES= math MASTER_SITES= SF/arma @@ -11,11 +11,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libarpack.so:math/arpack-ng \ - libboost_date_time.so:devel/boost-libs \ - libhdf5.so:science/hdf5 \ liblapack.so:math/lapack \ - libsuperlu.so:math/superlu \ - libsz.so:science/libaec + libsuperlu.so:math/superlu USES= blaslapack:openblas cmake:testing compiler:c++11-lang pkgconfig tar:xz USE_LDCONFIG= yes diff --git a/math/armadillo/distinfo b/math/armadillo/distinfo index a23466326a07..48bdcc563641 100644 --- a/math/armadillo/distinfo +++ b/math/armadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691698371 -SHA256 (armadillo-12.6.2.tar.xz) = e7efaaf29abda3448447bdf8cba2cceaa19afb802981b62f0c6384c842b01609 -SIZE (armadillo-12.6.2.tar.xz) = 6810220 +TIMESTAMP = 1694983095 +SHA256 (armadillo-12.6.4.tar.xz) = eb7f243ffc32f18324bc7fa978d0358637e7357ca7836bec55b4eb56e9749380 +SIZE (armadillo-12.6.4.tar.xz) = 6808680 diff --git a/math/armadillo/pkg-plist b/math/armadillo/pkg-plist index 95e8a62685f6..37490cca35ef 100644 --- a/math/armadillo/pkg-plist +++ b/math/armadillo/pkg-plist @@ -622,7 +622,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.12 -lib/libarmadillo.so.12.6.2 +lib/libarmadillo.so.12.6.4 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake |