Skip to content

Commit

Permalink
math/armadillo: Update 11.2.0 -> 11.2.2
Browse files Browse the repository at this point in the history
Additional changes:
* not build tests during build target
* change PORTVERSION -> DISTVERSION
* minor format improvement

PR:		265034
Approved by:	salvadore@ (maintainer)
  • Loading branch information
yurivict committed Jul 5, 2022
1 parent fa3dcc3 commit 4a72462
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions math/armadillo/Makefile
@@ -1,6 +1,5 @@
PORTNAME= armadillo
PORTVERSION= 11.2.0
PORTREVISION= 1
DISTVERSION= 11.2.2
CATEGORIES= math
MASTER_SITES= SF/arma

Expand All @@ -17,9 +16,11 @@ LIB_DEPENDS= libarpack.so:math/arpack-ng \
libsuperlu.so:math/superlu \
libsz.so:science/libaec

USES= blaslapack:openblas cmake compiler:c++11-lang pkgconfig tar:xz

USES= blaslapack:openblas cmake:testing compiler:c++11-lang pkgconfig tar:xz
USE_LDCONFIG= yes

CMAKE_ARGS+= -DPKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig/
CMAKE_OFF= BUILD_SMOKE_TEST
CMAKE_TESTING_ON= BUILD_SMOKE_TEST

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions math/armadillo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1654953516
SHA256 (armadillo-11.2.0.tar.xz) = df5ca215901c68c63467c0bfee14f08e34d875a47ab0f095082ab32ddff4f243
SIZE (armadillo-11.2.0.tar.xz) = 6850412
TIMESTAMP = 1656958255
SHA256 (armadillo-11.2.2.tar.xz) = d401d99a4226c28c5bfbd9d4301f0b33fe2c800ca865abe00cd9c593e393a627
SIZE (armadillo-11.2.2.tar.xz) = 6844428
2 changes: 1 addition & 1 deletion math/armadillo/pkg-plist
Expand Up @@ -599,7 +599,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.0
lib/libarmadillo.so.11.2.2
libdata/pkgconfig/armadillo.pc
share/Armadillo/CMake/ArmadilloConfig.cmake
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
Expand Down

0 comments on commit 4a72462

Please sign in to comment.