blob: c78c70d36fbb4c21391a6e207286166119bb5abb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= blazeiterative
PORTVERSION= g20180409
PORTREVISION= 11
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
BUILD_DEPENDS= blaze>0:math/blaze \
boost-libs>0:devel/boost-libs \
openblas>0:math/openblas
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>
|