forked from Lainports/freebsd-ports
- Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
29 lines
675 B
Makefile
29 lines
675 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= blazeiterative
|
|
PORTVERSION= g20180409
|
|
PORTREVISION= 8
|
|
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
|
|
|
|
DEPRECATED= Depends on expiring devel/openmp
|
|
EXPIRATION_DATE= 2019-12-31
|
|
|
|
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>
|