hdf5-blosc: Remove commit id from version specification

The respective commit seems to have vanished.
Now using the master branch without specifying a particular commit.
This commit is contained in:
Erik Schnetter 2016-08-17 16:36:33 -04:00
parent 7f57405eac
commit 296212d78d

View File

@ -51,7 +51,8 @@ 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', '02c04acbf4bec66ec8a35bf157d1c9de')
version('master', branch='master')
depends_on("c-blosc")
depends_on("hdf5")