Skip to content

Commit efa0c9c

Browse files
committed
conda-recipe: downgrade gcc to 12.3.0
1 parent b212f2b commit efa0c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requirements:
2828
- xz <=5.4.6 # CVE-2024-3094
2929

3030
build:
31-
- {{compiler('gxx')}}
31+
- {{compiler('gxx')}} <= 12.3.0
3232
- sysroot_linux-64 # [linux]
3333
# - sysroot_linux-64 >=2.28 # [linux]
3434
- dpcpp_linux-64 >=2024.1 # [linux]

0 commit comments

Comments
 (0)