freebsd-ports/math/blaze/Makefile
Jan Beich e1d56a9db2 Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute

Approved by:	yuri, rene (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23020
2020-03-08 21:56:36 +00:00

26 lines
592 B
Makefile

# $FreeBSD$
PORTNAME= blaze
DISTVERSION= 3.5
PORTREVISION= 6
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
RUN_DEPENDS= boost-libs>0:devel/boost-libs \
openblas>0:math/openblas
USES= cmake compiler:c++14-lang fortran localbase:ldflags
NO_ARCH= yes
BB_ACCOUNT= ${PORTNAME}-lib
BB_PROJECT= ${PORTNAME}
.include <bsd.port.mk>