krober10nd / SeismicMesh

2D/3D serial and parallel triangular mesh generation tool for finite element methods.
https://seismicmesh.readthedocs.io/
GNU General Public License v3.0
127 stars 33 forks source link

pybind11 as submodule #33

Closed nschloe closed 4 years ago

nschloe commented 4 years ago

Why is pybind11 included in SeismicMesh as a submodule?

krober10nd commented 4 years ago

Good catch, it's not necessary anymore. That was a remnant of the older packaging approach. I've updated to remove this submodule, changed the documentation to reflect this, and also the CI script in #34