Skip to content

Commit eb7d7d6

Browse files
author
Matthew Chan
committed
move to build variants compiler()
1 parent 82435b4 commit eb7d7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/conda.recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ requirements:
1818
- cython >=0.24.1
1919
- setuptools
2020
- nose
21-
- gcc # [ not win ]
21+
- {{ compiler('c') }}
22+
- {{ compiler('cxx') }}
2223
run:
2324
- python
2425
- numpy
2526
- nose
26-
- libgcc # [ not win ]
2727

2828
about:
2929
description: Demo python+cython project

0 commit comments

Comments
 (0)