Posts categorized under: programming

Compiling lapack 3.1.1 on Leopard

OSX contains an incomplete lapack library by default in the vecLib framework. But if you want the full power of lapack 3.1.1, you have to compile from source. This article documents that process, mostly so when I have to do it again I'll have a reference.

The ...