diff --git a/prep_machine.sh b/prep_machine.sh index 37c7a05d11d..f9fdf9b84ff 100755 --- a/prep_machine.sh +++ b/prep_machine.sh @@ -2,15 +2,9 @@ set -x -# install atlas -#sudo yum install atlas-devel - # per the installation instructions sudo yum install atlas-devel leveldb-devel snappy-devel opencv-devel boost-devel hdf5-devel gflags-devel -# google stuff -#sudo yum install gflags-devel - # glog (already compiled) # wget https://google-glog.googlecode.com/files/glog-0.3.3.tar.gz # tar zxvf glog-0.3.3.tar.gz