1. Corrected the way linker flags from FindBLAS are being used
authorjulie <julielangou@users.noreply.github.com>
Thu, 16 Dec 2010 15:12:27 +0000 (15:12 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 16 Dec 2010 15:12:27 +0000 (15:12 +0000)
commit046375a08fef95e3946234f16b0d173199737fb7
tree6e29f5e79c791787de7e113fb88d82b89e5bd54b
parent0d5645bfec753a636739e6177515f1b9a5d3da3e
1.  Corrected the way linker flags from FindBLAS are being used
2.  Changed LOOK_FOR_OPTIMIZED_BLAS to USE_OPTIMIZED_BLAS per CMake convention
3.  Changed BLAS_VENDORS to use library names instead of manufacturer names:
    From: BLAS_VENDORS=AMD;IBM;INTEL;HP;SUN etc
      To: BLAS_VENDORS=ACML;ESSL;MKL;VECLIB;PERFLIB
    This seems to be a more intuitive interface
4.  Added support for Intel MKL single dynamic library

- Chuck Atkins (Kitware)
CMAKE/FindBLAS.cmake
CMakeLists.txt