Skip to content

Commit 994bc29

Browse files
committed
Pin compiler to minimum 2026.0.0
1 parent be19858 commit 994bc29

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set required_compiler_version = "2024.2.0" %}
1+
{% set required_compiler_version = "2026.0.0" %}
22

33
{% set pyproject = load_file_data('pyproject.toml') %}
44
{% set py_build_deps = pyproject.get('build-system', {}).get('requires', []) %}

libsyclinterface/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ set(LIBZE_DEFAULT_LOADER_FILENAME "libze_loader.so.1" CACHE STRING "Default Leve
5050

5151
# Minimum version requirement only when oneAPI dpcpp is used.
5252
if(DPCTL_DPCPP_FROM_ONEAPI)
53-
find_package(IntelSyclCompiler 2021.3.0 REQUIRED)
53+
find_package(IntelSyclCompiler 2026.0.0 REQUIRED)
5454
else()
5555
find_package(IntelSyclCompiler REQUIRED)
5656
endif()

0 commit comments

Comments
 (0)