Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
Merge pull request #20 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
183amir authored Jun 2, 2017
2 parents 6793684 + 225e4d6 commit b20d39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set version = "2.0.12" %}
{% set build_number = "0" %}
{% set build_number = "1" %}

{% set hdf5_version = os.environ.get('HDF5_VERSION', '1.8.17|1.8.17.*').replace('"','')|string %}
{% set hdf5_version = os.environ.get('HDF5_VERSION', '1.8.18|1.8.18.*').replace('"','')|string %}
{% set build_string = "py{}_hdf5{}_{}".format(environ.get('CONDA_PY', ''), hdf5_version.split('|')[0], build_number) %}

package:
Expand Down

0 comments on commit b20d39f

Please sign in to comment.