2018-08-19 20:00:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= blaze
|
2019-05-05 02:02:12 +02:00
|
|
|
DISTVERSION= 3.5
|
2019-05-08 18:05:53 +02:00
|
|
|
PORTREVISION= 1
|
2018-08-19 20:00:36 +02:00
|
|
|
CATEGORIES= math
|
2018-08-27 22:38:50 +02:00
|
|
|
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/downloads/
|
2018-08-19 20:00:36 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c++14-lang fortran localbase:ldflags
|
2018-08-19 20:00:36 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
BB_ACCOUNT= ${PORTNAME}-lib
|
|
|
|
BB_PROJECT= ${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|