all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 52165@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#52165] [PATCH core-updates-frozen 1/2] gnu: Add analitza.
Date: Sun, 28 Nov 2021 16:55:45 +0000	[thread overview]
Message-ID: <20211128165546.263952-1-monego@posteo.net> (raw)
In-Reply-To: <20211128165432.263822-1-monego@posteo.net>

* gnu/packages/kde.scm (analitza): New variable.
---
 gnu/packages/kde.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index b5c2357cb4..94e46af99f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1054,6 +1054,35 @@ Python, PHP, and Perl.")
 a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
     (license license:gpl2+)))
 
+(define-public analitza
+  (package
+    (name "analitza")
+    (version "21.08.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 "1qqi3kk4lcf838w99ab4yxbiq6b70jbzm0b35rb189bzw38mxh79"))))
+    (build-system qt-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(("eigen" ,eigen)
+       ("qtbase" ,qtbase-5)
+       ("qtdeclarative" ,qtdeclarative)
+       ("qtsvg" ,qtsvg)))
+    (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 poxml
   (package
     (name "poxml")
-- 
2.30.2





  reply	other threads:[~2021-11-28 16:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-28 16:54 [bug#52165] [PATCH core-updates-frozen 0/2] Add KAlgebra Vinicius Monego
2021-11-28 16:55 ` Vinicius Monego [this message]
2021-11-28 16:55   ` [bug#52165] [PATCH core-updates-frozen 2/2] gnu: Add kalgebra Vinicius Monego
2021-12-12 19:05   ` [bug#52165] [PATCH core-updates-frozen 0/2] Add KAlgebra Mathieu Othacehe
2021-11-29  2:55 ` Leo Famulari
2021-11-29  3:29   ` Vinicius Monego
2021-11-30 18:03     ` Leo Famulari
2021-12-05 15:41       ` Ludovic Courtès
2021-12-06  4:26         ` Leo Famulari
2021-12-06 12:21           ` Ludovic Courtès

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=20211128165546.263952-1-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=52165@debbugs.gnu.org \
    /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.