1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

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
This commit is contained in:
Antoine Brodin 2018-02-26 09:14:10 +00:00
parent bcc193f2e0
commit 9c8ccaf367
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463006

View File

@ -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