build: Add spack develop environment

This commit is contained in:
Dennis Klein 2023-03-23 14:10:54 +01:00
parent c8fde17b6a
commit 4d5dbedeab
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ install
.vscode
/compile_commands.json
.cache
.spack-env
spack.lock

10
spack.yaml Normal file
View File

@ -0,0 +1,10 @@
spack:
specs:
- boost+container+program_options+filesystem+date_time+regex
- faircmakemodules
- fairlogger+pretty
- fmt
- libzmq
view: true
concretizer:
unify: true