Open intendo opened 4 years ago
@intendo I believe I fixed this (it's passing the CI builds), but can I get your confirmation before closing?
The Github Actions are working but Appveyor is still failing.
Appveyor appears to be passing for master now - is this resolved?
The only reason Appveyor is working is that it has Python and Shared Libraries turned off. If we want to have Python via pybind11, we would want to turn Python and Shared Libraries on in Appveyor builds.
The Appveyor file (https://github.com/Electrostatics/apbs/blob/master/appveyor.yml) and Github Actions file (https://github.com/Electrostatics/apbs/blob/master/.github/workflows/build.yml) need to be fixed so that pybind11 doesn't crash the builds.