Re: [CMake] FindBlas and header file blas.h

2013-03-01 Thread Nicholas Kinar
On 01/03/2013 11:43 AM, Tim Gallagher wrote: Have you installed the development package for blas and lapack? Typically distributions have a library-only package and then a development package that includes the headers. Check for libblas-dev in Ubuntu. Tim Thanks, Tim; yes, I can verify

Re: [CMake] FindBlas and header file blas.h

2013-03-01 Thread Tim Gallagher
Have you installed the development package for blas and lapack? Typically distributions have a library-only package and then a development package that includes the headers. Check for libblas-dev in Ubuntu. Tim - Original Message - From: Nicholas Kinar n.ki...@usask.ca To:

Re: [CMake] FindBlas and header file blas.h

2013-03-01 Thread Tim Gallagher
] FindBlas and header file blas.h On 01/03/2013 11:43 AM, Tim Gallagher wrote: Have you installed the development package for blas and lapack? Typically distributions have a library-only package and then a development package that includes the headers. Check for libblas-dev in Ubuntu. Tim

Re: [CMake] FindBlas and header file blas.h

2013-03-01 Thread Tim Gallagher
To: Nicholas Kinar n.ki...@usask.ca Cc: cmake@cmake.org Sent: Friday, March 1, 2013 1:06:34 PM Subject: Re: [CMake] FindBlas and header file blas.h And have you tried printing out the value of BLAS_INCLUDE_DIR? I'm not sure that actually exists, I don't see it set in my FindBLAS.cmake module

Re: [CMake] FindBlas and header file blas.h

2013-03-01 Thread Nicholas Kinar
On 01/03/2013 11:57 AM, Nicholas Kinar wrote: Moreover, running Cmake (via make compilation) tells me that the files are found; however, the blas.h header file is not found. nkinar@Betty:/media/RESEARCH/DEVELOP-SEISMIC/dip$ make -- A library with BLAS API found. -- A library with BLAS API

Re: [CMake] FindBlas and header file blas.h

2013-03-01 Thread Nicholas Kinar
On 01/03/2013 11:57 AM, Nicholas Kinar wrote: Moreover, running Cmake (via make compilation) tells me that the files are found; however, the blas.h header file is not found. nkinar@Betty:/media/RESEARCH/DEVELOP-SEISMIC/dip$ make -- A library with BLAS API found. -- A library with BLAS API

Re: [CMake] FindBlas and header file blas.h

2013-03-01 Thread Nicholas Kinar
- From: Tim Gallagher tim.gallag...@gatech.edu To: Nicholas Kinar n.ki...@usask.ca Cc: cmake@cmake.org Sent: Friday, March 1, 2013 1:06:34 PM Subject: Re: [CMake] FindBlas and header file blas.h And have you tried printing out the value of BLAS_INCLUDE_DIR? I'm not sure that actually exists, I