Re: [CMake] find_package: how to require same directory prefix for both lib and header files?

2012-06-06 Thread don la dieu
On Jun 6, 2012, at 7:20 PM, Natalie Tasman wrote: [...] However, I would like a way to tell find_package that it must find both the library and header files from the same prefix. Specifically, [...] I solved this some time ago by not using find_package(). The following works for Linux

Re: [CMake] CMake FindBLAS and FindLAPACK patches

2011-09-01 Thread don la dieu
}) ...^^ On Sat, Aug 27, 2011 at 9:21 PM, don la dieu n...@icecube.umd.edu wrote: Hi Alexey- Sorry for the delay in getting back to you. Attached are updates to the FindBLAS you sent me (well, actually trunk.) FindLAPACK was fine. It tightens up the default directory

Re: [CMake] CMake FindBLAS and FindLAPACK patches

2011-09-01 Thread don la dieu
On Sep 1, 2011, at 12:00 PM, Alexey Ozeritsky wrote: On Thu, Sep 1, 2011 at 7:47 PM, don la dieu n...@icecube.umd.edu wrote: That was intentional. .dll Should already be in CMAKE_FIND_LIBRARY_SUFFIXES on WIN32. Yes, it should already be in CMAKE_FIND_LIBRARY_SUFFIXES

Re: [CMake] CMake FindBLAS and FindLAPACK patches

2011-08-27 Thread don la dieu
paths 1. install libraries to LD_LIBRARY_PATH or LIB (for windows) 2. set variable BLAS_ACML_LIB_DIRS or BLAS_ACML_MP_LIB_DIRS or BLAS_ACML_GPU_LIB_DIRS 3. install libraries to /opt/acml* or c:/amd/acml (for windows) On Fri, Aug 12, 2011 at 12:28 AM, don la dieu n...@icecube.umd.edu wrote: Hi