mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
math/armadillo: Update to 12.8.2
- Update WWW - Use complete arguments/options - Take maintainership Changes: https://arma.sourceforge.net/docs.html#changelog
This commit is contained in:
parent
bf3632dcb5
commit
f334d303c7
@ -1,12 +1,12 @@
|
||||
PORTNAME= armadillo
|
||||
PORTVERSION= 12.6.7
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 12.8.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/arma
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= C++ linear algebra library
|
||||
WWW= https://arma.sourceforge.net/
|
||||
WWW= https://arma.sourceforge.net/ \
|
||||
https://gitlab.com/conradsnicta/armadillo-code
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
@ -16,9 +16,12 @@ LIB_DEPENDS= libarpack.so:math/arpack-ng \
|
||||
libsuperlu.so:math/superlu
|
||||
|
||||
USES= blaslapack:openblas cmake:testing compiler:c++11-lang pathfix pkgconfig tar:xz
|
||||
|
||||
CMAKE_OFF= ALLOW_BLAS_LAPACK_MACOS ALLOW_FLEXIBLAS_LINUX ALLOW_OPENBLAS_MACOS BUILD_SMOKE_TEST OPENBLAS_PROVIDES_LAPACK
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_TESTING_ON= BUILD_SMOKE_TEST
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_OFF= BUILD_SMOKE_TEST
|
||||
CMAKE_TESTING_ON= BUILD_SMOKE_TEST
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1702972892
|
||||
SHA256 (armadillo-12.6.7.tar.xz) = df32064bdf5c47153cf180b3c2012c8a194a07ee892654a6914b486fff2cfa69
|
||||
SIZE (armadillo-12.6.7.tar.xz) = 6813060
|
||||
TIMESTAMP = 1712330569
|
||||
SHA256 (armadillo-12.8.2.tar.xz) = 03b62f8c09e4f5d74643b478520741b8e27b55e7e4525978fcae2f5d791ac3bf
|
||||
SIZE (armadillo-12.8.2.tar.xz) = 6996368
|
||||
|
@ -564,6 +564,8 @@ include/armadillo_bits/spop_repmat_bones.hpp
|
||||
include/armadillo_bits/spop_repmat_meat.hpp
|
||||
include/armadillo_bits/spop_reverse_bones.hpp
|
||||
include/armadillo_bits/spop_reverse_meat.hpp
|
||||
include/armadillo_bits/spop_shift_bones.hpp
|
||||
include/armadillo_bits/spop_shift_meat.hpp
|
||||
include/armadillo_bits/spop_strans_bones.hpp
|
||||
include/armadillo_bits/spop_strans_meat.hpp
|
||||
include/armadillo_bits/spop_sum_bones.hpp
|
||||
@ -622,7 +624,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.7
|
||||
lib/libarmadillo.so.%%PORTVERSION%%
|
||||
libdata/pkgconfig/armadillo.pc
|
||||
share/Armadillo/CMake/ArmadilloConfig.cmake
|
||||
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user