1. Adjusted regex checks in CheckLAPACKCompilerFlags.cmake to be more compact
authorjulie <julielangou@users.noreply.github.com>
Thu, 30 Dec 2010 22:14:10 +0000 (22:14 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 30 Dec 2010 22:14:10 +0000 (22:14 +0000)
commitc541fcd90981835c8ad1accd9e5e0fbeb1f65f03
tree2b5d08b2945bc64f24a1df54060d4cd1a8791edc
parent3e21518c0e33aa5316e5ca4ba64955bc851b78c9
1.  Adjusted regex checks in CheckLAPACKCompilerFlags.cmake to be more compact
2.  Added CheckFortranIntSize.cmake to auto-determine the default integer size
3.  Added more auto-detection features using integer size and compiler checks in FindBLAS.cmake

- Chuck Atkins (Kitware)
CMAKE/CheckFortranIntSize.cmake [new file with mode: 0644]
CMAKE/CheckLAPACKCompilerFlags.cmake
CMAKE/FindBLAS.cmake