[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: giac-xcas: Rename to "giac" to match upstream name.
From: |
guix-commits |
Subject: |
03/03: gnu: giac-xcas: Rename to "giac" to match upstream name. |
Date: |
Sun, 28 Apr 2019 15:43:14 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7fc0e3dbbbe96fc6ead2edbd98902120b6985000
Author: Nicolas Goaziou <address@hidden>
Date: Sun Apr 28 21:39:34 2019 +0200
gnu: giac-xcas: Rename to "giac" to match upstream name.
* gnu/packages/algebra.scm (giac): New variable.
(giac-xcas): Deprecate.
---
gnu/packages/algebra.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index fe039d8..8a0f0e1 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -247,9 +247,9 @@ precision.")
(license license:gpl3+)
(home-page "http://cmh.gforge.inria.fr/")))
-(define-public giac-xcas
+(define-public giac
(package
- (name "giac-xcas")
+ (name "giac")
(version "1.5.0-49")
(source (origin
(method url-fetch)
@@ -336,6 +336,9 @@ maple, mupad and the TI89. It is available as a standalone
program (graphic
or text interfaces) or as a C++ library.")
(license license:gpl3+)))
+(define-public giac-xcas
+ (deprecate-package "giac-xcas" giac))
+
(define-public flint
(package
(name "flint")