diff options
author | danilo <danilo@FreeBSD.org> | 2016-12-17 03:14:57 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-12-17 03:14:57 +0800 |
commit | c2477a5c3a57df08613d808dba4aabe7e37d498e (patch) | |
tree | 28b258d2bde09af5f4da2a59d9a5129185d6503f /math | |
parent | a75e59144d17176ba06a0234dafaade869128ae6 (diff) | |
download | freebsd-ports-gnome-c2477a5c3a57df08613d808dba4aabe7e37d498e.tar.gz freebsd-ports-gnome-c2477a5c3a57df08613d808dba4aabe7e37d498e.tar.zst freebsd-ports-gnome-c2477a5c3a57df08613d808dba4aabe7e37d498e.zip |
- Update to 7.600.1
Diffstat (limited to 'math')
-rw-r--r-- | math/armadillo/Makefile | 6 | ||||
-rw-r--r-- | math/armadillo/distinfo | 6 | ||||
-rw-r--r-- | math/armadillo/pkg-plist | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index e344337e55a4..628155b11908 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -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 diff --git a/math/armadillo/distinfo b/math/armadillo/distinfo index 968c83a6e311..a8964d810294 100644 --- a/math/armadillo/distinfo +++ b/math/armadillo/distinfo @@ -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 diff --git a/math/armadillo/pkg-plist b/math/armadillo/pkg-plist index f4039f8f9dbc..78a6a336c3fe 100644 --- a/math/armadillo/pkg-plist +++ b/math/armadillo/pkg-plist @@ -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 |