kopia lustrzana https://github.com/OpenDroneMap/ODM
put ARCH=`uname -m` in front
rodzic
07f0b2253b
commit
ea99d46de0
|
@ -26,8 +26,11 @@ echo " - script started - `date`"
|
||||||
TOOLS_LOG_PATH="$TOOLS_PATH/logs"
|
TOOLS_LOG_PATH="$TOOLS_PATH/logs"
|
||||||
TOOLS_PATCHED_PATH="$TOOLS_PATH/patched_files"
|
TOOLS_PATCHED_PATH="$TOOLS_PATH/patched_files"
|
||||||
|
|
||||||
## loacal dest paths
|
## get sys vars
|
||||||
|
ARCH=`uname -m`
|
||||||
|
CORES=`grep -c processor /proc/cpuinfo`
|
||||||
|
|
||||||
|
## loacal dest paths
|
||||||
if [ "$ARCH" = "i686" ]; then
|
if [ "$ARCH" = "i686" ]; then
|
||||||
LIB_PATH="/lib"
|
LIB_PATH="/lib"
|
||||||
fi
|
fi
|
||||||
|
@ -61,10 +64,6 @@ INC_PATH="/usr/local/include"
|
||||||
PSR="$TOOLS_BIN_PATH/PoissonRecon"
|
PSR="$TOOLS_BIN_PATH/PoissonRecon"
|
||||||
VLSIFT_TO_LOWESIFT="$TOOLS_BIN_PATH/convert_vlsift_to_lowesift.pl"
|
VLSIFT_TO_LOWESIFT="$TOOLS_BIN_PATH/convert_vlsift_to_lowesift.pl"
|
||||||
|
|
||||||
## get sys vars
|
|
||||||
ARCH=`uname -m`
|
|
||||||
CORES=`grep -c processor /proc/cpuinfo`
|
|
||||||
|
|
||||||
## prevents different (localized) output
|
## prevents different (localized) output
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue