Merge pull request #1554 from eschnett/eschnett/hdf5-blosc

hdf5-blosc: Remove commit id from version specification
This commit is contained in:
Todd Gamblin 2016-08-21 09:44:25 -07:00 committed by GitHub
commit 55b1182a4c

View File

@ -51,7 +51,7 @@ class Hdf5Blosc(Package):
homepage = "https://github.com/Blosc/hdf5-blosc"
url = "https://github.com/Blosc/hdf5-blosc/archive/master.zip"
version('master', '02c04acbf4bec66ec8a35bf157d1c9de')
version('master', branch='master')
depends_on("c-blosc")
depends_on("hdf5")