Skip to content
Snippets Groups Projects

fix for LHAPDF_DATA_PATH in create_lcg_view_setup_csh.in

Merged Dmitri Konstantinov requested to merge fix_LHAPDF_DATA_PATH_in_csh_view into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
@@ -475,5 +475,9 @@ endif
if ( -d $thisdir/share/LHAPDF ) then
set lhapdfsets=`readlink $thisdir/share/LHAPDF/lhapdf.conf`
set lhapdfsets=`dirname ${lhapdfsets}`
setenv LHAPDF_DATA_PATH /cvmfs/sft.cern.ch/lcg/external/lhapdfsets/current/:${lhapdfsets}:${LHAPDF_DATA_PATH}
if ($?LHAPDF_DATA_PATH) then
setenv LHAPDF_DATA_PATH /cvmfs/sft.cern.ch/lcg/external/lhapdfsets/current/:${lhapdfsets}:${LHAPDF_DATA_PATH}
else
setenv LHAPDF_DATA_PATH /cvmfs/sft.cern.ch/lcg/external/lhapdfsets/current/:${lhapdfsets}
endif
endif
Loading