* Donnie Berkholz [2006-05-28 05:33]: > That's an odd problem. I'd expect at least undefined functions or > something obvious, not a random loop. I'll take a look at it soon, maybe > I missed something obvious.
I think the problem might be related to this part of the LAPACK's
SRC/Makefile:
slamch.o: slamch.f
$(FORTRAN) $(NOOPT) -c $<
dlamch.o: dlamch.f
$(FORTRAN) $(NOOPT) -c $<
.f.o:
$(FORTRAN) $(OPTS) -c $<
In the previous ebuild, NOOPT is not set for g77 compiler (no flags at
all), whereas OPTS is set to the default CFLAGS. In my opinion this
exception in compilation flags might be important.
BR,
/ediap
signature.asc
Description: OpenPGP digital signature
