diff --git a/cmake/config/OpenVDBVersions.cmake b/cmake/config/OpenVDBVersions.cmake index 06cf5e6490..45888d2fbf 100644 --- a/cmake/config/OpenVDBVersions.cmake +++ b/cmake/config/OpenVDBVersions.cmake @@ -45,7 +45,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS) set(MINIMUM_OPENEXR_VERSION 3.1) set(MINIMUM_ZLIB_VERSION 1.2.7) set(MINIMUM_TBB_VERSION 2020.3) - set(MINIMUM_LLVM_VERSION 10.0.0) + set(MINIMUM_LLVM_VERSION 15.0.0) set(MINIMUM_BLOSC_VERSION 1.17.0) set(MINIMUM_GLFW_VERSION 3.1) @@ -81,4 +81,4 @@ set(FUTURE_MINIMUM_LOG4CPLUS_VERSION 2.0) set(FUTURE_MINIMUM_PYTHON_VERSION 3.11) set(FUTURE_MINIMUM_NUMPY_VERSION 1.26.0) # set(FUTURE_MINIMUM_HOUDINI_VERSION 20.0) -set(FUTURE_MINIMUM_LLVM_VERSION 13.0.0) +# set(FUTURE_MINIMUM_LLVM_VERSION 13.0.0) diff --git a/doc/dependencies.txt b/doc/dependencies.txt index e8d88b2bcb..4a9cf0590b 100644 --- a/doc/dependencies.txt +++ b/doc/dependencies.txt @@ -66,7 +66,7 @@ OpenEXR | 3.1 | Latest | EXR serialization support TBB | 2020.3 | 2020.3 | Threading Building Blocks - template library for task parallelism | Y | Y | https://www.threadingbuildingblocks.org ZLIB | 1.2.7 | Latest | Compression library for disk serialization compression | Y | Y | https://www.zlib.net Boost | 1.80 | 1.82 | Components: iostreams | Y | Y | https://www.boost.org -LLVM | 10.0.0 | 13.0.0* | Target-independent code generation | Y | Y | https://llvm.org/ +LLVM | 15.0.0 | 15.0.0* | Target-independent code generation | Y | Y | https://llvm.org/ Bison | 3.0.0 | 3.7.0 | General-purpose parser generator | Y | Y | https://www.gnu.org/software/gcc Flex | 2.6.0 | 2.6.4 | Fast lexical analyzer generator | Y | Y | https://github.com/westes/flex Python | 3.10 | 3.11 | The python interpreter and libraries | Y | Y | https://www.python.org @@ -145,7 +145,7 @@ apt-get install zlibc # zlib apt-get install libboost-iostreams-dev # Boost::iostream apt-get install libblosc-dev # Blosc # AX -apt-get install llvm-10-dev # LLVM +apt-get install llvm-15-dev # LLVM # Python apt-get install python-dev # Python apt-get install python-numpy # NumPy