Skip to content

Commit

Permalink
Dropping HepMC3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
forthommel committed Feb 29, 2024
1 parent 88e33bf commit c07a62b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions cepgen.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Source: https://github.com/cepgen/cepgen/archive/refs/tags/%{realversion}.tar.gz

BuildRequires: cmake ninja
Requires: gsl OpenBLAS hepmc hepmc3 lhapdf pythia6 root bz2lib zlib xz
Requires: gsl OpenBLAS hepmc lhapdf pythia6 root bz2lib zlib xz

%prep
%setup -n %{n}-%{realversion}
Expand All @@ -16,7 +16,6 @@ cd ../build
export GSL_DIR=${GSL_ROOT}
export OPENBLAS_DIR=${OPENBLAS_ROOT}
export HEPMC_DIR=${HEPMC_ROOT}
export HEPMC3_DIR=${HEPMC3_ROOT}
export LHAPDF_PATH=${LHAPDF_ROOT}
export PYTHIA6_DIR=${PYTHIA6_ROOT}
export ROOTSYS=${ROOT_ROOT}
Expand Down
2 changes: 0 additions & 2 deletions scram-tools.file/tools/cepgen/cepgen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<info url="https://cepgen.hepforge.org/"/>
<lib name="CepGen"/>
<lib name="CepGenHepMC2"/>
<lib name="CepGenHepMC3"/>
<lib name="CepGenLHAPDF"/>
<lib name="CepGenProcesses"/>
<lib name="CepGenPythia6"/>
Expand All @@ -16,7 +15,6 @@
<use name="gsl"/>
<use name="OpenBLAS"/>
<use name="hepmc"/>
<use name="hepmc3"/>
<use name="lhapdf"/>
<use name="pythia6"/>
</tool>

0 comments on commit c07a62b

Please sign in to comment.