* [bug#64291] [PATCH] gnu: Add python-scikit-fem.
@ 2023-06-26 0:43 Vinicius Monego
2023-07-18 11:42 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Vinicius Monego @ 2023-06-26 0:43 UTC (permalink / raw)
To: 64291; +Cc: Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-fem): New variable.
---
gnu/packages/python-science.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 6bc2330a7d..bc5b701395 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -209,6 +209,33 @@ (define-public python-scikit-allel
genetic variation data.")
(license license:expat)))
+(define-public python-scikit-fem
+ (package
+ (name "python-scikit-fem")
+ (version "8.1.0")
+ (source (origin
+ (method git-fetch) ; no tests in PyPI
+ (uri (git-reference
+ (url "https://github.com/kinnala/scikit-fem")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1zpn0wpsvls5nkrav5a43z77yg9nc09dpyy9ri0dpmpm2ndh2mhs"))))
+ (build-system pyproject-build-system)
+ (arguments
+ ;; Examples below require python-autograd and python-pyamg.
+ (list #:test-flags #~(list "-k" "not TestEx32 and not TestEx45")))
+ (propagated-inputs (list python-meshio python-numpy python-scipy))
+ (native-inputs (list python-pytest))
+ (home-page "https://scikit-fem.readthedocs.io/en/latest/")
+ (synopsis "Library for performing finite element assembly")
+ (description
+ "@code{scikit-fem} is a library for performing finite element assembly.
+Its main purpose is the transformation of bilinear forms into sparse matrices
+and linear forms into vectors.")
+ (license license:bsd-3)))
+
(define-public python-scikit-fuzzy
(package
(name "python-scikit-fuzzy")
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#64291] [PATCH] gnu: Add python-scikit-fem.
2023-06-26 0:43 [bug#64291] [PATCH] gnu: Add python-scikit-fem Vinicius Monego
@ 2023-07-18 11:42 ` Ludovic Courtès
2023-07-29 18:44 ` bug#64291: " Vinicius Monego
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2023-07-18 11:42 UTC (permalink / raw)
To: Vinicius Monego; +Cc: 64291
Vinicius Monego <monego@posteo.net> skribis:
> * gnu/packages/python-science.scm (python-scikit-fem): New variable.
LGTM!
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#64291: [PATCH] gnu: Add python-scikit-fem.
2023-07-18 11:42 ` Ludovic Courtès
@ 2023-07-29 18:44 ` Vinicius Monego
0 siblings, 0 replies; 3+ messages in thread
From: Vinicius Monego @ 2023-07-29 18:44 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 64291-done
Em ter, 2023-07-18 às 13:42 +0200, Ludovic Courtès escreveu:
> Vinicius Monego <monego@posteo.net> skribis:
>
> > * gnu/packages/python-science.scm (python-scikit-fem): New
> > variable.
>
> LGTM!
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-29 18:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26 0:43 [bug#64291] [PATCH] gnu: Add python-scikit-fem Vinicius Monego
2023-07-18 11:42 ` Ludovic Courtès
2023-07-29 18:44 ` bug#64291: " Vinicius Monego
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.