Skip to content

Commit afcc7bd

Browse files
committed
Update component versions and URLs
1 parent 1038a46 commit afcc7bd

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ if(OSPRAY_ENABLE_MODULE_MPI)
119119
include(get_snappy.cmake)
120120
endif()
121121

122-
set(_RKCOMMON_VERSION 1.14.0)
123-
set(_EMBREE_VERSION 4.3.3)
122+
set(_RKCOMMON_VERSION 1.15.2)
123+
set(_EMBREE_VERSION 4.4.0)
124124
set(_OPENPGL_VERSION 0.6.0)
125125
set(_OPENVKL_VERSION 2.0.1)
126-
set(_OIDN_VERSION 2.3.0)
126+
set(_OIDN_VERSION 2.4.0)
127127
set(_OSPRAY_VERSION 3.2.0)
128128
set(_OSPRAY_STUDIO_VERSION 1.1.0)
129129

get_glfw.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Copyright 2009-2021 Intel Corporation
22
## SPDX-License-Identifier: Apache-2.0
33

4-
set(GLFW_VERSION 3.3.9)
4+
set(GLFW_VERSION 3.3.10)
55

66
set(COMPONENT_NAME glfw)
77

get_ispc.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Copyright 2021-2025 Intel Corporation
22
## SPDX-License-Identifier: Apache-2.0
33

4-
set(ISPC_VERSION 1.25.3 CACHE STRING "")
4+
set(ISPC_VERSION 1.28.2 CACHE STRING "")
55

66
set(SUBPROJECT_NAME ispc-v${ISPC_VERSION})
77

@@ -10,7 +10,7 @@ if (APPLE)
1010
elseif(WIN32)
1111
set(ISPC_SUFFIX "windows.zip")
1212
else()
13-
set(ISPC_SUFFIX "linux-oneapi.tar.gz")
13+
set(ISPC_SUFFIX "linux.tar.gz")
1414
endif()
1515

1616
set(ISPC_URL "https://github.com/ispc/ispc/releases/download/v${ISPC_VERSION}/ispc-v${ISPC_VERSION}-${ISPC_SUFFIX}" CACHE STRING "")

get_tbb.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Copyright 2021 Intel Corporation
22
## SPDX-License-Identifier: Apache-2.0
33

4-
set(TBB_VERSION 2021.11.0)
4+
set(TBB_VERSION 2022.3.0)
55

66
set(SUBPROJECT_NAME oneapi-tbb-${TBB_VERSION})
77

0 commit comments

Comments
 (0)