opensubdiv: remove RPATH (#4694)

* fixes module search paths on 32 bit x86
This commit is contained in:
X512
2020-02-05 20:15:21 +09:00
committed by GitHub
parent 2c95bf707c
commit 2b4da236dd

View File

@@ -7,7 +7,7 @@ surface matches Pixar's Renderman to numerical precision."
HOMEPAGE="http://graphics.pixar.com/opensubdiv/"
COPYRIGHT="2013-2018 Pixar"
LICENSE="Apache v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${portVersion//\./_}.tar.gz"
CHECKSUM_SHA256="d932b292f83371c7518960b2135c7a5b931efb43cdd8720e0b27268a698973e4"
SOURCE_FILENAME="opensubdiv-$portVersion.tar.gz"
@@ -93,6 +93,7 @@ BUILD()
-DCMAKE_BINDIR_BASE=$prefix/bin \
-DCMAKE_INCDIR_BASE=$includeDir/opensubdiv \
-DCMAKE_LIBDIR_BASE=$libDir \
-DCMAKE_SKIP_RPATH=ON \
-DNO_EXAMPLES=ON \
-DNO_TUTORIALS=ON \
-DNO_GLFW_X11=ON \