Skip to content

Commit

Permalink
Merge pull request #8 from CDAT/recompile
Browse files Browse the repository at this point in the history
recompile libcf
  • Loading branch information
dnadeau4 authored Apr 1, 2019
2 parents 7e9e54d + add6a2c commit dd4ea94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aliases:
name: create_conda_env
environment:
CHANNELS: "-c cdat/label/nightly -c conda-forge -c cdat"
PKGS: "hdf5 libnetcdf lapack clapack curl ossuuid numpy"
PKGS: "hdf5 libnetcdf lapack clapack curl ossuuid numpy future distarray"
command: |
export PATH=$HOME/project/$WORKDIR/miniconda/bin:$PATH
conda config --set always_yes yes --set changeps1 no
Expand Down
5 changes: 2 additions & 3 deletions recipe/meta.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ build:
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('fortran') }}
host:
- libnetcdf
- blas 1.1 {{ variant }}
- libblas
- libcblas
- curl >=7.44.0,<8
- python
- ossuuid
run:
- libnetcdf
- blas 1.1 {{ variant }}
- curl >=7.44.0,<8
- python
- ossuuid
Expand Down

0 comments on commit dd4ea94

Please sign in to comment.