Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace scikit-build/cmake with mesonpep517/meson (potential drop of python2.7 support) #162

Open
Nic30 opened this issue Nov 20, 2021 · 1 comment

Comments

@Nic30
Copy link
Owner

Nic30 commented Nov 20, 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 is pyproject.toml and meson.build instead)
It also make debugging simple for C++ only and Python build as it is just

meson build .
meson configure -Dpython=false # optionally
ninja -C build

However I am not sure if it will work with python2.7

@Thomasb81
Copy link
Contributor

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 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
Nic30 added a commit that referenced this issue May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants