nightlark / swig-pypi

pip install swig. SWIG Python wheel for PyPI.
Apache License 2.0
16 stars 5 forks source link

Add `swig4.0` binary. #120

Closed dpad closed 8 months ago

dpad commented 8 months ago

Some tools (e.g. FindSWIG in CMake) search for a binary named swig4.0 instead of swig (even when the version is actually "4.2.0", for example). This change simply adds a swig4.0 binary alongside the swig binary already installed by this package.

See: https://gitlab.kitware.com/cmake/cmake/-/issues/25566

dpad commented 8 months ago

@nightlark Thanks very much for your quick merge and all your work on this package! Any chance I could trouble you for a .post0 release?

nightlark commented 8 months ago

A 4.2.0.post0 package should be available now.