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
Commits
668e6ee4
Commit
668e6ee4
authored
4 years ago
by
Pere Mato Vila
Browse files
Options
Downloads
Patches
Plain Diff
Fix inconsistencies in GO variables
parent
95c27c09
No related branches found
No related tags found
1 merge request
!433
Fix inconsistencies in GO variables
Pipeline
#1626232
passed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/scripts/create_lcg_view_setup_csh.in
+4
-6
4 additions, 6 deletions
cmake/scripts/create_lcg_view_setup_csh.in
with
4 additions
and
6 deletions
cmake/scripts/create_lcg_view_setup_csh.in
+
4
−
6
View file @
668e6ee4
...
...
@@ -270,11 +270,13 @@ endif
#---then Go
if ( -e $thisdir/bin/go ) then
set go_dir=`readlink $thisdir/bin/go`
set go_dir=`dirname $go_dir`
set go_dir=`dirname $go_dir`
setenv GOROOT $go_dir
endif
#---then gophernotes
if ( -e $thisdir/bin/go ) then
if ( -e $thisdir/bin/go
phernotes
) then
set gophernotes_bindir=`readlink $thisdir/bin/gophernotes`
set gophernotes_dir=`dirname $gophernotes_bindir`
set gophernotes_dir=`dirname $gophernotes_dir`
...
...
@@ -283,11 +285,7 @@ if ( -e $thisdir/bin/go ) then
else
setenv GOPATH ${gophernotes_dir}
endif
if ($?GOBIN) then
setenv GOBIN ${gophernotes_bindir}:${GOBIN}
else
setenv GOBIN ${gophernotes_bindir}
endif
setenv GOBIN `dirname $gophernotes_bindir`
endif
if ( -e $thisdir/lib/libQt5Gui.so ) then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment