Skip to content

Commit 2de4350

Browse files
committed
Had some issues with the PUIAS repo- here's how I got it working
1 parent b0c3231 commit 2de4350

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

install/centos/README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,26 @@ The [PUIAS Computational][PUIAS] repository is a part of [PUIAS/Springdale Linux
9292
a custom Red Hat® distribution maintained by [Princeton University][PU] and the
9393
[Institute for Advanced Study][IAS]. We take advantage of the PUIAS
9494
Computational repository to obtain a git v1.8.x package since the base CentOS
95-
repositories only provide v1.7.1 which is not compatible with GitLab.
95+
repositories only provide v1.7.1 which is not compatible with GitLab. Although the PUIAS Computational repo offers an RPM, it requires the other PUIAS repos as a dependency, so you'll have to add it manually.
9696

97-
Install the PUIAS Computational repository rpm
97+
Create /etc/yum.repos.d/PUIAS_6_computational.repo and add the following lines:
9898

99-
sudo rpm -Uvh http://puias.math.ias.edu/data/puias/6/x86_64/os/Packages/springdale-computational-6-2.sdl6.10.noarch.rpmo
99+
[PUIAS_6_computational]
100+
name=PUIAS computational Base $releasever - $basearch
101+
mirrorlist=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist
102+
#baseurl=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch
103+
gpgcheck=1
104+
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias
105+
106+
Next download and install the gpg key.
107+
108+
sudo wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-puias http://springdale.math.ias.edu/data/puias/6/x86_64/os/RPM-GPG-KEY-puias
109+
sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-puias
110+
111+
Verify that the key got installed successfully:
112+
113+
sudo rpm -qa gpg*
114+
gpg-pubkey-41a40948-4ce19266
100115

101116
Verify that the EPEL and PUIAS Computational repositories are enabled as shown below:
102117

0 commit comments

Comments
 (0)