Realized an issue requiring us to remove raring support, fixed a couple more bugs

This commit is contained in:
Slater-Victoroff
2013-05-31 15:09:13 -04:00
parent 3b3b5d97e9
commit 56433729c6
2 changed files with 6 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ case `uname -s` in
sudo apt-get -y install gfortran
sudo apt-get -y install graphviz libgraphviz-dev graphviz-dev
sudo apt-get -y install libatlas-dev libblas-dev
sudo apt-get -y install ruby-rvm
# install packages listed in APT_PKGS_FILE
cat $APT_PKGS_FILE | xargs sudo apt-get -y install
;;