diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 41242b54baa..dca31f72ca7 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -3318,6 +3318,18 @@ needs of scientific users, but can build any sort of package that uses | |||
| 3318 | CMake.") | 3318 | CMake.") |
| 3319 | (license license:asl2.0))) | 3319 | (license license:asl2.0))) |
| 3320 | 3320 | ||
| 3321 | (define-public python-scikit-build-core-bootstrap | ||
| 3322 | (hidden-package | ||
| 3323 | (package/inherit python-scikit-build-core | ||
| 3324 | (arguments | ||
| 3325 | (list #:tests? #f)) | ||
| 3326 | (native-inputs | ||
| 3327 | (list python-hatch-vcs | ||
| 3328 | python-hatchling)) | ||
| 3329 | (propagated-inputs | ||
| 3330 | (list python-packaging | ||
| 3331 | python-pathspec))))) | ||
| 3332 | |||
| 3321 | (define-public python-scikit-fem | 3333 | (define-public python-scikit-fem |
| 3322 | (package | 3334 | (package |
| 3323 | (name "python-scikit-fem") | 3335 | (name "python-scikit-fem") |
