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
!952
Sweeping
!951
from master to LCG_101-patches: [
SPI-1992
]: set VALGRIND_LIB depending where shared objects are
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sweeping
!951
from master to LCG_101-patches: [
SPI-1992
]: set VALGRIND_LIB depending where shared objects are
cherry-pick-3f76ca6e-LCG_101-patches
into
LCG_101-patches
Overview
1
Commits
1
Pipelines
1
Changes
2
Merged
Ghost User
requested to merge
cherry-pick-3f76ca6e-LCG_101-patches
into
LCG_101-patches
3 years ago
Overview
1
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
LCG_101-patches
LCG_101-patches (base)
and
latest version
latest version
1ba2a3dc
1 commit,
3 years ago
2 files
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
cmake/scripts/create_lcg_view_setup_csh.in
+
3
−
1
Options
@@ -250,7 +250,9 @@ if ( -e $thisdir/bin/R && $?FC ) then
endif
#---then Valgrind
if ( -e $thisdir/bin/valgrind ) then
if ( -e $thisdir/libexec/valgrind/vgpreload_memcheck-amd64-linux.so ) then
setenv VALGRIND_LIB ${thisdir}/libexec/valgrind
else if ( -e $thisdir/lib/valgrind/vgpreload_memcheck-amd64-linux.so ) then
setenv VALGRIND_LIB ${thisdir}/lib/valgrind
endif
Loading