Skip to content
Snippets Groups Projects
Commit 35362619 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: add sherpa and rivet

parent f01a0d83
Branches
Tags
1 merge request!1117feat: add sherpa and rivet
...@@ -417,11 +417,19 @@ packages: ...@@ -417,11 +417,19 @@ packages:
require: require:
- '@6.7.2' - '@6.7.2'
- +opengl - +opengl
rivet:
require:
- '@4.0.2'
- hepmc=3
root: root:
require: require:
- '@6.32.08' - '@6.32.08'
- cxxstd=20 +fftw +fortran +gdml +http -ipo +mlp +python +root7 +tmva +tmva-sofie +vc +xrootd +ssl - cxxstd=20 +fftw +fortran +gdml +http -ipo +mlp +python +root7 +tmva +tmva-sofie +vc +xrootd +ssl
- any_of: [+opengl +webgui +x, -opengl -webgui -x] - any_of: [+opengl +webgui +x, -opengl -webgui -x]
sherpa:
require:
- '@3.0.1'
- cxxstd=20 +analysis ~blackhat ~cms +gzip +hepmc3 +hepmc3root +ipo +lhapdf +lhole +mpi ~openloops +pythia +python ~recola +rivet +root ~ufo
simsipm: simsipm:
require: require:
- '@2.1.0' - '@2.1.0'
......
...@@ -105,7 +105,9 @@ spack: ...@@ -105,7 +105,9 @@ spack:
- py-vector - py-vector
- py-wurlitzer - py-wurlitzer
- py-yapf - py-yapf
- rivet
- root +opengl +webgui +x - root +opengl +webgui +x
- sherpa
- simsipm - simsipm
- snakemake - snakemake
- spdlog - spdlog
......
...@@ -33,6 +33,7 @@ b2a86fcaba3397e912eec32a7059e26ab234cef7 ...@@ -33,6 +33,7 @@ b2a86fcaba3397e912eec32a7059e26ab234cef7
d5c0ace993d2b495de549e6694081b8e9baf2cfb d5c0ace993d2b495de549e6694081b8e9baf2cfb
0db3b36874457e065fb49ec469a40e72d6c011a0 0db3b36874457e065fb49ec469a40e72d6c011a0
f2f13964fbb0d29a74f605e31b20f724d88cc024 f2f13964fbb0d29a74f605e31b20f724d88cc024
0ce38ed1092aefeccb31ffed8e23e8d3ef58a4b1
--- ---
## Optional hash table with comma-separated file list ## Optional hash table with comma-separated file list
read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
...@@ -67,3 +68,4 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ ...@@ -67,3 +68,4 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
## d5c0ace993d2b495de549e6694081b8e9baf2cfb: simsipm: add a new version and a variant for setting the C++ standard ## d5c0ace993d2b495de549e6694081b8e9baf2cfb: simsipm: add a new version and a variant for setting the C++ standard
## 0db3b36874457e065fb49ec469a40e72d6c011a0: sherpa: fix AutotoolsBuilder install signature ## 0db3b36874457e065fb49ec469a40e72d6c011a0: sherpa: fix AutotoolsBuilder install signature
## f2f13964fbb0d29a74f605e31b20f724d88cc024: sherpa: support cxxstd=20 when=@3: ## f2f13964fbb0d29a74f605e31b20f724d88cc024: sherpa: support cxxstd=20 when=@3:
## 0ce38ed1092aefeccb31ffed8e23e8d3ef58a4b1: rivet: patch to fix missing headers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment