1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/math/armadillo/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
577 B
Makefile

PORTNAME= armadillo
PORTVERSION= 10.1.1
CATEGORIES= math
MASTER_SITES= SF/arma
MAINTAINER= danilo@FreeBSD.org
COMMENT= C++ linear algebra library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libarpack.so:math/arpack-ng \
liblapack.so:math/lapack \
libhdf5.so:science/hdf5 \
libsuperlu.so:math/superlu \
libsz.so:science/szip
USES= blaslapack:openblas cmake compiler:c++11-lang pkgconfig tar:xz
USE_LDCONFIG= yes
CMAKE_ARGS+= -DPKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig/
.include <bsd.port.mk>