Hi,

We're having problems with FindLAPACK in the latest source head. It claims it 
cannot find LAPACK when previous versions of CMake find it just fine. It does 
not work with either the Generic version or the Intel version. FindBLAS 
correctly locates the library though.

And when we put in the path for the LAPACK_mkl_lapack_LIBRARY variable, it 
doesn't complain. But then during linking, we get:

/opt/intel/Compiler/11.1/072/lib/intel64/libguide.so: undefined reference to 
`pthread_atfork'
make[2]: *** [derivative/unitTests/utDerivativeTestc] Error 1

even though libpthread.so exists and is on the library path in /usr/lib. 

Has anybody else experienced this issue? We've had it on a variety of machines 
with very different configurations.

Thanks,

Tim
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to