1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/math/blaze/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
594 B
Makefile

PORTNAME= blaze
DISTVERSION= 3.8
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 shebangfix
BB_ACCOUNT= ${PORTNAME}-lib
BB_PROJECT= ${PORTNAME}
SHEBANG_GLOB= run
NO_ARCH= yes
.include <bsd.port.mk>