gnu: giac: Update to 1.7.0-45.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-45. [inputs]: Remove labels. [native-inputs]: Remove labels.
This commit is contained in:
		
							parent
							
								
									3873e66ab0
								
							
						
					
					
						commit
						6c12f62f6a
					
				
					 1 changed files with 29 additions and 29 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
;;; Copyright © 2013, 2015, 2017, 2018, 2021 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2013, 2015, 2017, 2018, 2021 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 | 
					;;; Copyright © 2016–2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 | 
				
			||||||
;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org>
 | 
					;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;; Copyright © 2016, 2018, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
 | 
					;;; Copyright © 2016, 2018, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
 | 
				
			||||||
;;; Copyright © 2017, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2017, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
| 
						 | 
					@ -328,7 +328,7 @@ precision.")
 | 
				
			||||||
(define-public giac
 | 
					(define-public giac
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "giac")
 | 
					    (name "giac")
 | 
				
			||||||
    (version "1.7.0-43")
 | 
					    (version "1.7.0-45")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -340,7 +340,7 @@ precision.")
 | 
				
			||||||
                           "~parisse/debian/dists/stable/main/source/"
 | 
					                           "~parisse/debian/dists/stable/main/source/"
 | 
				
			||||||
                           "giac_" version ".tar.gz"))
 | 
					                           "giac_" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0zsa506isvmixwwg0xgvxhlns6i75jsc3qjzcrny4fl11hkj9xw5"))))
 | 
					        (base32 "19hxbx27n5zby96d4pzhxxqn7mzk29g8sxn08fi638l17lr9x2q2"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:modules ((ice-9 ftw)
 | 
					     `(#:modules ((ice-9 ftw)
 | 
				
			||||||
| 
						 | 
					@ -378,33 +378,33 @@ precision.")
 | 
				
			||||||
               (delete-file (string-append out "/bin/xcasnew"))))))))
 | 
					               (delete-file (string-append out "/bin/xcasnew"))))))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     ;; TODO: Add libnauty, unbundle "libmicropython.a".
 | 
					     ;; TODO: Add libnauty, unbundle "libmicropython.a".
 | 
				
			||||||
     `(("fltk" ,fltk)
 | 
					     (list ao
 | 
				
			||||||
       ("glpk" ,glpk-4)
 | 
					           fltk
 | 
				
			||||||
       ("gmp" ,gmp)
 | 
					           glpk-4
 | 
				
			||||||
       ("gsl" ,gsl)
 | 
					           gmp
 | 
				
			||||||
       ("lapack" ,lapack)
 | 
					           gsl
 | 
				
			||||||
       ("libao" ,ao)
 | 
					           lapack
 | 
				
			||||||
       ("libjpeg" ,libjpeg-turbo)
 | 
					           libjpeg-turbo
 | 
				
			||||||
       ("libpng" ,libpng)
 | 
					           libpng
 | 
				
			||||||
       ("libsamplerate" ,libsamplerate)
 | 
					           libsamplerate
 | 
				
			||||||
       ("libx11" ,libx11)
 | 
					           libx11
 | 
				
			||||||
       ("libxinerama" ,libxinerama)
 | 
					           libxft
 | 
				
			||||||
       ("libxft" ,libxft)
 | 
					           libxinerama
 | 
				
			||||||
       ("libxt" ,libxt)
 | 
					           libxt
 | 
				
			||||||
       ("mesa" ,mesa)
 | 
					           mesa
 | 
				
			||||||
       ("mpfi" ,mpfi)
 | 
					           mpfi
 | 
				
			||||||
       ("mpfr" ,mpfr)
 | 
					           mpfr
 | 
				
			||||||
       ("ntl" ,ntl)
 | 
					           ntl
 | 
				
			||||||
       ("perl" ,perl)
 | 
					           pari-gp
 | 
				
			||||||
       ("pari-gp" ,pari-gp)
 | 
					           perl
 | 
				
			||||||
       ("tcsh" ,tcsh)))
 | 
					           tcsh))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("bison" ,bison)
 | 
					     (list bison
 | 
				
			||||||
       ("flex" ,flex)
 | 
					           flex
 | 
				
			||||||
       ("hevea" ,hevea)
 | 
					           hevea
 | 
				
			||||||
       ("python" ,python-wrapper)
 | 
					           python-wrapper
 | 
				
			||||||
       ("readline" ,readline)
 | 
					           readline
 | 
				
			||||||
       ("texlive" ,texlive-tiny)))
 | 
					           texlive-tiny))
 | 
				
			||||||
    (home-page "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html")
 | 
					    (home-page "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html")
 | 
				
			||||||
    (synopsis "Computer algebra system")
 | 
					    (synopsis "Computer algebra system")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue