Skip to content

Commit bd1242e

Browse files
committed
udpated astrap-pro path
1 parent a0adbcf commit bd1242e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

roadies_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ ! -d "ASTER-Linux" ]; then
3131
make
3232
g++ -D CASTLES -std=gnu++11 -march=native -Ofast -pthread src/astral-pro.cpp -o bin/astral-pro3
3333
cd ..
34-
mv ASTER-Linux/bin/astral-pro3 .
34+
mv ASTER-Linux/bin/astral-pro3 /usr/local/bin/
3535
fi
3636

3737
# Clone PASTA if not already done

test/roadies_env_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd ASTER-Linux
1717
make
1818
g++ -D CASTLES -std=gnu++11 -march=native -Ofast -pthread src/astral-pro.cpp -o bin/astral-pro3
1919
cd ..
20-
cp ASTER-Linux/bin/astral-pro3 .
20+
mv ASTER-Linux/bin/astral-pro3 /usr/local/bin/
2121

2222
git clone https://github.com/smirarab/pasta.git
2323

0 commit comments

Comments
 (0)