summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-04-28 21:39:34 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-04-28 21:41:57 +0200
commit7fc0e3dbbbe96fc6ead2edbd98902120b6985000 (patch)
tree7f2aad518559b9a1d2b48c8f26fc1f8d8aa73a47
parent6d3896b9fc115b03046860a9aa12966926bccf53 (diff)
gnu: giac-xcas: Rename to "giac" to match upstream name.
* gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate.
-rw-r--r--gnu/packages/algebra.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index fe039d82a55..8a0f0e1a040 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -247,9 +247,9 @@ precision.")
247 (license license:gpl3+) 247 (license license:gpl3+)
248 (home-page "http://cmh.gforge.inria.fr/"))) 248 (home-page "http://cmh.gforge.inria.fr/")))
249 249
250(define-public giac-xcas 250(define-public giac
251 (package 251 (package
252 (name "giac-xcas") 252 (name "giac")
253 (version "1.5.0-49") 253 (version "1.5.0-49")
254 (source (origin 254 (source (origin
255 (method url-fetch) 255 (method url-fetch)
@@ -336,6 +336,9 @@ maple, mupad and the TI89. It is available as a standalone program (graphic
336or text interfaces) or as a C++ library.") 336or text interfaces) or as a C++ library.")
337 (license license:gpl3+))) 337 (license license:gpl3+)))
338 338
339(define-public giac-xcas
340 (deprecate-package "giac-xcas" giac))
341
339(define-public flint 342(define-public flint
340 (package 343 (package
341 (name "flint") 344 (name "flint")