ddemidov / mba

Scattered data interpolation with multilevel B-Splines
MIT License
73 stars 23 forks source link

Update pybind11 to latest stable #26

Closed juhi24 closed 1 year ago

juhi24 commented 1 year ago

I had problems building a docker image based on FROM python:3; mba would not build. This was resolved by updating pybind11 to latest stable. My scripts using mba2 seem to work flawlessly with this setup.

This PR also disables the compiler warnings in setup.py. This is not necessary, but made debugging easier for me. Feel free to omit this change if you feel like it.

ddemidov commented 1 year ago

LGTM, thanks!