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

Only configure/reconfigure as necessary #59

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

stefanv
Copy link
Member

@stefanv stefanv commented Mar 3, 2023

Closes #54

@stefanv stefanv merged commit 3871745 into scientific-python:main Mar 3, 2023
@rgommers
Copy link
Contributor

rgommers commented Mar 3, 2023

Works like a charm, thanks. This is now much faster for numpy, and the output is only a few lines:

$ ./dev.py build
$ meson compile -C build
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /home/rgommers/mambaforge/envs/numpy-dev/bin/ninja -C /home/rgommers/code/numpy/build
ninja: Entering directory `/home/rgommers/code/numpy/build'
[1/1] Generating write_version_file with a custom command
$ meson install --only-changed -C build --destdir ../build-install

@jarrodmillman jarrodmillman added this to the 0.1 milestone Mar 10, 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

Successfully merging this pull request may close these issues.

Is --reconfigure necessary on each invocation of meson setup?
3 participants