Skip to content

Commit

Permalink
Merge pull request #1570 from eschnett/eschnett/hdf5-blosc-2
Browse files Browse the repository at this point in the history
hdf5-blosc: Correct download url
  • Loading branch information
tgamblin committed Aug 21, 2016
2 parents 55b1182 + 78685ad commit fbe76c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions var/spack/repos/builtin/packages/hdf5-blosc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ def _install_shlib(name, src, dst):
class Hdf5Blosc(Package):
"""Blosc filter for HDF5"""
homepage = "https://github.com/Blosc/hdf5-blosc"
url = "https://github.com/Blosc/hdf5-blosc/archive/master.zip"
url = "https://github.com/Blosc/hdf5-blosc"

version('master', branch='master')
version('master', git='https://github.com/Blosc/hdf5-blosc',
branch='master')

depends_on("c-blosc")
depends_on("hdf5")
Expand Down

0 comments on commit fbe76c4

Please sign in to comment.