summaryrefslogtreecommitdiff
path: root/misc/openvdb/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-12-14 00:50:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-12-14 00:50:04 +0000
commit037f1e7719475ef6ad269fd95134e28525af153a (patch)
tree0c29c490d7e66bfea83efba6922dbe335398e4eb /misc/openvdb/files/patch-CMakeLists.txt
parentsecurity/helib: Update 1.2.0 -> 1.3.0 (diff)
misc/openvdb: Update 7.1.0 -> 7.2.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=558068
Diffstat (limited to 'misc/openvdb/files/patch-CMakeLists.txt')
-rw-r--r--misc/openvdb/files/patch-CMakeLists.txt15
1 files changed, 6 insertions, 9 deletions
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_<VERSION> 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)