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

Allow building one package at a time #21

Open
knoepfel opened this issue Feb 4, 2025 · 0 comments
Open

Allow building one package at a time #21

knoepfel opened this issue Feb 4, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@knoepfel
Copy link
Collaborator

knoepfel commented Feb 4, 2025

CMake is very permissive about the scope of its macros and functions—once defined while processing part of a CMake project, they can be used anywhere in the rest of the project, even if the appropriate files have not been included. This can cause problems when building packages with spack mpd build, which creates a monolithic CMake project, and then switching to spack install, which builds one package at a time.

MPD should gain the feature that a project's developed packages can be built one package at a time.

@knoepfel knoepfel added the enhancement New feature or request label Feb 4, 2025
@knoepfel knoepfel self-assigned this Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant