Skip to content

Commit 52f5815

Browse files
author
Matthew Chan
authored
Merge pull request #24 from theochem/new_cc
move to build variants compiler()
2 parents 82435b4 + eb7d7d6 commit 52f5815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/conda.recipe/meta.yaml

+2-2
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)