GNU bug report logs -
#73075
[PATCH 0/2] Update GAP and build most of its packages
Previous Next
Reported by: Andreas Enge <andreas <at> enge.fr>
Date: Fri, 6 Sep 2024 16:13:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 73075 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/algebra.scm (gap): Update to 4.13.1.
[source]: Do not delete file with fixed test.
[arguments]<#:configure-flags>: Add LDFLAGS.
Change-Id: I813559788dccc15dc57e96733b5defdd47602c69
---
gnu/packages/algebra.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index f2c5634d33..cdd6113a34 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1216,7 +1216,7 @@ (define-public xtensor-benchmark
(define-public gap
(package
(name "gap")
- (version "4.12.2")
+ (version "4.13.1")
(source
(origin
(method url-fetch)
@@ -1226,17 +1226,13 @@ (define-public gap
version
".tar.gz"))
(sha256
- (base32 "1a47slldnjq6mib69k3g8lqw6nyxdrwdd3gfjhj252mpbrs0h8v7"))
+ (base32 "1fmy3mzbw84f1cxrkjcw7wyssj48zhhwxa0a5l58x6gvlvdxp54p"))
(modules '((guix build utils) (ice-9 ftw) (srfi srfi-1)))
(snippet
'(begin
;; Delete bundled external libraries.
(for-each delete-file-recursively
'("extern" "hpcgap/extern"))
- ;; Delete a failing test.
- ;; FIXME: This might be fixed in the next release, see
- ;; https://github.com/gap-system/gap/issues/3292
- (delete-file "tst/testinstall/dir.tst")
;; Delete all packages except for a fixed list,
;; given by their names up to version numbers.
(with-directory-excursion "pkg"
@@ -1313,10 +1309,8 @@ (define-public gap
(inputs
(list gmp readline zlib))
(arguments
- `(#:modules ((ice-9 ftw)
- (srfi srfi-26)
- (guix build gnu-build-system)
- (guix build utils))
+ `(#:configure-flags
+ (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
#:phases
(modify-phases %standard-phases
(add-after 'build 'build-packages
--
2.45.2
This bug report was last modified 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.