aboutsummaryrefslogtreecommitdiff
path: root/science/code_saturne
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-01-30 14:17:44 +0000
committerSteve Wills <swills@FreeBSD.org>2020-01-30 14:17:44 +0000
commitfb44dca45d6339f4db377f788e4cc5e2bc263609 (patch)
treeba22d2b118e359466f52b8da4aef55f2b8d470fb /science/code_saturne
parentc272497917e602ddcd651a70cbe2520e894afb36 (diff)
downloadports-fb44dca45d6339f4db377f788e4cc5e2bc263609.tar.gz
ports-fb44dca45d6339f4db377f788e4cc5e2bc263609.zip
Fix math/openblas and bump dependent ports
* 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
Notes
Notes: svn path=/head/; revision=524642
Diffstat (limited to 'science/code_saturne')
-rw-r--r--science/code_saturne/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile
index 4e41e470ec91..0af78afcaf48 100644
--- a/science/code_saturne/Makefile
+++ b/science/code_saturne/Makefile
@@ -4,7 +4,7 @@
PORTNAME= code_saturne
PORTVERSION= 6.0.1
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science parallel
MAINTAINER= thierry@FreeBSD.org
@@ -45,8 +45,8 @@ OPTIONS_DEFAULT= BATCH BLAS MPI METIS
OPTIONS_RADIO= METIS
OPTIONS_RADIO_METIS= METIS PARMETIS
BLAS_USES= blaslapack
-BLAS_CONFIGURE_ON= --with-blas=yes --with-blas-type=BLAS
-BLAS_LIB_DEPENDS= libcblas.so:math/cblas
+BLAS_CONFIGURE_ON= --with-blas=yes --with-blas-lib=${LOCALBASE}/lib --with-blas-libs=-lopenblas
+BLAS_LIB_DEPENDS= libopenblas.so:math/openblas
BATCH_DESC= Use Torque to submit batches
BATCH_RUN_DEPENDS= pbs-config:sysutils/torque
MPI_LIB_DEPENDS= libmpi.so:net/mpich