mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
22 lines
926 B
Text
22 lines
926 B
Text
--- 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)
|