hep stack: root +postgres (#48498)

This commit is contained in:
Wouter Deconinck 2025-01-13 05:11:19 -06:00 committed by GitHub
parent b99f850c8e
commit 98c44fc351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -51,7 +51,7 @@ spack:
- py-uproot +lz4 +xrootd +zstd
- pythia8 +evtgen +fastjet +hdf5 +hepmc +hepmc3 +lhapdf ~madgraph5amc +python +rivet ~root # pythia8 and root circularly depend
- rivet hepmc=3
- root +davix +dcache +examples +fftw +fits +fortran +gdml +graphviz +gsl +http +math +minuit +mlp +mysql +opengl ~postgres +pythia8 +python +r +roofit +root7 +rpath ~shadow +spectrum +sqlite +ssl +tbb +threads +tmva +unuran +vc +vdt +veccore +webgui +x +xml +xrootd
- root +davix +dcache +examples +fftw +fits +fortran +gdml +graphviz +gsl +http +math +minuit +mlp +mysql +opengl +postgres +pythia8 +python +r +roofit +root7 +rpath ~shadow +spectrum +sqlite +ssl +tbb +threads +tmva +unuran +vc +vdt +veccore +webgui +x +xml +xrootd
- sherpa +analysis ~blackhat +gzip +hepmc3 +hepmc3root +lhapdf +lhole +openloops +pythia ~python ~recola ~rivet +root +ufo
- thepeg ~rivet
- vecgeom +gdml +geant4 +root

View File

@ -65,7 +65,8 @@ class Postgresql(AutotoolsPackage):
variant("xml", default=False, description="Build with XML support.")
variant("icu", default=True, description="Build with ICU support.", when="@16:")
depends_on("icu4c", when="@16: +icu")
depends_on("icu4c", when="+icu")
depends_on("pkgconfig", when="+icu", type="build")
depends_on("readline", when="lineedit=readline")
depends_on("libedit", when="lineedit=libedit")
depends_on("openssl")
@ -73,6 +74,7 @@ class Postgresql(AutotoolsPackage):
depends_on("perl+opcode", when="+perl")
depends_on("python", when="+python")
depends_on("libxml2", when="+xml")
depends_on("pkgconfig", when="+xml", type="build")
@property
def command(self):