GNU bug report logs -
#52165
[PATCH] Add kalgebra.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sun, 28 Nov 2021 16:55:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #40 received at 52165 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde.scm (analitza): New variable.
Change-Id: Ibcce565d314612445aea9784aee32a4d31706c6c
---
gnu/packages/kde.scm | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 93dc5365a2..386640e584 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2020-2025 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2021 Alexandros Theodotou <alex <at> zrythm.org>
;;; Copyright © 2021 la snesne <lasnesne <at> lagunposprasihopre.org>
-;;; Copyright © 2021, 2022, 2023, 2024 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2021, 2022, 2023, 2024, 2025 Vinicius Monego <monego <at> posteo.net>
;;; Copyright © 2022 Brendan Tildesley <mail <at> brendan.scot>
;;; Copyright © 2022 Petr Hodina <phodina <at> protonmail.com>
;;; Copyright © 2023 Mehmet Tekman <mtekman89 <at> gmail.com>
@@ -452,6 +452,30 @@ (define-public kdenlive
projects.")
(license license:gpl2+)))
+(define-public analitza
+ (package
+ (name "analitza")
+ (version "24.12.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://invent.kde.org/education/analitza")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "029n48pshcnyidnzv2ikyhamxg6j0ndbjavwrxdc29hrm00dmw8m"))))
+ (native-inputs (list extra-cmake-modules qttools))
+ (inputs (list eigen qtbase qtdeclarative qtsvg))
+ (build-system qt-build-system)
+ (home-page "https://invent.kde.org/education/analitza")
+ (synopsis "Library to add mathematical features to a program")
+ (description "Analitza is a library to work with mathematical objects.
+It adds mathematical features to your program, such as symbolic computations
+and some numerical methods; for instance the library can parse mathematical
+expressions and let you evaluate and draw them.")
+ (license license:gpl2+)))
+
(define-public kapptemplate
(package
(name "kapptemplate")
base-commit: a3674c059abf16256f549c4d558a0140b9cd8945
--
2.49.0
This bug report was last modified 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.