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'.
This commit is contained in:
parent
361d4627ab
commit
d130eaf13e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue