Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.itap.purdue.edu:MintonGroup/swiftest
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Sep 27, 2023
2 parents 0f27a0e + f379bef commit bde2eb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildscripts/install_editable_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ pip install --config-settings=editable.rebuild=true \
--config-settings=cmake.args="-DUSE_SIMD=ON" \
--config-settings=cmake.args="-DUSE_OPENMP=ON" \
--no-build-isolation \
-ve .
-ve .
mkdir -p $HOME/.local/lib
LIBFILE=$(realpath ${ROOT_DIR}/build/*/bin/*swiftest.*)
ln -s $LIBFILE $HOME/.local/lib

0 comments on commit bde2eb4

Please sign in to comment.