Update test to use openblas_make_complex_float and openblas_make_complex_double functions
[platform/upstream/openblas.git] / cmake /
2015-02-03 Hank AndersonPorted arch dependent settings from Makefile.system...
2015-02-03 Hank AndersonPorted OS settings from Makefile.system into new cmake...
2015-01-30 Hank AndersonAdded openblas add_library call that uses DBLAS_OBJS...
2015-01-30 Hank AndersonMoved functions into util cmake file.
2015-01-30 Hank AndersonAdded first pass at driver/level3 Makefile conversion.
2015-01-29 Hank AndersonMoved getarch parsing code into a function.
2015-01-29 Hank Andersonprebuild.cmake now reads the output from getarch into...
2015-01-29 Hank Andersongetarch_2nd now appends its output to config.h/config_k...
2015-01-28 Hank Andersongetarch now compiles and sets config.h defines properly.
2015-01-28 Hank AndersonAdded CORE define to config.h in prebuild.cmake (tempor...
2015-01-28 Hank AndersonUpdated c_check OS/compiler/bits detection.
2015-01-27 Hank AndersonAdded CMakeLists.txt for the first of the BLAS folders.
2015-01-27 Hank AndersonFixed architecture detection when AMD64 in c_check.
2015-01-27 Hank AndersonFixed incorrect case in OS_ definition in c_check.
2015-01-27 Hank AndersonStarted converting lib target to CMake.
2015-01-27 Hank AndersonHardcoded NUM_CORES to get system.cmake working.
2015-01-02 Hank Andersoncmake.prebuild now compiles getarch.
2014-12-31 Hank AndersonFirst pass at converting a few makefiles to CMake.