hdf-eos5: use szip virtual (#27422)
This commit is contained in:
parent
4bd6a11c25
commit
f281b59394
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user