-
Notifications
You must be signed in to change notification settings - Fork 84
Shifting from scikit-build to meson #232
Copy link
Copy link
Closed
Labels
part: buildIssues and PRs related to the build processIssues and PRs related to the build processtag: internalIssues and PRs for maintainance of the project - not interesting to external usersIssues and PRs for maintainance of the project - not interesting to external users
Metadata
Metadata
Assignees
Labels
part: buildIssues and PRs related to the build processIssues and PRs related to the build processtag: internalIssues and PRs for maintainance of the project - not interesting to external usersIssues and PRs for maintainance of the project - not interesting to external users
Fields
Give feedbackNo fields configured for issues without a type.
Hi folks. We are considering
mesonas a build system. It is a simple and modern build system being used by SciPy and NumPy already. It is compatible with all the platforms and is available onconda.Using
mesonwe can also make distribution C++ tests optional, therefore reducing the download size for the end users and saving a lot of internet bandwidth/energy with the increase in the number of downloads. Already done in NumPy - numpy/numpy#26274 and a work in progress in SciPy - scipy/scipy#20712.@zklaus