gnu: giac-xcas: Update to 1.4.9-17.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-17. Remove unnecessary workaround about failing test.
This commit is contained in:
		
							parent
							
								
									4a8bd5500d
								
							
						
					
					
						commit
						53a3f5d792
					
				
					 1 changed files with 2 additions and 9 deletions
				
			
		|  | @ -207,7 +207,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") | ||||||
| (define-public giac-xcas | (define-public giac-xcas | ||||||
|   (package |   (package | ||||||
|     (name "giac-xcas") |     (name "giac-xcas") | ||||||
|     (version "1.2.3-57") |     (version "1.4.9-17") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               ;; "~parisse/giac" is not used because the maintainer regularly |               ;; "~parisse/giac" is not used because the maintainer regularly | ||||||
|  | @ -219,7 +219,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") | ||||||
|                                   "source/giac_" version ".tar.gz")) |                                   "source/giac_" version ".tar.gz")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0a7c1r2rgsin671qy98yvwgkg6a81d0pp0p4p7sydhrfi1k9xpr1")))) |                 "0fabw706hixp4da4pgkbjrlf9gk4xrmv404f884jb24bnmb5hbax")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:phases | ||||||
|  | @ -229,13 +229,6 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") | ||||||
|              ;; Some Makefiles contain hard-coded "/bin/cp". |              ;; Some Makefiles contain hard-coded "/bin/cp". | ||||||
|              (substitute* (find-files "doc" "^Makefile") |              (substitute* (find-files "doc" "^Makefile") | ||||||
|                (("/bin/cp") (which "cp"))) |                (("/bin/cp") (which "cp"))) | ||||||
|              #t)) |  | ||||||
|          (add-after 'unpack 'disable-broken-test |  | ||||||
|            (lambda _ |  | ||||||
|              ;; Disable failing test.  Actually, the results are correct but |  | ||||||
|              ;; a sorting discrepancy prevents the test from being validated. |  | ||||||
|              (substitute* "check/Makefile.in" |  | ||||||
|                (("chk_fhan16") "")) |  | ||||||
|              #t))))) |              #t))))) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("fltk" ,fltk) |      `(("fltk" ,fltk) | ||||||
|  |  | ||||||
		Reference in a new issue