math/armadillo: Update to 12.6.2
Changes: https://arma.sourceforge.net/docs.html#changelog
This commit is contained in:
parent
483b8a3059
commit
69f710ceab
3 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= armadillo
|
||||
DISTVERSION= 12.4.1
|
||||
DISTVERSION= 12.6.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/arma
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1687119280
|
||||
SHA256 (armadillo-12.4.1.tar.xz) = 8127635d27dfb996fab495de6ff9ce84bd9b5e04de3c0037fc2ac6de96dcf397
|
||||
SIZE (armadillo-12.4.1.tar.xz) = 6803716
|
||||
TIMESTAMP = 1691698371
|
||||
SHA256 (armadillo-12.6.2.tar.xz) = e7efaaf29abda3448447bdf8cba2cceaa19afb802981b62f0c6384c842b01609
|
||||
SIZE (armadillo-12.6.2.tar.xz) = 6810220
|
||||
|
|
|
@ -52,6 +52,8 @@ 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/SpToDGlue_bones.hpp
|
||||
include/armadillo_bits/SpToDGlue_meat.hpp
|
||||
include/armadillo_bits/SpToDOp_bones.hpp
|
||||
include/armadillo_bits/SpToDOp_meat.hpp
|
||||
include/armadillo_bits/SpValProxy_bones.hpp
|
||||
|
@ -131,6 +133,7 @@ include/armadillo_bits/fn_cumprod.hpp
|
|||
include/armadillo_bits/fn_cumsum.hpp
|
||||
include/armadillo_bits/fn_det.hpp
|
||||
include/armadillo_bits/fn_diagmat.hpp
|
||||
include/armadillo_bits/fn_diags_spdiags.hpp
|
||||
include/armadillo_bits/fn_diagvec.hpp
|
||||
include/armadillo_bits/fn_diff.hpp
|
||||
include/armadillo_bits/fn_dot.hpp
|
||||
|
@ -287,6 +290,8 @@ include/armadillo_bits/glue_solve_bones.hpp
|
|||
include/armadillo_bits/glue_solve_meat.hpp
|
||||
include/armadillo_bits/glue_times_bones.hpp
|
||||
include/armadillo_bits/glue_times_meat.hpp
|
||||
include/armadillo_bits/glue_times_misc_bones.hpp
|
||||
include/armadillo_bits/glue_times_misc_meat.hpp
|
||||
include/armadillo_bits/glue_toeplitz_bones.hpp
|
||||
include/armadillo_bits/glue_toeplitz_meat.hpp
|
||||
include/armadillo_bits/glue_trapz_bones.hpp
|
||||
|
@ -617,7 +622,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.4.1
|
||||
lib/libarmadillo.so.12.6.2
|
||||
libdata/pkgconfig/armadillo.pc
|
||||
share/Armadillo/CMake/ArmadilloConfig.cmake
|
||||
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
|
||||
|
|
Loading…
Reference in a new issue