From: Lars Bilke <lars.bilke@ufz.de>
To: 67793@debbugs.gnu.org
Cc: Lars Bilke <lars.bilke@ufz.de>, Andreas Enge <andreas@enge.fr>,
Eric Bavier <bavier@posteo.net>,
Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#67793] [PATCH v2] gnu: Add exprtk.
Date: Thu, 02 Jan 2025 14:17:12 +0100 [thread overview]
Message-ID: <456396e53d74e1e5df7cf2c7f381196d156e0289.1735823832.git.lars.bilke@ufz.de> (raw)
In-Reply-To: <1efe619bbe4237820fd2d8e70039e7371d352839.1702375156.git.lars.bilke@ufz.de>
* gnu/packages/maths.scm (exprtk): New variable.
Change-Id: I25e5a37cfd72b4b47dedc36916781b6ac355501e
---
gnu/packages/maths.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 22e2822c8c..de06e332eb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10826,3 +10826,23 @@ (define-public lie
(home-page "http://www-math.univ-poitiers.fr/~maavl/LiE/")
;; <http://www-math.univ-poitiers.fr/~maavl/LiE/> says LGPL.
(license license:lgpl3+)))
+
+(define-public exprtk
+ (package
+ (name "exprtk")
+ (home-page "https://www.partow.net/programming/exprtk/index.html")
+ (synopsis "C++ Mathematical Expression Parsing And Evaluation Library")
+ (description "A C++ library for mathematical expression parsing and evaluation")
+ (license license:expat)
+ (version "0.0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ArashPartow/exprtk")
+ (commit version)))
+ (sha256
+ (base32 "0pszh11w29nc256qhil51g3635n06ncf0ihg7g4h86jrhqsk7183"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan '(("exprtk.hpp" "include/"))))))
base-commit: ab43d883a0a88adbcfd3c3ab8d4c097cd9054b90
--
2.46.1
next prev parent reply other threads:[~2025-01-02 13:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-12 9:59 [bug#67793] [PATCH] gnu: maths: Add exprtk package Lars Bilke
2024-11-01 16:22 ` [bug#67793] Add exprtk package to Guix Steve George
2025-01-02 13:17 ` Lars Bilke [this message]
2025-01-02 13:25 ` [bug#67793] [PATCH v2] gnu: Add exprtk Lars Bilke
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=456396e53d74e1e5df7cf2c7f381196d156e0289.1735823832.git.lars.bilke@ufz.de \
--to=lars.bilke@ufz.de \
--cc=67793@debbugs.gnu.org \
--cc=andreas@enge.fr \
--cc=bavier@posteo.net \
--cc=sharlatanus@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).