Skip to content

Commit 25620cb

Browse files
committed
Install stdlib('c') into build environment
1 parent 3333c00 commit 25620cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ requirements:
3737
- tbb-devel
3838
build:
3939
- {{ compiler('cxx') }}
40+
- {{ stdlib('c') }}
4041
- {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }},<{{ max_compiler_and_mkl_version }}
41-
- sysroot_linux-64 >=2.28 # [linux]
4242
run:
4343
- python
4444
- {{ pin_compatible('dpctl', min_pin='x.x.x', max_pin=None) }}

0 commit comments

Comments
 (0)