hdf-eos5: use szip virtual (#27422)

This commit is contained in:
Glenn Johnson 2021-11-15 04:05:44 -06:00 committed by GitHub
parent 4bd6a11c25
commit f281b59394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ def configure_args(self):
extra_args.append('--with-hdf5={0}'.format(self.spec['hdf5'].prefix))
if 'szip' in self.spec:
extra_args.append('--with-szlib={0}'.format(
self.spec['libszip'].prefix))
self.spec['szip'].prefix))
if 'zlib' in self.spec:
extra_args.append('--with-zlib={0}'.format(
self.spec['zlib'].prefix))