From 037f1e7719475ef6ad269fd95134e28525af153a Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 14 Dec 2020 00:50:04 +0000 Subject: misc/openvdb: Update 7.1.0 -> 7.2.0 Reported by: portscout --- misc/openvdb/files/patch-CMakeLists.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'misc/openvdb/files/patch-CMakeLists.txt') diff --git a/misc/openvdb/files/patch-CMakeLists.txt b/misc/openvdb/files/patch-CMakeLists.txt index 07041ff21955..9815b10ec9e4 100644 --- a/misc/openvdb/files/patch-CMakeLists.txt +++ b/misc/openvdb/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2020-08-13 19:15:58 UTC +--- CMakeLists.txt.orig 2020-12-09 15:44:05 UTC +++ CMakeLists.txt -@@ -217,7 +217,7 @@ mark_as_advanced( +@@ -197,7 +197,7 @@ mark_as_advanced( # @note Blosc version is currently treated as exception which must be adhered # to. The minimum version must be at least 1.5.0. Previous versions are incompatible. # Later versions (including 1.5.4), can be buggy on certain platforms. @@ -9,15 +9,12 @@ # @note ABI always enforced so the correct deprecation messages are available. # OPENVDB_USE_DEPRECATED_ABI_ should be used to circumvent this set(MINIMUM_OPENVDB_ABI_VERSION 5) -@@ -235,9 +235,9 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS) - set(MINIMUM_ILMBASE_VERSION 2.2) - set(MINIMUM_OPENEXR_VERSION 2.2) - set(MINIMUM_ZLIB_VERSION 1.2.7) -- set(MINIMUM_TBB_VERSION 2017.0) -+ #set(MINIMUM_TBB_VERSION 2019.0) # bogus check: https://github.com/AcademySoftwareFoundation/openvdb/issues/688 +@@ -218,7 +218,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS) + set(MINIMUM_TBB_VERSION 2017.0) + set(MINIMUM_LLVM_VERSION 6.0.0) - set(MINIMUM_PYTHON_VERSION 2.7) + set(MINIMUM_PYTHON_VERSION ${FREEBSD_PYTHON_VER}) set(MINIMUM_NUMPY_VERSION 1.12.1) - set(MINIMUM_CPPUNIT_VERSION 1.10) + set(MINIMUM_GOOGLETEST_VERSION 1.8) -- cgit v1.2.3