- Update from 4.500.1 to 4.550.0
This commit is contained in:
parent
1442277f28
commit
d7d552ca36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373160
3 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= armadillo
|
||||
PORTVERSION= 4.500.1
|
||||
PORTVERSION= 4.550.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/arma
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (armadillo-4.500.1.tar.gz) = 850965e696963c3f89451ca8c10d2e55b97a02cf33169f06a7945538e4c897ab
|
||||
SIZE (armadillo-4.500.1.tar.gz) = 5342046
|
||||
SHA256 (armadillo-4.550.0.tar.gz) = 54a03bfe7dbf5d7a7aa8ef6e4101b9c6def7c7eeb74fbce4fc5981e4371204e1
|
||||
SIZE (armadillo-4.550.0.tar.gz) = 5344515
|
||||
|
|
|
@ -123,6 +123,7 @@ include/armadillo_bits/fn_eigs_gen.hpp
|
|||
include/armadillo_bits/fn_eigs_sym.hpp
|
||||
include/armadillo_bits/fn_elem.hpp
|
||||
include/armadillo_bits/fn_eps.hpp
|
||||
include/armadillo_bits/fn_expmat.hpp
|
||||
include/armadillo_bits/fn_eye.hpp
|
||||
include/armadillo_bits/fn_fft.hpp
|
||||
include/armadillo_bits/fn_fft2.hpp
|
||||
|
@ -268,6 +269,8 @@ include/armadillo_bits/op_dot_bones.hpp
|
|||
include/armadillo_bits/op_dot_meat.hpp
|
||||
include/armadillo_bits/op_dotext_bones.hpp
|
||||
include/armadillo_bits/op_dotext_meat.hpp
|
||||
include/armadillo_bits/op_expmat_bones.hpp
|
||||
include/armadillo_bits/op_expmat_meat.hpp
|
||||
include/armadillo_bits/op_fft_bones.hpp
|
||||
include/armadillo_bits/op_fft_meat.hpp
|
||||
include/armadillo_bits/op_find_bones.hpp
|
||||
|
@ -404,7 +407,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp
|
|||
include/armadillo_bits/xvec_htrans_meat.hpp
|
||||
lib/libarmadillo.so
|
||||
lib/libarmadillo.so.4
|
||||
lib/libarmadillo.so.4.500.1
|
||||
lib/libarmadillo.so.4.550.0
|
||||
share/Armadillo/CMake/ArmadilloConfig.cmake
|
||||
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
|
||||
share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake
|
||||
|
|
Loading…
Reference in a new issue