py-jupyterlab-server: add the "build-tools" tag#1078
Merged
alalazo merged 2 commits intospack:developfrom Aug 13, 2025
Merged
Conversation
This identifies the package as possibly needing more than one node in a DAG, due to conflicting build constraints of other packages Signed-off-by: Massimiliano Culpo <[email protected]>
Member
Author
|
@spackbot fix style |
|
Let me see if I can fix that for you! |
|
I was able to run spack style --fixrepos/spack_repo/builtin/packages/libint/package.py
repos/spack_repo/builtin/packages/py_jupyterlab_server/package.py
�[1;34m==> �[0mrunning flake8
repos/spack_repo/builtin/packages/py_jupyterlab_server/package.py:21: [W293] blank line contains whitespace
�[1;34m==> �[0mrunning isort
�[1;34m==> �[0mrunning black
I've updated the branch with style fixes. |
adamjstewart
approved these changes
Aug 13, 2025
Member
adamjstewart
left a comment
There was a problem hiding this comment.
So this will now apply to build/run deps of build deps?
Member
Author
|
This potentially allows the package to have its own unification set, and to have multiple nodes. It depends on the configuration values of the |
mladenivkovic
pushed a commit
to mladenivkovic/spack-packages
that referenced
this pull request
Aug 31, 2025
This identifies the package as possibly needing more than one node in a DAG, due to conflicting build constraints of other packages Signed-off-by: Massimiliano Culpo <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refers spack/spack#51134
This identifies the package as possibly needing more than one node in a DAG, due to conflicting build constraints of other packages