[CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread John Cary
I have simply: FIND_PACKAGE(BLAS) FIND_PACKAGE(LAPACK) but cmake gives -- Looking for BLAS... - NOT found (Fortran not enabled) -- Looking for LAPACK... - NOT found (Fortran not enabled) Is this more complicated somehow? Thx...John Cary

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread James C. Sutherland
On Mon, Jul 5, 2010 at 9:34 AM, John Cary c...@txcorp.com wrote: I have simply: FIND_PACKAGE(BLAS) FIND_PACKAGE(LAPACK) but cmake gives -- Looking for BLAS... - NOT found (Fortran not enabled) -- Looking for LAPACK... - NOT found (Fortran not enabled) Is this more complicated

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread John R. Cary
On 7/5/2010 9:37 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 9:34 AM, John Cary c...@txcorp.com mailto:c...@txcorp.com wrote: I have simply: FIND_PACKAGE(BLAS) FIND_PACKAGE(LAPACK) but cmake gives -- Looking for BLAS... - NOT found (Fortran not

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread James C. Sutherland
On Mon, Jul 5, 2010 at 10:44 AM, John R. Cary c...@txcorp.com wrote: On 7/5/2010 9:37 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 9:34 AM, John Cary c...@txcorp.com wrote: I have simply: FIND_PACKAGE(BLAS) FIND_PACKAGE(LAPACK) but cmake gives -- Looking for BLAS...

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread John R. Cary
On 7/5/2010 10:54 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 10:44 AM, John R. Cary c...@txcorp.com mailto:c...@txcorp.com wrote: On 7/5/2010 9:37 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 9:34 AM, John Cary c...@txcorp.com mailto:c...@txcorp.com wrote:

Re: [CMake] How does one find blas and lapack on OSX?

2010-07-05 Thread Michael Wild
On 5. Jul, 2010, at 18:59 , John R. Cary wrote: On 7/5/2010 10:54 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 10:44 AM, John R. Cary c...@txcorp.com mailto:c...@txcorp.com wrote: On 7/5/2010 9:37 AM, James C. Sutherland wrote: On Mon, Jul 5, 2010 at 9:34 AM, John