mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
befa71e0f3
Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
30 lines
637 B
Makefile
30 lines
637 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= armadillo
|
|
PORTVERSION= 9.600.4
|
|
PORTREVISION= 2
|
|
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>
|