Skip to content

Commit

Permalink
math/armadillo: Update to 12.6.4
Browse files Browse the repository at this point in the history
Also remove unneeded library dependencies, reported through poudriere in
the stage-qa step.
  • Loading branch information
lsalvadore committed Sep 18, 2023
1 parent 0b790fc commit 8bf2689
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions math/armadillo/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= armadillo
DISTVERSION= 12.6.2
DISTVERSION= 12.6.4
CATEGORIES= math
MASTER_SITES= SF/arma

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions math/armadillo/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion math/armadillo/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bf2689

Please sign in to comment.