Skip to content

Commit

Permalink
Use the conda cxx compilers instead of gcc
Browse files Browse the repository at this point in the history
We stumbled upon news that conda has deprecated its `gcc` package
(ContinuumIO/anaconda-issues#5191)
in lieu of

- clangxx_osx-64 [osx]
- gxx_linux-64 [linux]
  • Loading branch information
mdpiper committed Dec 11, 2017
1 parent 86986d3 commit 084506c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Expand Up @@ -12,7 +12,8 @@ source:
requirements:
build:
- cmake
- gcc # [not win]
- clangxx_osx-64 [osx]
- gxx_linux-64 [linux]
run:
- libgcc

Expand All @@ -24,7 +25,7 @@ test:
- hydrotrend --prefix=HYDRO --in-dir=. --out-dir=.

build:
number: 3
number: 4

about:
home: http://csdms.colorado.edu/wiki/Model:HydroTrend
Expand Down

0 comments on commit 084506c

Please sign in to comment.