Upgrade deps
This commit is contained in:
@@ -10,7 +10,7 @@ MINGW*) machineArch=Windows ;;
|
||||
esac
|
||||
echo ${machineArch}
|
||||
|
||||
libVer=1_74_0
|
||||
libVer=1_83_0
|
||||
|
||||
echo libVer=$libVer
|
||||
|
||||
@@ -40,11 +40,11 @@ mkdir -p $libInstallPath
|
||||
mkdir -p $libSrcPath
|
||||
mkdir -p $logPath
|
||||
|
||||
tar zxvpf $libFilePath -C $buildPath > $logPath/untar.log
|
||||
tar zxvpf $libFilePath -C $buildPath >$logPath/untar.log
|
||||
|
||||
if [ "${machineArch}" = "Linux" ]; then
|
||||
(cd $libSrcPath &&
|
||||
./bootstrap.sh --prefix=$libInstallPath > $logPath/configure.log &&
|
||||
./bootstrap.sh --prefix=$libInstallPath >$logPath/configure.log &&
|
||||
./b2 \
|
||||
--build-dir=$libBuildPath \
|
||||
--prefix=$libInstallPath \
|
||||
@@ -57,11 +57,11 @@ if [ "${machineArch}" = "Linux" ]; then
|
||||
threading=multi \
|
||||
runtime-link=shared \
|
||||
address-model=64 \
|
||||
install > $logPath/build.log)
|
||||
install >$logPath/build.log)
|
||||
elif [ "${machineArch}" = "MacOS" ]; then
|
||||
(cd $libSrcPath &&
|
||||
./bootstrap.sh --prefix=$libInstallPath \
|
||||
--with-toolset=clang > $logPath/configure.log &&
|
||||
--with-toolset=clang >$logPath/configure.log &&
|
||||
./b2 \
|
||||
--build-dir=$libBuildPath \
|
||||
--prefix=$libInstallPath \
|
||||
@@ -72,10 +72,10 @@ elif [ "${machineArch}" = "MacOS" ]; then
|
||||
threading=multi \
|
||||
runtime-link=shared \
|
||||
address-model=64 \
|
||||
install > $logPath/build.log)
|
||||
install >$logPath/build.log)
|
||||
elif [ "${machineArch}" = "Windows" ]; then
|
||||
(cd $libSrcPath &&
|
||||
./bootstrap.bat --prefix=$libInstallPath > $logPath/configure.log &&
|
||||
./bootstrap.bat --prefix=$libInstallPath >$logPath/configure.log &&
|
||||
./b2 \
|
||||
--build-dir=$libBuildPath \
|
||||
--prefix=$libInstallPath \
|
||||
@@ -86,7 +86,7 @@ elif [ "${machineArch}" = "Windows" ]; then
|
||||
threading=multi \
|
||||
runtime-link=shared \
|
||||
address-model=64 \
|
||||
install > $logPath/build.log)
|
||||
install >$logPath/build.log)
|
||||
else
|
||||
echo "unknown architecture"
|
||||
exit 1
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
cereal/cereal-1.3.2.tar.gz
Normal file
BIN
cereal/cereal-1.3.2.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user