mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
math/armadillo: Update to 10.1.1
This commit is contained in:
parent
ae2812ccbc
commit
103002b21a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553653
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= armadillo
|
||||
PORTVERSION= 9.900.2
|
||||
PORTVERSION= 10.1.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/arma
|
||||
|
||||
@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
|
||||
libarpack.so:math/arpack-ng \
|
||||
liblapack.so:math/lapack \
|
||||
libhdf5.so:science/hdf5 \
|
||||
libsuperlu.so:math/superlu \
|
||||
libsz.so:science/szip
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1596977605
|
||||
SHA256 (armadillo-9.900.2.tar.xz) = d78658c9442addf7f718eb05881150ee3ec25604d06dd3af4942422b3ce26d05
|
||||
SIZE (armadillo-9.900.2.tar.xz) = 4724108
|
||||
TIMESTAMP = 1603826748
|
||||
SHA256 (armadillo-10.1.1.tar.xz) = 95e021dba80830e4d55f69a826e4d65c7411a4e400788a387563da16aef51c8e
|
||||
SIZE (armadillo-10.1.1.tar.xz) = 6040456
|
||||
|
@ -49,6 +49,8 @@ include/armadillo_bits/SpProxy.hpp
|
||||
include/armadillo_bits/SpRow_bones.hpp
|
||||
include/armadillo_bits/SpRow_meat.hpp
|
||||
include/armadillo_bits/SpSubview_bones.hpp
|
||||
include/armadillo_bits/SpSubview_col_list_bones.hpp
|
||||
include/armadillo_bits/SpSubview_col_list_meat.hpp
|
||||
include/armadillo_bits/SpSubview_iterators_meat.hpp
|
||||
include/armadillo_bits/SpSubview_meat.hpp
|
||||
include/armadillo_bits/SpToDOp_bones.hpp
|
||||
@ -73,7 +75,7 @@ include/armadillo_bits/arrayops_meat.hpp
|
||||
include/armadillo_bits/auxlib_bones.hpp
|
||||
include/armadillo_bits/auxlib_meat.hpp
|
||||
include/armadillo_bits/band_helper.hpp
|
||||
include/armadillo_bits/compiler_extra.hpp
|
||||
include/armadillo_bits/compiler_check.hpp
|
||||
include/armadillo_bits/compiler_setup.hpp
|
||||
include/armadillo_bits/compiler_setup_post.hpp
|
||||
include/armadillo_bits/cond_rel_bones.hpp
|
||||
@ -491,8 +493,6 @@ include/armadillo_bits/sp_auxlib_meat.hpp
|
||||
include/armadillo_bits/span.hpp
|
||||
include/armadillo_bits/spdiagview_bones.hpp
|
||||
include/armadillo_bits/spdiagview_meat.hpp
|
||||
include/armadillo_bits/spglue_elem_helper_bones.hpp
|
||||
include/armadillo_bits/spglue_elem_helper_meat.hpp
|
||||
include/armadillo_bits/spglue_join_bones.hpp
|
||||
include/armadillo_bits/spglue_join_meat.hpp
|
||||
include/armadillo_bits/spglue_kron_bones.hpp
|
||||
@ -583,8 +583,8 @@ include/armadillo_bits/xtrans_mat_meat.hpp
|
||||
include/armadillo_bits/xvec_htrans_bones.hpp
|
||||
include/armadillo_bits/xvec_htrans_meat.hpp
|
||||
lib/libarmadillo.so
|
||||
lib/libarmadillo.so.9
|
||||
lib/libarmadillo.so.9.900.2
|
||||
lib/libarmadillo.so.10
|
||||
lib/libarmadillo.so.10.1.1
|
||||
libdata/pkgconfig/armadillo.pc
|
||||
share/Armadillo/CMake/ArmadilloConfig.cmake
|
||||
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= ensmallen
|
||||
DISTVERSION= 2.14.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://ensmallen.org/files/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= mlpack
|
||||
DISTVERSION= 3.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math # machine-learning
|
||||
MASTER_SITES= https://mlpack.org/files/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= erkale
|
||||
DISTVERSION= g20200426
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user