File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ add-apt-repository -y ppa:tuleu/precise-backports
1212# This ppa is for boost 1.54
1313add-apt-repository -y ppa:boost-latest/ppa
1414# This ppa is for g++ 4.8
15- add-apt repository -y ppa:ubuntu-toolchain-r/test
15+ add-apt- repository -y ppa:ubuntu-toolchain-r/test
1616
1717apt-get -y update
1818apt-get install \
@@ -25,8 +25,7 @@ apt-get install \
2525 libhdf5-serial-dev libgflags-dev libgoogle-glog-dev \
2626 bc
2727
28- update-alternatives
29- --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
28+ update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
3029
3130# Add a special apt-repository to install CMake 2.8.9 for CMake Caffe build,
3231# if needed. By default, Aptitude in Ubuntu 12.04 installs CMake 2.8.7, but
You can’t perform that action at this time.
0 commit comments