Skip to content

Commit 5e0e2b1

Browse files
Diptorup DebZzEeKkAa
andcommitted
Block 2024.0.1 and 2024.0.2 dpcpp packages
Co-authored-by: Yevhenii Havrylko <[email protected]>
1 parent ba2f7fb commit 5e0e2b1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{% set required_compiler_version = "2023.2" %}
2+
{% set excluded_compiler_version1 = "2024.0.1" %}
3+
{% set excluded_compiler_version2 = "2024.0.2" %}
4+
15
package:
26
name: numba-dpex
37
version: {{ GIT_DESCRIBE_TAG }}
@@ -13,11 +17,12 @@ build:
1317
requirements:
1418
build:
1519
- {{ compiler('cxx') }}
16-
- {{ compiler('dpcpp') }} # [not osx]
20+
- {{ compiler('dpcpp') }} >={{ required_compiler_version }},!={{ excluded_compiler_version1 }},!={{ excluded_compiler_version2 }} # [not osx]
1721
# specific version of sysroot required by dpcpp, but 2024.0.0 package
1822
# does not have it in meta data
1923
- sysroot_linux-64 >=2.28 # [linux]
2024
host:
25+
- dpcpp-cpp-rt >={{ required_compiler_version }},!={{ excluded_compiler_version1 }},!={{ excluded_compiler_version2 }}
2126
- python
2227
- setuptools >=63.*
2328
- scikit-build >=0.15*

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ channels:
99
dependencies:
1010
- python=3.9
1111
- gxx_linux-64
12-
- dpcpp_linux-64
12+
- dpcpp_linux-64>=2023.2,!=2024.0.1,!=2024.0.2
1313
- numba ==0.58*
1414
- dpctl >=0.14*
1515
- dpnp >=0.11*

environment/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ channels:
88
dependencies:
99
- libffi
1010
- gxx_linux-64
11-
- dpcpp_linux-64
11+
- dpcpp_linux-64>=2023.2,!=2024.0.1,!=2024.0.2
1212
- numba==0.58*
1313
- dpctl
1414
- dpnp

environment/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ channels:
88
dependencies:
99
- libffi
1010
- gxx_linux-64
11-
- dpcpp_linux-64
11+
- dpcpp_linux-64>=2023.2,!=2024.0.1,!=2024.0.2
1212
- numba==0.58*
1313
- scikit-build>=0.15*
1414
- cmake>=3.26*

0 commit comments

Comments
 (0)