You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The meson buildsystem together with mesonpep517 can make hdlConvertor working out of the box with minimal effort and maintenance.
An example of use: https://github.com/ev-br/mc_lib. (there is no setup.py, there is pyproject.toml and meson.build instead)
It also make debugging simple for C++ only and Python build as it is just
The interest of scikit-build/cmake was the compatibility with antlr4 build system and cython/python.
January 2022 it will be 2 years since python2.7 is end of life... It's probably time to drop it
Nic30
changed the title
Replace scikit-build/cmake with mesonpep517/meson (potential drop o python2.7 support)
Replace scikit-build/cmake with mesonpep517/meson (potential drop of python2.7 support)
Nov 22, 2021
The meson buildsystem together with mesonpep517 can make hdlConvertor working out of the box with minimal effort and maintenance.
An example of use: https://github.com/ev-br/mc_lib. (there is no
setup.py
, there ispyproject.toml
andmeson.build
instead)It also make debugging simple for C++ only and Python build as it is just
However I am not sure if it will work with python2.7
The text was updated successfully, but these errors were encountered: