mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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:
parent
aec49cb513
commit
1187787c6f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue