OpenSubDiv: bump (#2222)

This commit is contained in:
miqlas
2018-03-04 09:38:09 +01:00
committed by GitHub
parent da56746f99
commit a7bd1fec47
2 changed files with 9 additions and 9 deletions

View File

@@ -5,11 +5,11 @@ and GPU architectures. This codepath is optimized for drawing deforming \
subdivs with static topology at interactive framerates. The resulting limit \ subdivs with static topology at interactive framerates. The resulting limit \
surface matches Pixar's Renderman to numerical precision." surface matches Pixar's Renderman to numerical precision."
HOMEPAGE="http://graphics.pixar.com/opensubdiv/" HOMEPAGE="http://graphics.pixar.com/opensubdiv/"
COPYRIGHT="2013-2017 Pixar" COPYRIGHT="2013-2018 Pixar"
LICENSE="Apache v2" LICENSE="Apache v2"
REVISION="2" REVISION="1"
SOURCE_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${portVersion//\./_}.tar.gz" SOURCE_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${portVersion//\./_}.tar.gz"
CHECKSUM_SHA256="93d364340518515129fe199c80c4030f666ff71414d9c543e1526f14b5ffc8d0" CHECKSUM_SHA256="a7a518e63c0526772b24b4598bfc879cb5ed84557e69512b27141aa54a13e51b"
SOURCE_DIR="OpenSubdiv-${portVersion//\./_}" SOURCE_DIR="OpenSubdiv-${portVersion//\./_}"
PATCHES="opensubdiv-$portVersion.patchset" PATCHES="opensubdiv-$portVersion.patchset"

View File

@@ -5,20 +5,20 @@ Subject: Platform fixes
diff --git a/CMakeLists.txt b/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f3cd9d..84aafb6 100644 index 3920896..254a4db 100644
--- a/CMakeLists.txt --- a/CMakeLists.txt
+++ b/CMakeLists.txt +++ b/CMakeLists.txt
@@ -335,7 +335,7 @@ endif() @@ -337,7 +337,7 @@ endif()
if(NOT NO_CUDA) if(NOT NO_CUDA)
find_package(CUDA 4.0) find_package(CUDA 4.0)
endif() endif()
-if(NOT NO_OPENGL AND NOT ANDROID AND NOT IOS) -if(NOT NO_GLFW AND NOT NO_OPENGL AND NOT ANDROID AND NOT IOS)
+if(NOT NO_OPENGL AND NOT ANDROID AND NOT IOS AND NOT HAIKU) +if(NOT NO_GLFW AND NOT NO_OPENGL AND NOT ANDROID AND NOT IOS AND NOT HAIKU)
find_package(GLFW 3.0.0) find_package(GLFW 3.0.0)
endif() endif()
if(NOT NO_PTEX) if(NOT NO_PTEX)
-- --
2.15.1 2.16.1
From da6fa9031b56dada1b92902b38c50b90e2b5f4f8 Mon Sep 17 00:00:00 2001 From da6fa9031b56dada1b92902b38c50b90e2b5f4f8 Mon Sep 17 00:00:00 2001
@@ -40,5 +40,5 @@ index 6fa8e89..bcd5252 100644
/usr/include /usr/include
/usr/local/include /usr/local/include
-- --
2.15.1 2.16.1