aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-26 17:14:10 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-26 17:14:10 +0800
commit9c8ccaf3673e2051788ecdc57d3f1b65be3e5d61 (patch)
tree399ff3a7158ecdbf353c5d49465df2fe01f3775a /math
parentbcc193f2e01df2107d09c76fcaeab97d3347f73c (diff)
downloadfreebsd-ports-gnome-9c8ccaf3673e2051788ecdc57d3f1b65be3e5d61.tar.gz
freebsd-ports-gnome-9c8ccaf3673e2051788ecdc57d3f1b65be3e5d61.tar.zst
freebsd-ports-gnome-9c8ccaf3673e2051788ecdc57d3f1b65be3e5d61.zip
Explicitely disable openmp, for some reasons configure enables it on
10.x amd64 (not other archs) and this causes fallout in some octave-forge ports With hat: portmgr
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 515c6df6b895..ab1cb7ad1d64 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -3,6 +3,7 @@
PORTNAME= octave
PORTVERSION= 4.2.1
+PORTREVISION= 1
CATEGORIES= math java
MASTER_SITES= GNU
@@ -61,7 +62,8 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \
--with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \
--with-lapack="${LAPACKLIB}" \
--enable-shared \
- --disable-jit
+ --disable-jit \
+ --disable-openmp
OPTIONS_DEFINE= DOCS