Skip to content
Snippets Groups Projects
Commit 76ec171e authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Update packages/nest/package.py

parent 37689a4e
No related branches found
No related tags found
4 merge requests!301create new experimental release,!300add spack post-installation testing,!279update py-elephant to 0.12.0,!214Change NEST tests from build to install phase
Pipeline #20288 failed with stage
in 21 minutes and 43 seconds
...@@ -179,7 +179,8 @@ class Nest(CMakePackage): ...@@ -179,7 +179,8 @@ class Nest(CMakePackage):
@run_after('install') @run_after('install')
@on_package_attributes(run_tests=True) @on_package_attributes(run_tests=True)
def installcheck(self): def installcheck(self):
make("installcheck") with working_dir(self.build_directory):
self.pkg._if_make_target_execute("installcheck")
def setup_run_environment(self, env): def setup_run_environment(self, env):
pass pass
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment