mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
build: Add spack develop environment
This commit is contained in:
parent
c8fde17b6a
commit
4d5dbedeab
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@ install
|
||||||
.vscode
|
.vscode
|
||||||
/compile_commands.json
|
/compile_commands.json
|
||||||
.cache
|
.cache
|
||||||
|
.spack-env
|
||||||
|
spack.lock
|
||||||
|
|
10
spack.yaml
Normal file
10
spack.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user