Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
modulefiles
Commits
9ccdc045
Commit
9ccdc045
authored
Oct 28, 2019
by
remy
Browse files
adding golang 1.13.1
parent
c80c4d37
Changes
1
Hide whitespace changes
Inline
Side-by-side
envfiles/golang-1.13.1
0 → 100644
View file @
9ccdc045
#%Module######################################################################
#
# golang 1.11 20190320
#
proc ModulesHelp { } {
puts stderr "This modulefile defines the library paths and"
puts stderr "include paths needed to use Go (golang) version 1.13.1"
puts stderr "The program Go 1.11"
puts stderr "is added to PATH."
}
set is_module_rm [module-info mode remove]
unsetenv LD_LIBRARY_PATH
set GO_LEVEL 1.13
set GO_SUBLVL 1
set GO_CURPATH /share/apps/bin/golang/$GO_LEVEL.$GO_SUBLVL/go
prepend-path PATH $GO_CURPATH/bin/
prepend-path LD_LIBRARY_PATH $GO_CURPATH/lib/
prepend-path MANPATH $GO_CURPATH/share/man
setenv GOPATH ~/go
setenv GOROOT $GO_CURPATH
append-path PE_PRODUCT_LIST Golang.$GO_LEVEL.$GO_SUBLVL
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment