Install examples for sundials

This commit is contained in:
Adam J. Stewart
2016-06-06 13:25:37 -05:00
parent 5a55bb3f8d
commit 7e1ee463ca
2 changed files with 49 additions and 5 deletions

View File

@@ -142,6 +142,7 @@ def install(self, spec, prefix):
if '+python' in spec:
# Tests will always fail if Python dependencies aren't built
# In addition, 3 of the tests fail when run in parallel
scons('test', parallel=False)
scons('install')