hdf5: filter compiler wrapper: h5pcc, h5pfc (#24092)
This commit is contained in:
parent
08a4212ec3
commit
ef9d3a464f
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ def patch(self):
|
|||
'fortran/src/H5Fff_F03.f90',
|
||||
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):
|
||||
url = "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-{0}/hdf5-{1}/src/hdf5-{1}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue