hdf5: filter compiler wrapper: h5pcc, h5pfc (#24092)

This commit is contained in:
eugeneswalker 2021-06-03 00:38:15 -07:00 committed by GitHub
parent 08a4212ec3
commit ef9d3a464f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,8 @@ def patch(self):
'fortran/src/H5Fff_F03.f90', 'fortran/src/H5Fff_F03.f90',
string=True, ignore_absent=True) string=True, ignore_absent=True)
filter_compiler_wrappers('h5cc', 'h5c++', 'h5fc', relative_root='bin') filter_compiler_wrappers('h5cc', 'h5c++', 'h5fc',
'h5pcc', 'h5pfc', relative_root='bin')
def url_for_version(self, version): def url_for_version(self, version):
url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-{0}/hdf5-{1}/src/hdf5-{1}.tar.gz" url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-{0}/hdf5-{1}/src/hdf5-{1}.tar.gz"