forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add variant typescript for py-jupyter-server@:1, which then requires …
…npm/node. Patch the build system for ~typescript so that it doesn't find any npm/node installations and attempts to build the typescript extension even though it shouldn't
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
var/spack/repos/builtin/packages/py-jupyter-server/no_npm_node.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- a/pyproject.toml 2024-03-19 15:58:20.000000000 -0600 | ||
+++ b/pyproject.toml 2024-03-19 15:59:15.000000000 -0600 | ||
@@ -5,6 +5,11 @@ | ||
[tool.jupyter-packaging.builder] | ||
factory = "jupyter_packaging.npm_builder" | ||
|
||
+# Injected by spack to solve problems with hidden npm/node dependencies | ||
+# https://github.com/spack/spack/issues/41899 | ||
+[tool.jupyter-packaging.build-args] | ||
+npm = "/dev/null" | ||
+ | ||
[tool.check-manifest] | ||
ignore = ["tbump.toml", ".*", "*.yml", "package-lock.json", "bootstrap*", "conftest.py"] | ||
|
This file contains 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