Skip to content

Commit

Permalink
Update configure_ANTsPy.sh
Browse files Browse the repository at this point in the history
Script tests now, if directory pybind11 exists in ants/lib where git will clone into otherwise.
  • Loading branch information
crossmanith authored Jan 5, 2024
1 parent 49a6bc0 commit 809ad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_ANTsPy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# clone pybind11 into library directory

cd ants/lib # go to lib dir
if [[ ! -d ~/pybind11 ]]; then
if [[ ! -d ./pybind11 ]]; then
git clone https://github.com/stnava/pybind11.git
# git clone https://github.com/ncullen93/pybind11.git
fi
Expand Down

0 comments on commit 809ad37

Please sign in to comment.