Skip to content

Commit

Permalink
Fixdependencies (#12)
Browse files Browse the repository at this point in the history
* add libcblas and libblas to meta.yaml

* recompile libcf with new libblas and libcblas

* change compiler to clang

* add CFLAGS for osx64 in build

* fix CPPFLAGS and CFLAGS for clang

* force netcdf<4.7
  • Loading branch information
dnadeau4 authored Jul 5, 2019
1 parent ddd614b commit 01a0c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ requirements:
build:
- {{ compiler('c') }}
host:
- libnetcdf
- libnetcdf <4.7
- libblas
- libcblas
- curl >=7.44.0,<8
- python
- libuuid
run:
- libnetcdf
- libnetcdf <4.7
- curl >=7.44.0,<8
- python
- libuuid
Expand Down

0 comments on commit 01a0c63

Please sign in to comment.