ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
608 stars 161 forks source link

Check correct directory for existance of subdirectory pybind11 #522

Closed crossmanith closed 7 months ago

crossmanith commented 7 months ago

Describe the bug scripts/configure_ANTsPy.sh test if ~/pybind11 exists but git will clone into ants/lib/pybind11

Expected behavior test if ants/lib/pybind11 exists prior to "git clone"