--- Ven 8/1/10, Andy Koppe ha scritto: > 2010/1/8 Andrew Schulman: > > * In order for lapack to work, you have to have > /usr/lib/lapack in your > > $PATH. IMO that's a bug > > I agree, and I shudder to think what the path would look > like if every > library did that. I don't see why the lapack DLLs can't go > into > /usr/bin like everything else.
because it is possible to have on top of the standard blas/lapack the specialized ATLAS version for the specific processor. Putting the dll's in /usr/lib/lapack and adding that at the end of PATH allows to put the atlas versions in /usr/lib and they will take precedence over the PATH. On other unix systems this can be managed with symbolic links but on windows is it not possible. The workaround was defined by the previous lapack mantainer James R. Phillips and I decided maintain it. > > Thanks for the fix. > > Andy > Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple