h5cpp: Download from github release instead of git repo (#14573)

* h5cpp: Download from github release instead of git repo

* Correct typo in package description
This commit is contained in:
Erik Schnetter 2020-01-25 19:39:36 -05:00 committed by Adam J. Stewart
parent cb3f4081a0
commit a26e5caa57

View File

@ -7,15 +7,16 @@
class H5cpp(CMakePackage):
"""Easy to use HDF5 C++ templates for Serial and Paralell HDF5"""
"""Easy to use HDF5 C++ templates for Serial and Parallel HDF5"""
homepage = "http://h5cpp.org"
# url = "https://github.com/steven-varga/h5cpp"
url = "https://github.com/steven-varga/h5cpp/archive/v1.10.4-5.tar.gz"
git = "https://github.com/steven-varga/h5cpp.git"
maintainers = ['eschnett']
version('master', branch='master')
version('master', branch='master')
version('1.10.4-5', sha256='42d0ca1aaff1ead8998a26d892a51c12b1b89023382f191dc438bd0fa4513455')
variant('mpi', default=True, description='Include MPI support')