freebsd-ports/math/armadillo/Makefile
Sunpoet Po-Chuan Hsieh 91c3078096 Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR:		233070
Submitted by:	wen
2019-01-05 22:46:53 +00:00

29 lines
637 B
Makefile

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