Added NOOPENMP option
This commit is contained in:
@ -58,10 +58,14 @@ BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed
|
||||
PLIST_SUB= OPSYS=${OPSYS:tl} \
|
||||
VERSION=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= NLS PLUGINS PYTHON
|
||||
OPTIONS_DEFINE= NLS PLUGINS PYTHON NOOPENMP
|
||||
OPTIONS_DEFAULT= PYTHON
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NOOPENMP_DESC= Don't compile with OpenMP support
|
||||
|
||||
NOOPENMP_CONFIGURE_ON= --disable-openmp
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_LIBS= -lintl
|
||||
|
||||
Reference in New Issue
Block a user