Replies: 1 comment
-
Relevant issue - scipy/scipy#13615 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks. We are considering
meson
as 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
meson
we 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
Beta Was this translation helpful? Give feedback.
All reactions