We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fa6d1 commit 88c67dcCopy full SHA for 88c67dc
standalone_compilation_linux.sh renamed to scripts/standalone_compilation_linux.sh
@@ -6,6 +6,7 @@
6
# (pip install cmake) or as binary download from cmake.org
7
8
set -e -x
9
+cd "$(dirname "$0")/.."
10
# Try to read LSLGITREVISION from git if the variable isn't set
11
echo ${LSLGITREVISION:="$(git describe --tags HEAD)"}
12
${CXX:-g++} -fPIC -fvisibility=hidden -O2 ${CFLAGS} ${CXXFLAGS} -Ilslboost \
update_lslboost.sh renamed to scripts/update_lslboost.sh
@@ -1,6 +1,8 @@
1
# the absolute path to the extracted boost source archive (https://www.boost.org/users/download/)
2
set -e
3
set -x
4
5
+
BOOSTPATH=/tmp/boost_1_84_0
TMPPATH=/tmp/lslboost
0 commit comments