Improve CMAKE BUILD system and OUTPUT PARSING when not all precisions are needed.
authorjulie <julielangou@users.noreply.github.com>
Fri, 23 Sep 2011 19:50:27 +0000 (19:50 +0000)
committerjulie <julielangou@users.noreply.github.com>
Fri, 23 Sep 2011 19:50:27 +0000 (19:50 +0000)
commit55890ddab92fce814bf0ec9452be220f72a7af5d
tree6181a5add43765ed9d4985874007c549dbcd1fe2
parent46e1b19474b5150ce94f35cc0ec52e08c729985c
Improve CMAKE BUILD system and OUTPUT PARSING when not all precisions are needed.
The following variables will control the precision to be built:
  BUILD_SINGLE
  BUILD_DOUBLE
  BUILD_COMPLEX
  BUILD_COMPLEX16

For mixed precision SINGLE/DOUBLE routines, both BUILD_SINGLE and BUILD_DOUBLE needs to be on.
(same for COMPLEX/COMPLEX16)
BLAS/TESTING/CMakeLists.txt
CMakeLists.txt
CTestCustom.cmake.in
SRC/CMakeLists.txt
TESTING/CMakeLists.txt
TESTING/EIG/CMakeLists.txt
TESTING/LIN/CMakeLists.txt
TESTING/MATGEN/CMakeLists.txt
lapack_testing.py