GNU bug report logs -
#64291
[PATCH] gnu: Add python-scikit-fem.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Mon, 26 Jun 2023 00:45:01 UTC
Severity: normal
Tags: patch
Done: Vinicius Monego <monego <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64291 in the body.
You can then email your comments to 64291 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64291
; Package
guix-patches
.
(Mon, 26 Jun 2023 00:45:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vinicius Monego <monego <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 26 Jun 2023 00:45:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64291
; Package
guix-patches
.
(Tue, 18 Jul 2023 11:43:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64291 <at> debbugs.gnu.org (full text, mbox):
Vinicius Monego <monego <at> posteo.net> skribis:
> * gnu/packages/python-science.scm (python-scikit-fem): New variable.
LGTM!
Reply sent
to
Vinicius Monego <monego <at> posteo.net>
:
You have taken responsibility.
(Sat, 29 Jul 2023 18:45:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vinicius Monego <monego <at> posteo.net>
:
bug acknowledged by developer.
(Sat, 29 Jul 2023 18:45:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 64291-done <at> debbugs.gnu.org (full text, mbox):
Em ter, 2023-07-18 às 13:42 +0200, Ludovic Courtès escreveu:
> Vinicius Monego <monego <at> posteo.net> skribis:
>
> > * gnu/packages/python-science.scm (python-scikit-fem): New
> > variable.
>
> LGTM!
Applied, thanks.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 27 Aug 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 301 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.