- Update to 8.300.3
- Add science/szip to LIB_DEPENDS to make Q/A happy - Declare BROKEN_powerpc64 earlier to make portlint happy
This commit is contained in:
parent
a199289c3f
commit
9c5e3780b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458247
3 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= armadillo
|
||||
PORTVERSION= 8.300.2
|
||||
PORTVERSION= 8.300.3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/arma
|
||||
|
||||
|
@ -11,16 +11,17 @@ COMMENT= C++ linear algebra library
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
|
||||
libopenblasp.so:math/openblas \
|
||||
libarpack.so:math/arpack \
|
||||
libhdf5.so:science/hdf5 \
|
||||
libsuperlu.so:math/superlu
|
||||
libsuperlu.so:math/superlu \
|
||||
libsz.so:science/szip
|
||||
|
||||
USES= blaslapack cmake compiler:c++11-lang pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_ARGS+= -DPKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig/
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1514329588
|
||||
SHA256 (armadillo-8.300.2.tar.xz) = b41886f4b4ec8eab2b97088834974e5479f2e2075e01859832d6516db77e655f
|
||||
SIZE (armadillo-8.300.2.tar.xz) = 4593916
|
||||
TIMESTAMP = 1515007789
|
||||
SHA256 (armadillo-8.300.3.tar.xz) = 493653bccbfcb65234ed569b765771c3d947d614091ef857927d41ac542a97b5
|
||||
SIZE (armadillo-8.300.3.tar.xz) = 4594764
|
||||
|
|
|
@ -513,7 +513,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp
|
|||
include/armadillo_bits/xvec_htrans_meat.hpp
|
||||
lib/libarmadillo.so
|
||||
lib/libarmadillo.so.8
|
||||
lib/libarmadillo.so.8.300.2
|
||||
lib/libarmadillo.so.8.300.3
|
||||
libdata/pkgconfig/armadillo.pc
|
||||
share/Armadillo/CMake/ArmadilloConfig.cmake
|
||||
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
|
||||
|
|
Loading…
Reference in a new issue