Skip to content

Commit

Permalink
remove install command in final call to make in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley Murray committed Feb 11, 2025
1 parent 5001a8e commit 31363fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ cmake -S $PROJECT_DIR/lib/RandLAPACK/ -B $PROJECT_DIR/build/RandLAPACK-build/ -
make -C $PROJECT_DIR/build/RandLAPACK-build/ -j20 install
# Configure and build RandLAPACK-benchmark
cmake -S $PROJECT_DIR/lib/RandLAPACK/benchmark/ -B $PROJECT_DIR/build/benchmark-build/ -DCMAKE_BUILD_TYPE=Release -DRandLAPACK_DIR=$PROJECT_DIR/install/RandLAPACK-install/$LIB_VAR/cmake/ -Dlapackpp_DIR=$PROJECT_DIR/install/lapackpp-install/$LIB_VAR/cmake/lapackpp/ -Dblaspp_DIR=$PROJECT_DIR/install/blaspp-install/$LIB_VAR/cmake/blaspp/ -DRandom123_DIR=$PROJECT_DIR/install/random123/include/
make -C $PROJECT_DIR/build/benchmark-build/ -j20 install
make -C $PROJECT_DIR/build/benchmark-build/ -j20

0 comments on commit 31363fd

Please sign in to comment.