[CMake] FindBlas and header file blas.h

2013-03-01 Thread Nicholas Kinar
Hello, On Ubuntu 12.04, I am compiling some third-party program code that #includes the BLAS header file blas.h. Although Cmake does find the BLAS and LAPACK libraries, I receive the following gcc compiler error: fatal error: blas.h: No such file or directory I've tried to change this

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
@cmake.org Sent: Friday, March 1, 2013 11:50:06 AM Subject: [CMake] FindBlas and header file blas.h Hello, On Ubuntu 12.04, I am compiling some third-party program code that #includes the BLAS header file blas.h. Although Cmake does find the BLAS and LAPACK libraries, I receive the following gcc

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