mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
fb44dca45d
* Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix
27 lines
602 B
Makefile
27 lines
602 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= blazeiterative
|
|
PORTVERSION= g20180409
|
|
PORTREVISION= 10
|
|
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 \
|
|
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>
|