File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Download URLs:
22https://sourceforge.net/projects/lmod/files/lua-5.1.4.9.tar.bz2
33https://sourceforge.net/projects/tcl/files/Tcl/8.6.10/tcl8.6.10-src.tar.gz
4- https://github.com/TACC/Lmod/archive/8.4.20 .tar.gz
4+ https://github.com/TACC/Lmod/archive/8.6.11 .tar.gz
55
66Singularity container made using:
77sudo singularity build centos6.sif centos6.def
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ cd /tmp/build-lmod
44CUSTOM=/cvmfs/soft.computecanada.ca/custom
55LUA=/cvmfs/soft.computecanada.ca/custom/software/lua
66TCL=/cvmfs/soft.computecanada.ca/custom/software/tcl
7- tar xf $CUSTOM /sources/Lmod-8.4.20 .tar.gz
8- cd Lmod-8.4.20
7+ tar xf $CUSTOM /sources/Lmod-8.6.11 .tar.gz
8+ cd Lmod-8.6.11
99export CPATH=$TCL /include
1010export LIBRARY_PATH=$TCL /lib
1111export PATH=$TCL /bin:$LUA /bin:$PATH
You can’t perform that action at this time.
0 commit comments