mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 7.600.1
This commit is contained in:
parent
3f0947e9fb
commit
c3fd7b4cbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428693
3 changed files with 12 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= armadillo
|
||||
PORTVERSION= 7.500.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.600.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/arma
|
||||
|
||||
|
@ -17,8 +16,9 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
|
|||
libhdf5.so:science/hdf5 \
|
||||
libsuperlu.so:math/superlu
|
||||
|
||||
USES= blaslapack cmake compiler:c++11-lang tar:xz
|
||||
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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479472898
|
||||
SHA256 (armadillo-7.500.2.tar.xz) = bdde22b47cc9718a05762300828ba4e086aa0527970e4ce08eb08677fb2623ea
|
||||
SIZE (armadillo-7.500.2.tar.xz) = 3994336
|
||||
TIMESTAMP = 1481908403
|
||||
SHA256 (armadillo-7.600.1.tar.xz) = f3a35c2a56dc706e9c413438d5b3063a0df2141515efaf2d1170d1944573afb7
|
||||
SIZE (armadillo-7.600.1.tar.xz) = 3997480
|
||||
|
|
|
@ -207,6 +207,8 @@ include/armadillo_bits/fn_unique.hpp
|
|||
include/armadillo_bits/fn_var.hpp
|
||||
include/armadillo_bits/fn_vectorise.hpp
|
||||
include/armadillo_bits/fn_zeros.hpp
|
||||
include/armadillo_bits/glue_atan2_bones.hpp
|
||||
include/armadillo_bits/glue_atan2_meat.hpp
|
||||
include/armadillo_bits/glue_conv_bones.hpp
|
||||
include/armadillo_bits/glue_conv_meat.hpp
|
||||
include/armadillo_bits/glue_cor_bones.hpp
|
||||
|
@ -219,6 +221,8 @@ include/armadillo_bits/glue_hist_bones.hpp
|
|||
include/armadillo_bits/glue_hist_meat.hpp
|
||||
include/armadillo_bits/glue_histc_bones.hpp
|
||||
include/armadillo_bits/glue_histc_meat.hpp
|
||||
include/armadillo_bits/glue_hypot_bones.hpp
|
||||
include/armadillo_bits/glue_hypot_meat.hpp
|
||||
include/armadillo_bits/glue_join_bones.hpp
|
||||
include/armadillo_bits/glue_join_meat.hpp
|
||||
include/armadillo_bits/glue_kron_bones.hpp
|
||||
|
@ -483,7 +487,8 @@ include/armadillo_bits/xvec_htrans_bones.hpp
|
|||
include/armadillo_bits/xvec_htrans_meat.hpp
|
||||
lib/libarmadillo.so
|
||||
lib/libarmadillo.so.7
|
||||
lib/libarmadillo.so.7.500.2
|
||||
lib/libarmadillo.so.7.600.1
|
||||
libdata/pkgconfig/armadillo.pc
|
||||
share/Armadillo/CMake/ArmadilloConfig.cmake
|
||||
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
|
||||
share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue