Skip to content
Prev 3595 / 3656 Next

R3.4 on Debian12

You may also need gfortran -fallow-argument-mismatch argument to avoid
the problem in src/library/stats/src/lminfl.f, where the same variable,
double precision dummy, is used for an array argument and a scalar
argument for dqrsl(). Declaring 'dummy' as a length-1 array should also
work.