Changes between Version 16 and Version 17 of Admin/StandardOperatingProcedures/InstallSoftwareFromSource
- Timestamp:
- May 17, 2019, 1:54:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Admin/StandardOperatingProcedures/InstallSoftwareFromSource
v16 v17 24 24 1. Ask a system administrator to publish the newly installed software by providing SOFTWARE and VERSION as per above, as well as ticket ID. 25 25 26 === Publishing of software27 This step needs a user with full sudo rights.28 29 1. Verify the software (ie. load the module, ensure that commands are available after loading).30 1. Publish software by running `grid-pubsw SOFTWARE VERSION TICKETID`. The script will ask for your password in order to commit some changes to the svn repository, as well as for setting permissions on software folders. This step will also close the software install ticket.31 32 26 33 27 == Installation of Python and Perl packages as modules == 34 28 35 The basic Python/Perl interpreter should be installed in the same manner as any other package. Any python/perl package should be installed as modules which then set a `depends_on()` for the specific version of the interpreter it was installed with. The dependent version of the interpreter should be documented in the wiki page. 29 The basic Python/Perl interpreter should be installed in the same manner as any other package. Any python/perl package should be installed as modules which then set a `depends_on()` for the specific version of the interpreter it was installed with. The dependent version of the interpreter should be documented in the wiki page. Modules for python packages should be named -py3 if they are installed against python3. 36 30