diff options
| author | Romain GARBAGE <romain.garbage@inria.fr> | 2026-01-23 16:19:41 +0100 |
|---|---|---|
| committer | Romain GARBAGE <romain.garbage@inria.fr> | 2026-01-28 15:39:29 +0100 |
| commit | 9e54066da112371e192fbcb8cfbbd8569fe16117 (patch) | |
| tree | d7d560a2f97fa960017515705d8e7e922229bbbd /patches | |
| parent | 7e4e12d6f1f9857041ea9d0b66eb319134dfe018 (diff) | |
chemistry: Add python-deepmd.
* guix-science/packages/chemistry.scm (python-deepmd): New variable.
* patches/python-deepmd-remove-unsupported-key.patch: New file.
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/python-deepmd-remove-unsupported-key.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/python-deepmd-remove-unsupported-key.patch b/patches/python-deepmd-remove-unsupported-key.patch new file mode 100644 index 0000000..dc76f0c --- /dev/null +++ b/patches/python-deepmd-remove-unsupported-key.patch | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | This fixes a build error where scikit-built fails to recognize "scripts" key. | ||
| 2 | --- a/pyproject.toml 1970-01-01 01:00:01.000000000 +0100 | ||
| 3 | +++ b/pyproject.toml 2026-01-23 14:50:36.387749244 +0100 | ||
| 4 | @@ -215,10 +215,6 @@ | ||
| 5 | provider = "backend.dynamic_metadata" | ||
| 6 | provider-path = "backend" | ||
| 7 | |||
| 8 | -[tool.scikit-build.metadata.scripts] | ||
| 9 | -provider = "backend.dynamic_metadata" | ||
| 10 | -provider-path = "backend" | ||
| 11 | - | ||
| 12 | [tool.scikit-build.metadata.readme] | ||
| 13 | provider = "scikit_build_core.metadata.fancy_pypi_readme" | ||
| 14 | |||
