Initial commit.
This commit is contained in:
7
scl/func_scl.csh
Normal file
7
scl/func_scl.csh
Normal file
@@ -0,0 +1,7 @@
|
||||
if ( "$1" == "load" || "$1" == "unload" ) then
|
||||
# It is possible that function module is not declared in time of this
|
||||
# declaration so eval is used instead of direct calling of function module
|
||||
eval "module $*:q"
|
||||
else
|
||||
/usr/bin/scl $*:q
|
||||
endif
|
||||
1
scl/prefixes/gcc-toolset-9
Normal file
1
scl/prefixes/gcc-toolset-9
Normal file
@@ -0,0 +1 @@
|
||||
/opt/rh
|
||||
Reference in New Issue
Block a user