| 59 | |
| 60 | == Unsupported == |
| 61 | The Unsupported repository contains additional packages not included in the stock Red Hat installation, however, unlike the Addons directory, unsupported packages may not be updated frequently or maintained. The packages are available here: |
| 62 | |
| 63 | || arch || directory || repository (yum) rpm || |
| 64 | || i386 || http://springdale.princeton.edu/data/springdale/8/i386/os || [http://springdale.math.ias.edu/data/springdale/8/i386/os/BaseOS/Packages/springdale-unsupported-8-0.sdl8.2.noarch.rpm ] || |
| 65 | || x86_64 || http://springdale.princeton.edu/data/springdale/8/x86_64/os || [http://springdale.math.ias.edu/data/springdale/8/x86_64/os/BaseOS/Packages/springdale-unsupported-8-0.sdl8.2.noarch.rpm] || |
| 66 | |
| 67 | {{{ |
| 68 | [unsupported-core] |
| 69 | name=Springdale unsupported Base $releasever - $basearch |
| 70 | #baseurl=file:///springdale/unsupported/$releasever/$basearch |
| 71 | #mirrorlist=http://mirror.math.princeton.edu/data/springdale/puias/unsupported/$releasever/$basearch/mirrorlist |
| 72 | baseurl=http://springdale.princeton.edu/data/springdale/unsupported/$releasever/$basearch |
| 73 | gpgcheck=1 |
| 74 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-springdale |
| 75 | |
| 76 | }}} |
| 77 | You may install the unsupported repo from an sdl8 system by the following: |
| 78 | |
| 79 | {{{ |
| 80 | yum install springdale-unsupported |
| 81 | }}} |
| 82 | == Computational == |
| 83 | The Computational repository contain scientific and research packages. |
| 84 | |
| 85 | || arch || directory || repository (yum) rpm || |
| 86 | || i386 || http://springdale.princeton.edu/data/springdale/8/i386/os || [http://springdale.math.ias.edu/data/springdale/8/i386/os/BaseOS/Packages/springdale-computational-8-0.sdl8.2.noarch.rpm ] || |
| 87 | || x86_64 || http://springdale.princeton.edu/data/springdale/8/x86_64/os || [http://springdale.math.ias.edu/data/springdale/8/x86_64/os/BaseOS/Packages/springdale-computational-8-0.sdl8.2.noarch.rpm] || |
| 88 | |
| 89 | {{{ |
| 90 | [computational-core] |
| 91 | name=Springdale computational Base $releasever - $basearch |
| 92 | #baseurl=file:///springdale/computational/$releasever/$basearch |
| 93 | #mirrorlist=http://mirror.math.princeton.edu/pub/springdale/puias/computational/$releasever/$basearch/mirrorlist |
| 94 | baseurl=http://springdale.princeton.edu/data/springdale/computational/$releasever/$basearch |
| 95 | gpgcheck=1 |
| 96 | gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-springdale |
| 97 | |
| 98 | }}} |
| 99 | You may install the computational repo from an sdl8 system by the following: |
| 100 | |
| 101 | {{{ |
| 102 | yum install springdale-computational |
| 103 | }}} |