[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-packages-team updated: squash! squash! gnu: Re-Add automake-
From: |
guix-commits |
Subject: |
branch core-packages-team updated: squash! squash! gnu: Re-Add automake-1.16.5. -- build with gcc-14, disable tests. |
Date: |
Thu, 05 Dec 2024 10:18:11 -0500 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch core-packages-team
in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this
push:
new 3bb7040d6d squash! squash! gnu: Re-Add automake-1.16.5. -- build with
gcc-14, disable tests.
3bb7040d6d is described below
commit 3bb7040d6d24c40840d3efc9694a737b19fa475a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 15:28:45 2024 +0100
squash! squash! gnu: Re-Add automake-1.16.5. -- build with gcc-14, disable
tests.
* gnu/packages/autotools.scm (automake-1.16.5)[native-inputs]: Remove
gcc-11.
[arguments]: Disable tests.
(automake)[native-inputs]: Remove field.
[arguments]: Enable tests.
Change-Id: Iacc2ca3bc84f0a4b261663b9178922bcb1c18578
---
gnu/packages/autotools.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 7899f984f6..af3e710e6e 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -335,15 +335,14 @@ output is indexed in many ways to simplify browsing.")
(inputs
(list autoconf-wrapper bash-minimal perl))
(native-inputs
- (list autoconf-wrapper
- gcc-11 ;23 compiler tests fail with gcc-14
- perl))
+ (list autoconf-wrapper perl))
(native-search-paths
(list (search-path-specification
(variable "ACLOCAL_PATH")
(files '("share/aclocal")))))
(arguments
(list
+ #:tests? #f ;with gcc-14, 23 compiler tests fail
#:modules '((guix build gnu-build-system)
(guix build utils)
(srfi srfi-1)
@@ -443,10 +442,10 @@ Makefile, simplifying the entire process for the
developer.")
"146rkdcwri2dkwn3pjrjs9v0wm4xyav9vvq4yw5vj4qy87yc2849"))
(patches
(search-patches "automake-skip-amhello-tests.patch"))))
- (native-inputs
- (list autoconf-wrapper perl))
(arguments
(substitute-keyword-arguments (package-arguments automake-1.16.5)
+ ((#:tests? tests?)
+ #t)
((#:phases phases)
#~(modify-phases #$phases
(replace 'skip-test
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-packages-team updated: squash! squash! gnu: Re-Add automake-1.16.5. -- build with gcc-14, disable tests.,
guix-commits <=