Skip to content

Commit

Permalink
Changing linux compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Oct 29, 2019
1 parent 9bb98b4 commit 449c537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda_recipe/xspec-modelsonly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ requirements:
- ccfits==2.5
- cfitsio==3.410
- gfortran_osx-64 # [osx]
- gcc # [linux]
- {{ compiler('c') }} # [linux]
- {{ compiler('cxx') }} # [linux]
- {{ compiler('fortran') }} # [linux]
- libgfortran>=3.0
#- libpng 1.6.34
#- libxcb 1.12
Expand Down

0 comments on commit 449c537

Please sign in to comment.