summaryrefslogtreecommitdiff
path: root/misc/openvdb/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-12-27 20:04:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-12-27 20:04:51 +0000
commit63a25eeb4593154f0337e8bb4731e2b43135fb56 (patch)
treeeeb6ac0041b8a069fa838a14bc252130b9181cce /misc/openvdb/files/patch-CMakeLists.txt
parentUpdate to 6.0.23 (diff)
misc/openvdb: Update 7.2.0 -> 8.0.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=559418
Diffstat (limited to 'misc/openvdb/files/patch-CMakeLists.txt')
-rw-r--r--misc/openvdb/files/patch-CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/openvdb/files/patch-CMakeLists.txt b/misc/openvdb/files/patch-CMakeLists.txt
index 9815b10ec9e4..3ee6cdf18515 100644
--- a/misc/openvdb/files/patch-CMakeLists.txt
+++ b/misc/openvdb/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig 2020-12-09 15:44:05 UTC
+--- CMakeLists.txt.orig 2020-12-24 17:13:14 UTC
+++ CMakeLists.txt
-@@ -197,7 +197,7 @@ mark_as_advanced(
+@@ -199,7 +199,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.
@@ -8,13 +8,13 @@
+set(MINIMUM_BLOSC_VERSION 1.15)
# @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)
-@@ -218,7 +218,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
- set(MINIMUM_TBB_VERSION 2017.0)
+ set(MINIMUM_OPENVDB_ABI_VERSION 6)
+@@ -220,7 +220,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS)
+ set(MINIMUM_TBB_VERSION 2018.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_NUMPY_VERSION 1.14.0)
set(MINIMUM_GOOGLETEST_VERSION 1.8)