Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:unix:development:scl [2015/08/13 17:50] – allan | computing:department:unix:development:scl [2015/10/19 15:52] (current) – [Redhat Developer Toolset and Software Collections] allan | ||
---|---|---|---|
Line 2: | Line 2: | ||
Updated versions of various software are available through the Redhat " | Updated versions of various software are available through the Redhat " | ||
+ | |||
+ | This provides newer versions of many components than are available with the base OS. | ||
Some packages available in Software Collections 1.2 include: | Some packages available in Software Collections 1.2 include: | ||
Line 26: | Line 28: | ||
* v8 - Google JavaScript Engine - version 3.14.5 | * v8 - Google JavaScript Engine - version 3.14.5 | ||
- | And their Software Collections | + | And their Software Collections |
+ | |||
+ | < | ||
+ | At the time of writing, we are distributing the following components: | ||
+ | * python27 | ||
+ | * python33 | ||
+ | * git19 | ||
+ | * gcc, c++, gfortran and gdb from devtoolset-3. | ||
+ | |||
+ | Software Collections may not be available on all systems - for example, those systems " | ||
+ | </ | ||
- | //At the time of writing there is no standard for which collections are installed on particular systems.// | ||
===== How to use ===== | ===== How to use ===== | ||
+ | |||
+ | ==== environment modules ==== | ||
+ | |||
+ | We are now importing any installed software collections into the environment modules system, so you can easily load or unload them, including in your login scripts. | ||
+ | |||
+ | Please consult our [[: | ||
+ | |||
+ | ==== native support ==== | ||
You can use the command '' | You can use the command '' | ||
Line 47: | Line 66: | ||
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies | Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies | ||
</ | </ | ||
+ | |||
+ | ==== Permanently enabling a collection ==== | ||
+ | |||
+ | There' | ||
+ | |||
+ | http:// | ||
+ | |||
+ | (as noted above you can also use environment modules to achieve this). | ||
+ |