GNU bug report logs -
#67793
[PATCH] gnu: maths: Add exprtk package.
Previous Next
Reported by: Lars Bilke <lars.bilke <at> ufz.de>
Date: Tue, 12 Dec 2023 10:01:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#67793: [PATCH] gnu: maths: Add exprtk package.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 67793 <at> debbugs.gnu.org.
--
67793: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67793
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello Lars,
apologies, the previous version slipped through my attention. I have
just committed the patch with a few changes:
- reordered the fields
- added a "(file-name (git-file-name name version))" line to the source
field
- Turned the description into a sentence.
Thanks!
Andreas
[Message part 3 (message/rfc822, inline)]
Change-Id: I4d83a15ea4c24b2efb1300c29d56cb222993e7f3
---
gnu/packages/maths.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0f4d29b40f..d3774003f2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10020,3 +10020,28 @@ (define-public bliss
+and canonical forms of graphs. It has both a command line user interface as
+well as C++ and C programming language APIs.")
(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
+ "The C++ Mathematical Expression Toolkit Library (ExprTk) is
+a versatile, simple to use, easy to integrate and extremely efficient runtime
+mathematical expression parser and evaluation engine. ExprTk supports
+numerous forms of functional, logical and vector processing semantics and is
+very easily extendible.")
+ (license license:expat)
+ (version "0.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ArashPartow/exprtk")
+ (commit version)))
+ (sha256
+ (base32 "1w92qlfjpcan38d88fak3avq81lkcpai5mqpbvrsfv04mi5nfpk5"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan '(("exprtk.hpp" "include/"))))))
base-commit: baeff7f546d700ae4f0c873bd0fce0ca84bebd21
--
2.34.1
This bug report was last modified 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.