Skip to content

Commit 94e7ddb

Browse files
Remove username
1 parent 488e9a0 commit 94e7ddb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ else ifeq ($(OS_ID),macos)
251251

252252
CXX = /usr/local/Cellar/gcc/11.2.0/bin/g++-11
253253
FLAGS = -std=c++17 -fPIC -fopenmp -O3
254-
LFLAGS = -fPIC -O3 -Wl,-O3
254+
LFLAGS = -fPIC -O3 -Wl
255255

256256
endif
257257

compile_ubuntu_distribution.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
LAL_HEADERS="/home/lluis/Documents/projects/LAL-dev/23.01/c++-libs/include"
4-
LAL_LIBRARY="/home/lluis/Documents/projects/LAL-dev/23.01/c++-libs/lib"
3+
LAL_HEADERS="/home/$USER/Documents/projects/LAL-dev/23.01/c++-libs/include"
4+
LAL_LIBRARY="/home/$USER/Documents/projects/LAL-dev/23.01/c++-libs/lib"
55

66
if [ -z $1 ]; then
77

compile_ubuntu_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
if [ -z $1 ]; then
44

55
./compile.sh \
6-
--lal-destination="/home/lluis/Documents/projects/LAL-dev/23.01/python-libs" \
6+
--lal-destination="/home/$USER/Documents/projects/LAL-dev/23.01/python-libs" \
77
--build=release \
88
--install
99

1010
./compile.sh \
11-
--lal-destination="/home/lluis/Documents/projects/LAL-dev/23.01/python-libs" \
11+
--lal-destination="/home/$USER/Documents/projects/LAL-dev/23.01/python-libs" \
1212
--build=debug \
1313
--install
1414

0 commit comments

Comments
 (0)