Allow building LAPACKE with XBLAS and TMGLIB simultaneously
authorKyle Guinn <elyk03@gmail.com>
Thu, 2 Feb 2017 02:46:28 +0000 (20:46 -0600)
committerKyle Guinn <elyk03@gmail.com>
Thu, 2 Feb 2017 02:46:28 +0000 (20:46 -0600)
commit13b5b2c88cfd0218069e2572a95f41ac1fb7992e
tree6f0e5651195fdd2657fc5720ce249c04e4aef855
parent0d8ca785a7cf279d41f276fcaf36894171f133db
Allow building LAPACKE with XBLAS and TMGLIB simultaneously

Order the libraries the same as the Makefiles are ordering them:
tmglib, lapack, xblas, blas.

Fix combinations of USE_XBLAS with BUILD_SINGLE, etc. so that it only
builds the LAPACK extended functions of the desired type and precision.

Remove "OBJ" from variable names that are not lists of objects.
LAPACKE/CMakeLists.txt
LAPACKE/src/CMakeLists.txt
LAPACKE/utils/CMakeLists.txt
SRC/CMakeLists.txt