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"))))
|
"0x4acvfhbsx1q79dkkwrwbgfhm0w5ngnp4zj5kk92s1khihmqfhj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f))
|
`(#:configure-flags '("FCFLAGS=-fallow-argument-mismatch"
|
||||||
|
"FFLAGS=-fallow-argument-mismatch")
|
||||||
|
#:parallel-tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("netcdf" ,netcdf)))
|
`(("netcdf" ,netcdf)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
||||||
Reference in a new issue