Skip to content

Commit

Permalink
Remove trailing whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhlig1 committed Jul 13, 2015
1 parent b4469a3 commit 0b765ee
Show file tree
Hide file tree
Showing 9 changed files with 135 additions and 135 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flavors. This dependencies are needed to be able to install FairSoft.

The following programs/compiler are needed:

cmake gcc g++ gfortran make patch sed curl
cmake gcc g++ gfortran make patch sed curl
bzip2 gzip unzip tar subversion git

The following development packages are needed
Expand Down Expand Up @@ -57,7 +57,7 @@ yum install cmake gcc gcc-c++ gcc-gfortran make patch sed \
subversion git flex bison imake redhat-lsb-core \
python-devel libxml2-devel wget openssl-devel

Fedora22
Fedora22

dnf install cmake gcc gcc-c++ gcc-gfortran make patch sed \
libX11-devel libXft-devel libXpm-devel libXext-devel \
Expand Down
2 changes: 1 addition & 1 deletion alfaconfig.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
#
# AlFa package installation script
# [email protected], Sept. 2014
Expand Down
30 changes: 15 additions & 15 deletions configure.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/bash
#!/bin/bash
#
# CBM package compilation script
# [email protected], June 2006
# [email protected], June 2006
# update of the script
# include debug version and
# include debug version and
# intel compiler switches
# [email protected], July 2007

# debug options on :set -xv
# debug options off:set +xv
#
#
set +xv

# unset ROOTSYS. If it is set this can make problems when compiling Geant3
Expand Down Expand Up @@ -178,7 +178,7 @@ create_installation_directories

######################## CMake ################################
# This is only for safety reasons. If we find a machine where
# cmake is not installed, we install cmake and add the path
# cmake is not installed, we install cmake and add the path
# to the environment variable PATH

if [ "$check" = "1" ];
Expand All @@ -190,54 +190,54 @@ fi

if [ "$check" = "1" ];
then
source scripts/install_gtest.sh
source scripts/install_gtest.sh
fi

############ GNU scientific library ###############################

if [ "$check" = "1" ];
then
source scripts/install_gsl.sh
source scripts/install_gsl.sh
fi

############ ICU libraries ###############################

if [ "$check" = "1" -a "$compiler" = "Clang" -a "$platform" = "linux" ];
then
source scripts/install_icu.sh
source scripts/install_icu.sh
fi

############ Boost libraries ###############################

if [ "$check" = "1" ];
then
source scripts/install_boost.sh
source scripts/install_boost.sh
fi

##################### Pythia 6 #############################################

if [ "$check" = "1" -a "$onlyreco" = "0" ];
then
source scripts/install_pythia6.sh
source scripts/install_pythia6.sh
fi

##################### HepMC ## #############################################

if [ "$check" = "1" -a "$onlyreco" = "0" ];
then
source scripts/install_hepmc.sh
source scripts/install_hepmc.sh
fi

##################### Pythia 8 #############################################

if [ "$check" = "1" -a "$onlyreco" = "0" ];
then
source scripts/install_pythia8.sh
source scripts/install_pythia8.sh
fi

##################### XercesC #############################################

if [ "$build_python" = "yes" ];
if [ "$build_python" = "yes" ];
then
if [ "$check" = "1" -a "$onlyreco" = "0" ];
then
Expand All @@ -249,7 +249,7 @@ fi

if [ "$check" = "1" -a "$compiler" = "Clang" -a "$platform" = "linux" ];
then
source scripts/install_mesa.sh
source scripts/install_mesa.sh
fi

##################### GEANT 4 #############################################
Expand All @@ -275,7 +275,7 @@ fi

##################### G4Py #############################################

if [ "$build_python" = "yes" ];
if [ "$build_python" = "yes" ];
then
if [ "$check" = "1" -a "$onlyreco" = "0" ];
then
Expand Down Expand Up @@ -356,4 +356,4 @@ then
else
echo "*** End installation of external packages with Errors***" | tee -a $logfile
exit 42
fi
fi
Loading

0 comments on commit 0b765ee

Please sign in to comment.