Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sft
lcgcmake
Merge requests
!923
fix for LHAPDF_DATA_PATH in create_lcg_view_setup_csh.in
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix for LHAPDF_DATA_PATH in create_lcg_view_setup_csh.in
fix_LHAPDF_DATA_PATH_in_csh_view
into
master
Overview
2
Commits
3
Pipelines
1
Changes
1
Merged
Dmitri Konstantinov
requested to merge
fix_LHAPDF_DATA_PATH_in_csh_view
into
master
3 years ago
Overview
2
Commits
3
Pipelines
1
Changes
1
Expand
fix for LHAPDF_DATA_PATH in create_lcg_view_setup_csh.in when LHAPDF_DATA_PATH is not defined
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
705cf876
3 commits,
3 years ago
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cmake/scripts/create_lcg_view_setup_csh.in
+
5
−
1
Options
@@ -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