Make sure EPEL is enabled when installing SBCL (#494)

This commit is contained in:
Andy Freeland 2016-12-17 07:30:57 -08:00 committed by Dimitri Fontaine
parent 1c927beb81
commit 9a0c50f700

View File

@ -5,7 +5,7 @@ sudo yum -y install yum-utils rpmdevtools @"Development Tools" \
# SBCL 1.3, we'll overwrite the repo version of sbcl with a more recent one
sudo yum -y install epel-release
sudo yum install -y sbcl.x86_64
sudo yum install -y sbcl.x86_64 --enablerepo=epel
wget http://downloads.sourceforge.net/project/sbcl/sbcl/1.3.6/sbcl-1.3.6-source.tar.bz2
tar xfj sbcl-1.3.6-source.tar.bz2