Donnie Berkholz wrote: > Hi all, > > GCC 4.1 will be unmasked this week. A major consequence for scientific > users is the switch from g77 to gfortran.
I've run a quick grep to see what packages clearly won't work. The command, which only checks for packages in sci-* and dev-*: grep -r -e 'FORTRAN=.*g77' -e 'need_fortran.*g77' sci-* dev-* --include='*.ebuild' | grep -v gfort Here's the results, with ebuilds pulled from the list if a newer version supports gfortran. I'll look at ortep3, platon, tinker, *-reference, pgplot. That just leaves scipy, which already has https://bugs.gentoo.org/show_bug.cgi?id=134248 open for it. sci-chemistry/ortep3/ortep3-1.0.3.ebuild:FORTRAN="g77" sci-chemistry/platon/platon-20051215.ebuild:FORTRAN="g77" sci-chemistry/tinker/tinker-4.2.ebuild:FORTRAN="ifc g77" sci-libs/blas-reference/blas-reference-19940131-r2.ebuild:FORTRAN="g77 ifc" || FORTRAN="g77 f2c ifc" # No f2c on 64-bit systems yet :-/ This line ^^^ looks distinctly weird and I don't understand how it would ever work as desired. sci-libs/blas/blas-19980702.ebuild:FORTRAN="g77" sci-libs/blas/blas-19980702-r1.ebuild:FORTRAN="g77" sci-libs/blas/blas-19980702-r2.ebuild:FORTRAN="g77" sci-libs/scipy/scipy-0.4.8-r1.ebuild:FORTRAN="g77" sci-libs/scipy/scipy-0.4.8.ebuild:FORTRAN="g77" sci-libs/lapack-reference/lapack-reference-3.0-r1.ebuild:FORTRAN="g77 ifc" sci-libs/lapack-reference/lapack-reference-3.0-r2.ebuild:FORTRAN="g77 ifc" sci-libs/pgplot/pgplot-5.2.2.ebuild:FORTRAN="g77"
signature.asc
Description: OpenPGP digital signature
