Skip to content
Snippets Groups Projects

Draft: Esd spack installation

Closed Adrian Ciu requested to merge esd-spack-installation into master
6 files
+ 72
29
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -14,13 +14,13 @@ class BashCommandException(SpackException):
"""
class NoSpackEnvironmentException(SpackException):
class NoSpackEnvironmentException(BashCommandException):
"""
To be thrown when an operation on a spack environment is executed without the environment being activated or existent
"""
class SpackConcertizeException(SpackException):
class SpackConcertizeException(BashCommandException):
"""
To be thrown when the spack concretization step fails
"""