Skip to content
Snippets Groups Projects

Add Spack recipe

Merged Mark Meredith requested to merge (removed):spack into main
+ 5
4
@@ -53,18 +53,19 @@ test:no_cgal:
stage: test
image: $CI_REGISTRY_IMAGE:latest
needs: ['build-img']
when: manual
script:
- spack repo add .spack/repo
- spack install csg-eb ${NO_CSG}
- /usr/local/spack/bin/spack repo add .spack/repo
- /usr/local/spack/bin/spack install csg-eb ${NO_CSG}
tags:
- docker
spack:cgal:
variables:
NO_CSG: ""
<<: *cmake_def
<<: *spack_def
spack:no_cgal:
variables:
NO_CSG: "~cgal"
<<: *cmake_def
<<: *spack_def
Loading