20 | | 1. Write a module file (copy and edit previous version or so) to reflect the new software version you have installed. The module file should be created in **/opt/modulefiles_staging/Core** for standard software and named SOFTWARE/VERSION (or SOFTWARE/VERSION.lua if you prefer to write a Lua module). See below for special routines for installing Python packages and Perl packages. |
21 | | 1. Add the module file to subversion with `svn add software/version` (you might have to add the directory too, if you had to create it svn add /opt/modulefiles_staging/Core/software/version/) and then commit the module file with `svn commit software` (you might have to add the directory too, if you had to create it svn add /opt/modulefiles_staging/Core/software/). |
| 20 | 1. Write a module file (or copy and edit previous version) to reflect the new software version you have installed. The module file should be created in **/opt/modulefiles_staging/Core** for standard software and named SOFTWARE/VERSION.lua. See below for special routines for installing Python packages and Perl packages. |
| 21 | 1. Add the module file to subversion with `svn add software/version.lua`. If this is the first version installed of the software, you also need to add the directory to Subversion (`svn add /opt/modulefiles_staging/Core/software/version/`). Once the file (and directory are added), commit the module file with `svn commit software`. |