me
/
guix
Archived
1
0
Fork 0

gnu: netcdf-fortran: Fix compiling with gfortran 10.

* gnu/packages/maths.scm (netcdf-fortran)[arguments]: Add
  'allow-argument-mismatch' flag for gfortran in 'configure-flags'.
Guillaume Le Vaillant 2021-08-20 13:59:13 +02:00
parent 361d4627ab
commit d130eaf13e
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 1 deletions

View File

@ -1746,7 +1746,9 @@ sharing of scientific data.")
"0x4acvfhbsx1q79dkkwrwbgfhm0w5ngnp4zj5kk92s1khihmqfhj"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f))
`(#:configure-flags '("FCFLAGS=-fallow-argument-mismatch"
"FFLAGS=-fallow-argument-mismatch")
#:parallel-tests? #f))
(inputs
`(("netcdf" ,netcdf)))
(native-inputs