Skip to content

Commit 24d7271

Browse files
committed
Build with gcc on OSX
1 parent eaa1579 commit 24d7271

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

meta.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,28 @@ source:
99
build:
1010
number: 0
1111
script: python -m pip install --no-deps --ignore-installed .
12-
skip: true # [win]
12+
skip: true # [win]
1313

1414
requirements:
1515
build:
1616
- python
1717
- pip
1818
- toolchain
19+
- perl
20+
- make
1921
- nomkl
2022
- libnetcdf 4.4.*
2123
- expat
2224
- numpy >=1.13
2325
- tk 8.5.*
26+
- gcc # [osx]
2427
run:
2528
- python
2629
- libnetcdf 4.4.*
2730
- expat
2831
- numpy >=1.13
2932
- tk 8.5.*
33+
- libgcc # [osx]
3034

3135
test:
3236
imports:

0 commit comments

Comments
 (0)