> From: Jeff Whitaker <[EMAIL PROTECTED]> > Neal: It's trying to link the atlas lapack lib, instead of it's own > version. Atlas is very picky about the link order, you have to link the > libs like this: > > -L%p/lib -llapack -lcblas -lf77blas -latlas > > or you get those undefined symbols. > > I guess you have three choices: > > 1) remove atlas, rebuild algae > 2) wait for the maintainer to fix the package so it either doesn't link > the atlas libs, or links the atlas libs in the right order. This is > really a bug in the package. > 3) fix it yourself
I'm the algae maintainer. I tried to make the package work with atlas, but not very successfully. I suppose I should try harder. Matthias _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
