freebsd-ports/math/blaze/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

28 lines
644 B
Makefile

# $FreeBSD$
PORTNAME= blaze
DISTVERSION= 3.4
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ math library for dense and sparse arithmetic
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
openblas>0:math/openblas \
openmp>0:devel/openmp
RUN_DEPENDS= boost-libs>0:devel/boost-libs \
openblas>0:math/openblas \
openmp>0:devel/openmp
USES= cmake compiler:c++14-lang fortran localbase:ldflags
NO_ARCH= yes
BB_ACCOUNT= ${PORTNAME}-lib
BB_PROJECT= ${PORTNAME}
.include <bsd.port.mk>