mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: papi: Compile with gcc-13 (since it breaks with gcc-14).
* gnu/packages/profiling.scm (papi)[native-inputs]: Add gcc-13, replace gfortran by gfortran-13. Change-Id: Ief66c727ebe56cb1af959ffa84dc9a65c9f924d9
This commit is contained in:
committed by
Andreas Enge
parent
aec49cb513
commit
1187787c6f
@@ -88,7 +88,8 @@
|
||||
`(,infiniband-diags "lib")
|
||||
net-tools))
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
(list gcc-13
|
||||
gfortran-13))
|
||||
(arguments
|
||||
(list #:tests? #f ;no check target
|
||||
#:configure-flags
|
||||
|
||||
Reference in New Issue
Block a user