aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-02-26 17:14:10 +0800
committerantoine <antoine@FreeBSD.org>2018-02-26 17:14:10 +0800
commitf52c1f0644d34451c89f427d43b3ab0cb03ac219 (patch)
tree399ff3a7158ecdbf353c5d49465df2fe01f3775a /math/octave
parente56b9b21ffd45e3c2bffbb8ea163cdae79f13dae (diff)
downloadfreebsd-ports-gnome-f52c1f0644d34451c89f427d43b3ab0cb03ac219.tar.gz
freebsd-ports-gnome-f52c1f0644d34451c89f427d43b3ab0cb03ac219.tar.zst
freebsd-ports-gnome-f52c1f0644d34451c89f427d43b3ab0cb03ac219.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/octave')
-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