diff options
author | 2017-12-24 18:39:37 +0000 | |
---|---|---|
committer | 2017-12-24 23:16:02 +0100 | |
commit | fb82335ceee9932c7b19e05dffb354e82c27d331 (patch) | |
tree | 1cad9b0e3660f2e91ce1266d681c29c9e27c9e10 /media-libs/opensubdiv/files | |
parent | media-libs/opensubdiv: Add CUDA 9 compatibility patch (diff) | |
download | gentoo-fb82335ceee9932c7b19e05dffb354e82c27d331.tar.gz gentoo-fb82335ceee9932c7b19e05dffb354e82c27d331.tar.bz2 gentoo-fb82335ceee9932c7b19e05dffb354e82c27d331.zip |
media-libs/opensubdiv: Remove old versions and patches
Diffstat (limited to 'media-libs/opensubdiv/files')
-rw-r--r-- | media-libs/opensubdiv/files/opensubdiv-3.1.0-skip-osd-regression.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-libs/opensubdiv/files/opensubdiv-3.1.0-skip-osd-regression.patch b/media-libs/opensubdiv/files/opensubdiv-3.1.0-skip-osd-regression.patch deleted file mode 100644 index 2ebb638e3838..000000000000 --- a/media-libs/opensubdiv/files/opensubdiv-3.1.0-skip-osd-regression.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -purN a/regression/CMakeLists.txt b/regression/CMakeLists.txt ---- a/regression/CMakeLists.txt 2016-03-25 22:15:29.000000000 +0000 -+++ b/regression/CMakeLists.txt 2016-06-05 14:09:19.202849569 +0100 -@@ -32,30 +32,4 @@ if (NOT NO_REGRESSION) - - add_subdirectory(far_perf) - -- if(OPENGL_FOUND AND (GLEW_FOUND OR APPLE) AND GLFW_FOUND) -- add_subdirectory(osd_regression) -- else() -- set(MISSING "") -- -- if (NOT OPENGL_FOUND) -- list(APPEND MISSING OpenGL) -- endif() -- -- if (NOT GLEW_FOUND) -- list(APPEND MISSING glew) -- endif() -- -- if (NOT GLFW_FOUND) -- list(APPEND MISSING glfw) -- endif() -- -- message(WARNING -- "The following libraries could not be found : ${MISSING}. " -- "The osd regression test will not be available. " -- "If you have these libraries installed, please specify their " -- "path to cmake (through the GLEW_LOCATION and GLFW_LOCATION " -- "command line arguments or environment variables)." -- ) -- endif() -- - endif() |