packages : moved decorators into AutotoolsPackage and CMakePackage
This commit is contained in:
@@ -143,9 +143,7 @@ def configure_args(self):
|
||||
|
||||
return ["--with-zlib=%s" % spec['zlib'].prefix] + extra_args
|
||||
|
||||
@AutotoolsPackage.sanity_check('install')
|
||||
@AutotoolsPackage.on_package_attributes(run_tests=True)
|
||||
def check_install(self):
|
||||
def check(self):
|
||||
"Build and run a small program to test the installed HDF5 library"
|
||||
spec = self.spec
|
||||
print("Checking HDF5 installation...")
|
||||
|
Reference in New Issue
Block a user