mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 07:20:17 +00:00
build: Add spack develop environment
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user