Set version number in package script to 2.3.1
parent
6b8225b7f1
commit
db7b5656df
|
@ -18,7 +18,7 @@ fi
|
||||||
|
|
||||||
echo "Platform is ${platform}"
|
echo "Platform is ${platform}"
|
||||||
|
|
||||||
# Check for empty directory
|
# Check for empty diectory
|
||||||
if [ ! -z "`ls`" ]; then
|
if [ ! -z "`ls`" ]; then
|
||||||
echo "Please run this script from an empty build directory"
|
echo "Please run this script from an empty build directory"
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -54,7 +54,7 @@ if [ ! $? ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Compile
|
# Compile
|
||||||
make -j4 install
|
make -j2 install
|
||||||
|
|
||||||
# Create package
|
# Create package
|
||||||
tar czf gtsam-toolbox-2.3.0-$platform.tgz -C stage/borg toolbox
|
tar czf gtsam-toolbox-2.3.1-$platform.tgz -C stage/borg toolbox
|
||||||
|
|
Loading…
Reference in New Issue