kopia lustrzana https://github.com/OpenDroneMap/ODM
bumped cmvs-fix1.tar.gz => cmvs-fix2.tar.gz && bundler fix for gcc4.5
rodzic
e4661803c0
commit
8ec51d02e2
|
|
@ -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
|
||||
exit
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue