1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/math/blazeiterative/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

27 lines
601 B
Makefile

# $FreeBSD$
PORTNAME= blazeiterative
PORTVERSION= g20180409
PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Set of iterative linear system solvers for use with the Blaze library
#LICENSE= https://github.com/tjolsen/BlazeIterative/issues/9
BUILD_DEPENDS= blaze>0:math/blaze \
boost-libs>0:devel/boost-libs \
openblas>0:math/openblas \
openmp>0:devel/openmp
RUN_DEPENDS= blaze>0:math/blaze
USES= cmake compiler:c++14-lang fortran localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= tjolsen
GH_PROJECT= BlazeIterative
GH_TAGNAME= e9f24b3
NO_ARCH= yes
.include <bsd.port.mk>