diff --git a/install.sh b/install.sh index 8427386a..ea14863a 100755 --- a/install.sh +++ b/install.sh @@ -118,7 +118,7 @@ clapack.tgz http://www.netlib.org/clapack/clapack-3.2.1-CMAKE.tgz bundler.zip http://phototour.cs.washington.edu/bundler/distr/bundler-v0.4-source.zip graclus.tar.gz https://www.topoi.hu-berlin.de/graclus1.2.tar.gz PoissonRecon.zip http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version2/PoissonRecon.zip -cmvs.tar.gz http://grail.cs.washington.edu/software/cmvs/cmvs-fix1.tar.gz +cmvs.tar.gz http://grail.cs.washington.edu/software/cmvs/cmvs-fix2.tar.gz EOF echo " < done - `date`" @@ -286,6 +286,8 @@ echo echo " > bundler" cd "$BUNDLER_PATH" + sed -i "$BUNDLER_PATH/src/BundlerApp.h" -e "620c\ BundlerApp();" + echo " - cleaning bundler" make clean > "$TOOLS_LOG_PATH/bundler_1_clean.log" 2>&1 @@ -309,4 +311,4 @@ sudo chmod -R 777 * echo " - script finished - `date`" -exit \ No newline at end of file +exit