mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
32 lines
718 B
Makefile
32 lines
718 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= blaze
|
|
DISTVERSION= 3.5
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
DEPRECATED= Depends on expiring devel/openmp
|
|
EXPIRATION_DATE= 2019-12-31
|
|
|
|
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>
|