Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
26
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
ebrains-spack-builds
Commits
d35bcc61
Commit
d35bcc61
authored
2 years ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
Update install_spack_env.sh
parent
404c352c
No related branches found
Branches containing commit
No related tags found
2 merge requests
!206
create new experimental release
,
!202
Update Spack version and build image/scripts
Pipeline
#19755
canceled with stages
in 24 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_spack_env.sh
+1
-1
1 addition, 1 deletion
install_spack_env.sh
with
1 addition
and
1 deletion
install_spack_env.sh
+
1
−
1
View file @
d35bcc61
...
...
@@ -34,7 +34,7 @@ else
fi
# add repo if it does not exist
if
[
!
$(
spack repo list |
grep
-q
$EBRAINS_REPO
)
]
if
[
[
!
$(
spack repo list |
grep
$EBRAINS_REPO
)
]
]
then
spack repo add
$EBRAINS_REPO
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment