diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-11 13:28:45 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-11 13:29:59 -0700 |
commit | 598609b371fbafc7b469e2789325d546fd04aa8f (patch) | |
tree | 0f5803513c537df19c157d8da4c557c00e28f6ad /misc/openvdb/files/patch-CMakeLists.txt | |
parent | science/agrum: Update 1.1.0 -> 1.1.1 (diff) |
misc/openvdb: Update 9.0.0 -> 9.1.0
Reported by: portscout
Diffstat (limited to 'misc/openvdb/files/patch-CMakeLists.txt')
-rw-r--r-- | misc/openvdb/files/patch-CMakeLists.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/openvdb/files/patch-CMakeLists.txt b/misc/openvdb/files/patch-CMakeLists.txt deleted file mode 100644 index 17689aa25184..000000000000 --- a/misc/openvdb/files/patch-CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ ---- CMakeLists.txt.orig 2021-10-30 02:55:40 UTC -+++ CMakeLists.txt -@@ -250,7 +250,7 @@ set(MINIMUM_CXX_STANDARD 14) - - # @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. --set(MINIMUM_BLOSC_VERSION 1.5.0) -+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 6) -@@ -265,8 +265,8 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS) - set(MINIMUM_MSVC_VERSION 19.10) - - set(MINIMUM_BOOST_VERSION 1.70) -- set(MINIMUM_ILMBASE_VERSION 2.4) -- set(MINIMUM_OPENEXR_VERSION 2.4) -+ set(MINIMUM_ILMBASE_VERSION 3.0) -+ set(MINIMUM_OPENEXR_VERSION 3.0) - set(MINIMUM_ZLIB_VERSION 1.2.7) - set(MINIMUM_TBB_VERSION 2019.0) - set(MINIMUM_LLVM_VERSION 7.0.0) |