Re: [CMake] LAPACK-related CMake modules

2008-07-21 Thread Bill Hoffman
No, we are missing one point. If someone does: find_package(BLAS) It should never error. Only if someone does: find_package(BLAS REQUIRED) should it error out. I have made the change to CVS. -Bill ___ CMake mailing list CMake@cmake.org http://www

Re: [CMake] LAPACK-related CMake modules

2008-07-21 Thread Alan W. Irwin
On 2008-07-21 17:27+0100 Alin M Elena wrote: Hi Bill, But, there are blas and lapack libraries that can be linked from c/c++ right? Of course. Mixing fortran and C is possible. That does not make it desirable. If somebody wants to add support for that is my guest. I will not do it. Perhaps t

[CMake] LAPACK-related CMake modules

2008-07-21 Thread Alin M Elena
Hi Bill, > But, there are blas and lapack libraries that can be linked from c/c++ > right? Of course. Mixing fortran and C is possible. That does not make it desirable. If somebody wants to add support for that is my guest. I will not do it. > Perhaps these modules should check to see if Fortran