Skip to content

Commit

Permalink
Merge pull request #10 from qwhelan/hdf5_1.8.18
Browse files Browse the repository at this point in the history
Upgrade to hdf5 1.8.18
  • Loading branch information
scopatz authored Jun 12, 2017
2 parents fd94a88 + 394261c commit e39252c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
sha256: {{ sha256 }}

build:
number: 200
number: 201
# note that builds timeout on mac with many versions of python & numpy
skip: True # [win or (osx and py34)]
detect_binary_files_with_prefix: true
Expand All @@ -33,7 +33,7 @@ requirements:
- blas 1.1 {{ variant }}
- openblas 0.2.19|0.2.19.*
- boost-cpp 1.64.*
- hdf5 1.8.17|1.8.17.*
- hdf5 1.8.18|1.8.18.*
- bzip2 1.0.*
- xz 5.2.*
- moab
Expand All @@ -46,7 +46,7 @@ requirements:
- blas 1.1 {{ variant }}
- openblas 0.2.19|0.2.19.*
- boost-cpp 1.64.*
- hdf5 1.8.17|1.8.17.*
- hdf5 1.8.18|1.8.18.*
- bzip2 1.0.*
- xz 5.2.*
- moab
Expand Down

0 comments on commit e39252c

Please sign in to comment.