Commit to integrate CMAKE and MAKEFILE build system for CBLAS
authorjulie <julielangou@users.noreply.github.com>
Sat, 23 Aug 2014 01:21:57 +0000 (01:21 +0000)
committerjulie <julielangou@users.noreply.github.com>
Sat, 23 Aug 2014 01:21:57 +0000 (01:21 +0000)
commit29788da14783f44c4ec6baa58963377a74055841
tree540f7da2b888f11d462fa19cfa3d501eb52cfaae
parent91d9461d1a2cc1320177967ad2be279856cb8dbd
Commit to integrate CMAKE and MAKEFILE build system for CBLAS
Also modify the way the CBLAS mangling was generated...now CBLAS follows LAPACKE model

Details on MAKEFILE build
  To compile CBLAS library from the LAPACK folder:
    - make cblaslib --> create the cblas lib
    - make cblas_testing --> compile BLAS Ref if necessary, build exe, then run exe

Details on CMAKE build
  Now you have an option to select CBLAS
  If CBLAS is check the Library is built and if BUILD_TESTING is enable, test and example are built and run

following
-->  modification of all make.inc
-->  more clean up
-->  debugging on other platforms

** PLEASE TRY and SEND FEEDBACK - Thanks - Julie **
29 files changed:
CMakeLists.txt
Makefile
cblas/CMakeLists.txt
cblas/Makefile
cblas/Makefile.ALPHA [deleted file]
cblas/Makefile.HPPA [deleted file]
cblas/Makefile.LINUX [deleted file]
cblas/Makefile.SGI64 [deleted file]
cblas/Makefile.SUN4 [deleted file]
cblas/Makefile.SUN4SOL2 [deleted file]
cblas/README
cblas/cblas.pc.in [new file with mode: 0644]
cblas/cmake/cblas-config-build.cmake.in [new file with mode: 0644]
cblas/cmake/cblas-config-install.cmake.in [new file with mode: 0644]
cblas/cmake/cblas-config-version.cmake.in [new file with mode: 0644]
cblas/examples/CMakeLists.txt [new file with mode: 0644]
cblas/examples/Makefile
cblas/examples/cblas_example1.c
cblas/examples/cblas_example2.c
cblas/include/CMakeLists.txt [new file with mode: 0644]
cblas/include/cblas.h
cblas/include/cblas_f77.h
cblas/include/cblas_mangling_with_flags.h [new file with mode: 0644]
cblas/include/cblas_test.h [new file with mode: 0644]
cblas/src/CMakeLists.txt
cblas/src/Makefile
cblas/testing/CMakeLists.txt [new file with mode: 0644]
cblas/testing/Makefile
cblas/testing/cblas_test.h [deleted file]