summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-30 23:44:37 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:07 +0100
commitad93ee9ed892675438f29460d5a96ede2c3bbdd8 (patch)
tree14cb5e8fe6a8605b4dd2ebcf7001dc9a3675a45f /gnu/packages/python-science.scm
parente4bad0ae9273182df6b77d774ddc7e88024600a2 (diff)
gnu: Add python-scikit-build-core-bootstrap.
* gnu/packages/python-science.scm (python-scikit-build-core-bootstrap): New variable. Change-Id: I6a75a70762ace5554c0d66cb1e92a36853fec557
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm12
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
3318CMake.") 3318CMake.")
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")