diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 23:06:54 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 23:13:01 +0800 |
commit | 328ae4074233a5b85e0e38efece1af5dcc218160 (patch) | |
tree | 982ebbc6507160ebcefcd1d47f6c4bdc458734da /math/armadillo | |
parent | www/elinks: improve support for various available (de)compressors (diff) |
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change
szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.
PR: 228743, 246097, 250165
Diffstat (limited to 'math/armadillo')
-rw-r--r-- | math/armadillo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index d44c4169d02b..3678da6576f0 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,6 @@ PORTNAME= armadillo PORTVERSION= 11.2.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma @@ -14,7 +15,7 @@ LIB_DEPENDS= libarpack.so:math/arpack-ng \ libhdf5.so:science/hdf5 \ liblapack.so:math/lapack \ libsuperlu.so:math/superlu \ - libsz.so:science/szip + libsz.so:science/libaec USES= blaslapack:openblas cmake compiler:c++11-lang pkgconfig tar:xz |