File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ include(ProcessorCount)
2727
2828## Superbuild options ##
2929
30- set (BUILD_RKCOMMON_VERSION "v1.6.1 " CACHE STRING "Which version of rkcommon to build?" )
31- set (TBB_VERSION "2021.3 .0" CACHE STRING "Which version of TBB to download?" )
32- set (BUILD_OPENVKL_VERSION "v0.13.0 " CACHE STRING "Which version of OpenVKL to build?" )
30+ set (BUILD_RKCOMMON_VERSION "v1.6.0 " CACHE STRING "Which version of rkcommon to build?" )
31+ set (TBB_VERSION "2021.2 .0" CACHE STRING "Which version of TBB to download?" )
32+ set (BUILD_OPENVKL_VERSION "v0.12.1 " CACHE STRING "Which version of OpenVKL to build?" )
3333
3434set (installDir ${CMAKE_INSTALL_PREFIX } )
3535get_filename_component (INSTALL_DIR_ABSOLUTE ${installDir} ABSOLUTE BASE_DIR ${CMAKE_CURRENT_BINARY_DIR } )
@@ -49,7 +49,7 @@ set(COMPONENT_PATH ${INSTALL_DIR_ABSOLUTE}) # install all components in one dire
4949list (APPEND CMAKE_PREFIX_PATH ${COMPONENT_PATH} )
5050string (REPLACE ";" "|" CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH } " )
5151
52- set (ISPC_VERSION "v1.16.1 " )
52+ set (ISPC_VERSION "v1.15.0 " )
5353set (ISPC_BASE_URL "https://github.com/ispc/ispc/releases/download" )
5454if (APPLE )
5555 set (ISPC_URL ${ISPC_BASE_URL} /${ISPC_VERSION} /ispc-${ISPC_VERSION} -macOS.tar.gz)
You can’t perform that action at this time.
0 commit comments