Skip to content

Instantly share code, notes, and snippets.

@byzhang
Forked from nico4/puias.rst
Last active February 22, 2016 18:59
Show Gist options
  • Save byzhang/4f6485bcb581011ede6f to your computer and use it in GitHub Desktop.
Save byzhang/4f6485bcb581011ede6f to your computer and use it in GitHub Desktop.
Install boost1.53 on Centos 6 using PUIAS repository

Install Boost1.53 on Centos with PUIAS

Create puias-computational.repo file:

$ vim /etc/yum.repos.d/puias-computational.repo

Paste the following code into the above file:

[PUIAS_6_computational]
name=PUIAS computational Base $releasever - $basearch
mirrorlist=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias

Download and import the Repo GPG key:

$ cd /etc/pki/rpm-gpg/
$ wget -q http://springdale.math.ias.edu/data/puias/6/x86_64/os/RPM-GPG-KEY-puias
$ rpm --import RPM-GPG-KEY-puias

Install Boost1.53:

$ yum install boost153-filesystem boost153-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment