Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csg-eb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
exa
csg-eb
Merge requests
!107
The source project of this merge request has been removed.
Add Spack recipe
Merged
Add Spack recipe
(removed):spack
into
main
Overview
0
Commits
27
Pipelines
0
Changes
7
Merged
Mark Meredith
requested to merge
(removed):spack
into
main
3 years ago
Overview
0
Pipelines
0
Changes
1
Expand
1
0
Merge request reports
Compare
version 5
version 5
34cfff24
3 years ago
version 4
69f4bea3
3 years ago
version 3
5b8d19dd
3 years ago
version 2
9dc579e8
3 years ago
version 1
a90767bd
3 years ago
main (base)
and
latest version
latest version
8002ff27
27 commits,
3 years ago
version 5
34cfff24
26 commits,
3 years ago
version 4
69f4bea3
25 commits,
3 years ago
version 3
5b8d19dd
24 commits,
3 years ago
version 2
9dc579e8
23 commits,
3 years ago
version 1
a90767bd
22 commits,
3 years ago
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
0
Options
@@ -53,6 +53,7 @@ test:no_cgal:
stage
:
test
image
:
$CI_REGISTRY_IMAGE:latest
needs
:
[
'
build-img'
]
when
:
manual
script
:
-
/usr/local/spack/bin/spack repo add .spack/repo
-
/usr/local/spack/bin/spack install csg-eb ${NO_CSG}
Loading