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
!5
Methods for caching; CLI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Methods for caching; CLI
esd-concretize-buildcache
into
dev
Overview
0
Commits
21
Pipelines
13
Changes
24
Merged
Adrian Ciu
requested to merge
esd-concretize-buildcache
into
dev
1 month ago
Overview
0
Commits
21
Pipelines
13
Changes
1
Expand
Implemented concretization with cache and installation with cache
Implemented methods for spack create cache
Implemented CLI for Dedal
0
0
Merge request reports
Viewing commit
2a6f1f8c
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2a6f1f8c
esd-spack-installation: added additional spack commands
· 2a6f1f8c
Adrian Ciu
authored
1 month ago
esd/spack_factory/SpackOperation.py
+
0
−
1
Options
@@ -112,7 +112,6 @@ class SpackOperation(ABC):
check
=
True
,
capture_output
=
True
,
text
=
True
,
logger
=
self
.
logger
,
info_msg
=
f
'
Checking if environment
{
self
.
spack_config
.
env
.
env_name
}
exists
'
)
print
(
result
)
if
result
is
None
:
return
False
return
True