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:
Luca Cirrottola 2025-07-22 11:20:29 +02:00 committed by Andreas Enge
parent aec49cb513
commit 1187787c6f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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