Skip to content

Commit 504e68e

Browse files
committed
corrections to meta.yaml
1 parent 3577fc7 commit 504e68e

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
numpy:
2+
- '1.26.4'
3+
c_compiler: # [linux]
4+
- gcc # [linux]
5+
cxx_compiler: # [linux]
6+
- gxx # [linux]
7+
cxx_compiler_version: # [linux]
8+
- '14' # [linux]
9+
c_stdlib: # [linux]
10+
- sysroot # [linux]
11+
c_stdlib_version: # [linux]
12+
- '2.28' # [linux]
13+
c_stdlib: # [win]
14+
- vs # [win]
15+
cxx_compiler: # [win]
16+
- vs2022 # [win]
17+
c_compiler: # [win]
18+
- vs2022 # [win]
19+
CFLAGS:
20+
- -fno-fast-math # [linux]
21+
CXXFLAGS:
22+
- -fno-fast-math # [linux]
23+
CL:
24+
- /fp:precise # [win]

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ requirements:
1717
build:
1818
- {{ compiler('c') }}
1919
- {{ compiler('cxx') }}
20+
- {{ stdlib('c') }}
2021
- {{ compiler('dpcpp') }} >=2024.2 # [not osx]
21-
- sysroot_linux-64 >=2.28 # [linux]
2222
host:
2323
- setuptools >=77
2424
- pip
@@ -28,6 +28,7 @@ requirements:
2828
- cython
2929
- scikit-build
3030
- python
31+
- python-gil # [py>=314]
3132
- mkl-devel
3233
- numpy # [not win]
3334
- numpy <2.4 # [win]

0 commit comments

Comments
 (0)