Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2015 08:16:57 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403956 - head/graphics/opensubdiv
Message-ID:  <201512180816.tBI8Gvkj098229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Fri Dec 18 08:16:57 2015
New Revision: 403956
URL: https://svnweb.freebsd.org/changeset/ports/403956

Log:
  - Make sure that OpenMP support is properly enabled
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/opensubdiv/Makefile

Modified: head/graphics/opensubdiv/Makefile
==============================================================================
--- head/graphics/opensubdiv/Makefile	Fri Dec 18 06:38:08 2015	(r403955)
+++ head/graphics/opensubdiv/Makefile	Fri Dec 18 08:16:57 2015	(r403956)
@@ -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 
 
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512180816.tBI8Gvkj098229>