Skip to content
Snippets Groups Projects

Add Spack recipe

Merged Mark Meredith requested to merge (removed):spack into main
2 files
+ 24
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 20
0
@@ -48,3 +48,23 @@ test:no_cgal:
variables:
ENABLE_CSG: "OFF"
<<: *cmake_def
.test:spack: &spack_def
stage: test
image: $CI_REGISTRY_IMAGE:latest
needs: ['build-img']
script:
- spack repo add .spack/repo
- spack install csg-eb ${NO_CSG}
tags:
- docker
spack:cgal:
variables:
NO_CSG: ""
<<: *cmake_def
spack:no_cgal:
variables:
NO_CSG: "~cgal"
<<: *cmake_def
Loading