Skip to content
Snippets Groups Projects
Commit 0e327aa2 authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Add new file

parent 780a4b45
No related branches found
No related tags found
No related merge requests found
spack:
view: false
concretization: separately
# would need gcc@6:
#config:
# concretizer: clingo
definitions:
- compiler-pkgs:
- 'gcc@10.3.0 os=centos7'
- pkgs:
# start ultra-simple...
#- libsigsegv
# start simple...
#- gawk
#- m4
# interesing but still quite plain software
#- nest +gsl
#- arbor
# BrainScaleS
- visionary-dls-core ^py-astroid@2.4.2 ^py-setuptools-scm+toml ^python@3.8.9
- compilers:
- '%gcc@10.3.0'
# - '%gcc@4.8.5'
- oses:
- os=centos7
specs:
- matrix:
- [$pkgs]
- [$compilers]
- [$oses]
mirrors:
#mirror: s3://spack-public/mirror
#cloud_gitlab: https://mirror.spack.io
local_something: /builds/emuller/brainscales-spack-test/local_mirror
# build_cache/ gets added
hacky_cache: https://brainscales-r.kip.uni-heidelberg.de:7443/nmpi/tmp
gitlab-ci:
bootstrap:
- name: compiler-pkgs
compiler-agnostic: true
mappings:
- match:
- os=centos7
runner-attributes:
tags:
- docker-runner
image: docker-registry.ebrains.eu/clb-jupyter-image/base
# needed as the spack command isn't globally available
before_script:
- git clone ${SPACK_REPO}
- pushd spack && git checkout ${SPACK_CHECKOUT_VERSION} && git log -n 1 && popd
- . "./spack/share/spack/setup-env.sh"
# for default (env activate + ci rebuild) remove it
script:
- env
- spack env activate --without-view .
- spack -d ci rebuild
enable-artifacts-buildcache: True
rebuild-index: False
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment