Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Project 'ri/tech-hub/platform/esd/yashchiki' was moved to 'ri/tech-hub/platform/esd/dedal'. Please update any links and bookmarks that may still have the old path.
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Merge requests
!3
Draft: Esd spack installation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Esd spack installation
esd-spack-installation
into
master
Overview
0
Commits
11
Pipelines
98
Changes
29
Closed
Adrian Ciu
requested to merge
esd-spack-installation
into
master
1 month ago
Overview
0
Commits
11
Pipelines
98
Changes
6
Expand
SpackOperation class handles spack installation and spack operations on an environment
Factory dp for diffrent spack usages (with or without cache)
Edited
1 month ago
by
Adrian Ciu
0
0
Merge request reports
Viewing commit
cf5672cb
Show latest version
6 files
+
72
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
cf5672cb
esd-spack-installation: additional methods
· cf5672cb
adrianciu
authored
1 month ago
esd/error_handling/exceptions.py
+
2
−
2
Options
@@ -14,13 +14,13 @@ class BashCommandException(SpackException):
"""
class
NoSpackEnvironmentException
(
Spack
Exception
):
class
NoSpackEnvironmentException
(
BashCommand
Exception
):
"""
To be thrown when an operation on a spack environment is executed without the environment being activated or existent
"""
class
SpackConcertizeException
(
Spack
Exception
):
class
SpackConcertizeException
(
BashCommand
Exception
):
"""
To be thrown when the spack concretization step fails
"""