Fix OpenSfM libboost dependencies

libboost-python-dev-all depended on libboost-1.54, but we are installing 1.55. Also, the commented code was causing it to fail.
pull/254/head
Dakota Benjamin 2016-02-22 13:53:27 -05:00
rodzic f69ab3c8d3
commit 6710f44aa9
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -71,8 +71,8 @@ sudo apt-get install python-networkx \
libboost-iostreams1.55-dev \
libboost-regex1.55-dev \
libboost-python1.55-dev \
#libboost1.55-all-dev \
libboost-python-dev -y
libboost-date-time1.55-dev \
libboost-thread1.55-dev -y
sudo pip install -U PyYAML \
exifread \
@ -119,4 +119,4 @@ cd SuperBuild
mkdir -p build && cd build
cmake .. && make -j ${NUM_CORES}
echo -e "\e[1;34mScript finished\e[0;39m"
echo -e "\e[1;34mScript finished\e[0;39m"