- Make sure that OpenMP support is properly enabled

Reported by:	pkg-fallout
This commit is contained in:
Marcus von Appen 2015-12-18 08:16:57 +00:00
parent c6e15e3b3f
commit 2a189d407e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403956

View File

@ -2,6 +2,7 @@
PORTNAME= opensubdiv
PORTVERSION= 3.0.3
PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= mva@FreeBSD.org
@ -24,8 +25,7 @@ USE_XORG= x11 xi xcursor xrandr xxf86vm xinerama
CMAKE_ARGS+= -DNO_TUTORIALS:BOOL=ON -DNO_EXAMPLES:BOOL=ON \
-DNO_REGRESSION:BOOL=ON -DNO_PTEX:BOOL=ON -DNO_CUDA:BOOL=ON \
-DNO_OPENCL:BOOL=ON -DNO_MAYA:BOOL=ON -DNO_OMP:BOOL=ON \
-DNO_TBB:BOOL=ON
-DNO_OPENCL:BOOL=ON -DNO_MAYA:BOOL=ON -DNO_TBB:BOOL=ON
OPTIONS_DEFINE= DOCS