forked from Lainports/freebsd-ports
math/armadillo: Update to 11.4.0
Changes: http://arma.sourceforge.net/docs.html#changelog
This commit is contained in:
parent
d8540ae12d
commit
ecf7800a87
3 changed files with 8 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= armadillo
|
||||
DISTVERSION= 11.2.4
|
||||
DISTVERSION= 11.4.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/arma
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1662892901
|
||||
SHA256 (armadillo-11.2.4.tar.xz) = dc4c91954ab11490bf64d2dfcc54a802f14393c756a8d545ac155eeeffa7fd93
|
||||
SIZE (armadillo-11.2.4.tar.xz) = 6802336
|
||||
TIMESTAMP = 1663960950
|
||||
SHA256 (armadillo-11.4.0.tar.xz) = 016531152c02729a602aa6f16f4ba3b0475740d5c1bd28d34edd7264f476461c
|
||||
SIZE (armadillo-11.4.0.tar.xz) = 6804388
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@ include/armadillo_bits/fn_orth_null.hpp
|
|||
include/armadillo_bits/fn_pinv.hpp
|
||||
include/armadillo_bits/fn_polyfit.hpp
|
||||
include/armadillo_bits/fn_polyval.hpp
|
||||
include/armadillo_bits/fn_powext.hpp
|
||||
include/armadillo_bits/fn_powmat.hpp
|
||||
include/armadillo_bits/fn_princomp.hpp
|
||||
include/armadillo_bits/fn_prod.hpp
|
||||
|
|
@ -274,6 +275,8 @@ include/armadillo_bits/glue_polyfit_bones.hpp
|
|||
include/armadillo_bits/glue_polyfit_meat.hpp
|
||||
include/armadillo_bits/glue_polyval_bones.hpp
|
||||
include/armadillo_bits/glue_polyval_meat.hpp
|
||||
include/armadillo_bits/glue_powext_bones.hpp
|
||||
include/armadillo_bits/glue_powext_meat.hpp
|
||||
include/armadillo_bits/glue_quantile_bones.hpp
|
||||
include/armadillo_bits/glue_quantile_meat.hpp
|
||||
include/armadillo_bits/glue_relational_bones.hpp
|
||||
|
|
@ -599,7 +602,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp
|
|||
include/armadillo_bits/xvec_htrans_meat.hpp
|
||||
lib/libarmadillo.so
|
||||
lib/libarmadillo.so.11
|
||||
lib/libarmadillo.so.11.2.4
|
||||
lib/libarmadillo.so.11.4.0
|
||||
libdata/pkgconfig/armadillo.pc
|
||||
share/Armadillo/CMake/ArmadilloConfig.cmake
|
||||
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue