Skip to content

Commit 88c67dc

Browse files
committed
Move scripts into subfolder
1 parent d1fa6d1 commit 88c67dc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

standalone_compilation_linux.sh renamed to scripts/standalone_compilation_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# (pip install cmake) or as binary download from cmake.org
77

88
set -e -x
9+
cd "$(dirname "$0")/.."
910
# Try to read LSLGITREVISION from git if the variable isn't set
1011
echo ${LSLGITREVISION:="$(git describe --tags HEAD)"}
1112
${CXX:-g++} -fPIC -fvisibility=hidden -O2 ${CFLAGS} ${CXXFLAGS} -Ilslboost \

update_lslboost.sh renamed to scripts/update_lslboost.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# the absolute path to the extracted boost source archive (https://www.boost.org/users/download/)
22
set -e
33
set -x
4+
cd "$(dirname "$0")/.."
5+
46
BOOSTPATH=/tmp/boost_1_84_0
57
TMPPATH=/tmp/lslboost
68

0 commit comments

Comments
 (0)