Skip to content

Commit

Permalink
New download loaction for HepMC
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhlig1 committed Feb 19, 2019
1 parent b895927 commit 53e47f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/fairsoft-config.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

_version=mar17
_version=mar17p1
_cc=@CMAKE_C_COMPILER@
_cxx=@CMAKE_CXX_COMPILER@
_f77=@CMAKE_Fortran_COMPILER@
Expand Down
12 changes: 6 additions & 6 deletions scripts/install_hepmc.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#!/bin/bash

if [ ! -d $SIMPATH/generators/HepMC ];
if [ ! -d $SIMPATH/generators/bla ];
then
cd $SIMPATH/generators
if [ ! -e HepMC-$HEPMCVERSION.tar.gz ];
if [ ! -e hepmc2.$HEPMCVERSION.tgz ];
then
echo "*** Downloading hepmc sources ***"
download_file $HEPMC_LOCATION/HepMC-$HEPMCVERSION.tar.gz
download_file $HEPMC_LOCATION/hepmc$HEPMCVERSION.tgz
fi
untar hepmc HepMC-$HEPMCVERSION.tar.gz
if [ -d HepMC-$HEPMCVERSION ];
untar hepmc hepmc$HEPMCVERSION.tgz
if [ -d hepmc$HEPMCVERSION ];
then
ln -s HepMC-$HEPMCVERSION HepMC
ln -s hepmc$HEPMCVERSION HepMC
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion scripts/package_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export BOOSTVERSION=boost_1_62_0
export PYTHIA6_LOCATION="https://root.cern.ch/download/"
export PYTHIA6VERSION=pythia6

export HEPMC_LOCATION="http://lcgapp.cern.ch/project/simu/HepMC/download/"
export HEPMC_LOCATION="https://hepmc.web.cern.ch/hepmc/releases"
export HEPMCVERSION=2.06.09

export PYTHIA8_LOCATION="http://home.thep.lu.se/~torbjorn/pythia8/"
Expand Down

0 comments on commit 53e47f0

Please sign in to comment.