Run HDF 5 tests post-installation (#2297)
This commit is contained in:
parent
bece9aca84
commit
99cf7b4ab3
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@ def configure_args(self):
|
||||||
|
|
||||||
return ["--with-zlib=%s" % spec['zlib'].prefix] + extra_args
|
return ["--with-zlib=%s" % spec['zlib'].prefix] + extra_args
|
||||||
|
|
||||||
def check(self):
|
@AutotoolsPackage.sanity_check('install')
|
||||||
super(Hdf5, self).check()
|
def check_install(self):
|
||||||
# Build and run a small program to test the installed HDF5 library
|
# Build and run a small program to test the installed HDF5 library
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
print("Checking HDF5 installation...")
|
print("Checking HDF5 installation...")
|
||||||
|
|
Loading…
Reference in a new issue