From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 74581@debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [bug#74581] [PATCH] gnu: Add pyre.
Date: Mon, 16 Dec 2024 21:30:34 +0000 [thread overview]
Message-ID: <87r067uxhh.fsf@gmail.com> (raw)
In-Reply-To: <ab8f63e2ad9217bbd5bdbbae75e0b9d36302d0ce.1732780548.git.maxim.cournoyer@gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 167 bytes --]
Hi Maxim,
Did you try to import from PyPI? I've gave it a go and with some
adjustment it may be built with pyproject-build-system as a native python
library, WDYT?
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Add-python-pyre.patch --]
[-- Type: text/x-patch, Size: 2061 bytes --]
From 95b59ea9f569bad1bdb17d0b1cbb79c69e3cc4df Mon Sep 17 00:00:00 2001
Message-ID: <95b59ea9f569bad1bdb17d0b1cbb79c69e3cc4df.1734384298.git.sharlatanus@gmail.com>
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Mon, 16 Dec 2024 21:24:28 +0000
Subject: [PATCH] gnu: Add python-pyre.
* gnu/packages/python-science.scm (python-pyre): New variable.
Change-Id: Iabdcfc2febd90cd002a86d7aec505be6de65d632
---
gnu/packages/python-science.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 05c6ac1fc1..869b97e37e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -223,6 +223,36 @@ (define-public python-osqp
numerical optimization package.")
(license license:asl2.0)))
+(define-public python-pyre
+ (package
+ (name "python-pyre")
+ (version "1.12.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyre" version))
+ (sha256
+ (base32 "1mlk4blh1q47jvwz9glkvnhg7hs5ax27s2jakcjsir8gbsvy1qcv"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list pybind11
+ python-numpy
+ python-scikit-build
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
+ (propagated-inputs
+ (list python-pyyaml))
+ (home-page "http://pyre.orthologue.com/")
+ (synopsis "Framework for building scientific applications")
+ (description
+ "This package provides a framework for building scientific applications.
+It aims to bring state of the art software design practices to scientific
+computing, with the goal of providing a strong skeleton on which to build
+scientific codes by steering the implementation towards usability and
+maintainability.")
+ (license license:bsd-3)))
+
(define-public python-qdldl
(package
(name "python-qdldl")
base-commit: a3ffb920f14cd0d31d1e7067e11dc523fe380996
--
2.46.0
[-- Attachment #1.3: Type: text/plain, Size: 9 bytes --]
--
Oleg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
prev parent reply other threads:[~2024-12-16 21:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-28 7:55 [bug#74581] [PATCH] gnu: Add pyre Maxim Cournoyer
2024-12-16 21:30 ` Sharlatan Hellseher [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r067uxhh.fsf@gmail.com \
--to=sharlatanus@gmail.com \
--cc=74581@debbugs.gnu.org \
--cc=maxim.cournoyer@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.