On 2020-03-11 08:25, Jason Bacon wrote:
Nope, I guessed wrong. That was a hunch based on knowing that the GFORTRAN version defaults to 7.On 2020-03-11 05:55, Patrick Welche wrote:On Wed, Mar 11, 2020 at 09:02:18AM +0000, Patrick Welche wrote:Surprised by: ===> Installing dependencies for py36-numpy-1.16.6 ... => Full dependency gcc7>=8: NOT found => Verifying reinstall for ../../lang/gcc7 when gcc8-8.3.0nb2 is installed, and I have GCC_REQD=8 PKGSRC_FORTRAN=gfortran in /etc/mk.conf This is apparently new...Cured with a GFORTRAN_VERSION=8 Wonder why it wasn't needed before... Cheers, PatrickI think GCC_REQD requires a minor version in all cases. Try GCC_REQD=8.0 and see if that works without a GFORTRAN.8 by itself is confusing the logic in gfortran.mk, so it's falling back to the default gcc7.If we're supposed to accept things like GCC_REQD=8, I'll look into making an adjustment.JB
GCC_REQD=8 PKGSRC_FORTRAN=gfortran works fine on my CentOS system. What operating system are you running? Are your tree and all your packages up-to-date? JB