Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spack-environments
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
spack-environments
Merge requests
!36
Update releases branch with changes from 19/06 discussion
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update releases branch with changes from 19/06 discussion
improve-releases-dev-23a
into
releases/dev-23a
Overview
2
Commits
2
Pipelines
0
Changes
1
Merged
Ashwin Kumar Karnad
requested to merge
improve-releases-dev-23a
into
releases/dev-23a
1 year ago
Overview
2
Commits
2
Pipelines
0
Changes
1
Expand
set the correct mpsd spack branch
use gcc in general and not a specific version as system compiler
Edited
1 year ago
by
Ashwin Kumar Karnad
0
0
Merge request reports
Viewing commit
42243903
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
42243903
use gcc in general instead of a specific version
· 42243903
Ashwin Kumar Karnad
authored
1 year ago
spack_setup.sh
+
1
−
1
Options
@@ -7,7 +7,7 @@ set -E -o pipefail
spack_git
=
'https://github.com/mpsd-computational-science/spack.git'
spack_git_ssh
=
'git@github.com:mpsd-computational-science/spack.git'
spack_branch
=
'mpsd/v0.19_dev-23a'
system_compiler
=
"gcc
@10.2.1
"
system_compiler
=
"gcc"
generic_arch
=
"x86_64_v2"
# default: spack cache is one level above pwd
spack_cache
=
`
realpath
../mpsd-spack-cache
`
Loading