kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
230 stars 37 forks source link

Backport pybind11 bugfix #293

Closed cbehan closed 9 months ago

cbehan commented 10 months ago

The last time pybind11 was copied over, it had a small bug which was fixed upstream a month later. This caused cadabra2 to fail with a runtime error when built with -D_GLIBCXX_ASSERTIONS which is the default on some distros.

kpeeters commented 10 months ago

Is this part of pybind11 2.11.1 or is it a commit which was added after the last official release?

cbehan commented 10 months ago

Hi Kasper. It looks like the bug that made it into Cadabra along with the subsequent fix are both newer than 2.11.1.