Hank Anderson
|
dabaecb2bc
|
Moved getarch parsing code into a function.
|
11 years ago |
Hank Anderson
|
8c23965da3
|
prebuild.cmake now reads the output from getarch into CMake vars.
|
11 years ago |
Hank Anderson
|
61f21b5d03
|
getarch_2nd now appends its output to config.h/config_kernel.h
|
11 years ago |
Hank Anderson
|
8ede4a8da4
|
getarch now compiles and sets config.h defines properly.
Still isn't parsed into CMake variables, and getarch_2 needs to
get the same treatment.
|
11 years ago |
Hank Anderson
|
1c5b6bb4f7
|
Added CORE define to config.h in prebuild.cmake (temporarily).
|
11 years ago |
Hank Anderson
|
c5f5c7a076
|
Updated c_check OS/compiler/bits detection.
|
11 years ago |
Hank Anderson
|
5eefe18ae4
|
Added CMakeLists.txt for the first of the BLAS folders.
It only does the double precision compile currently.
I realized I didn't finish converting Makefile.system yet, so I made
a note of that.
|
11 years ago |
Hank Anderson
|
1e8bb0e0e0
|
Fixed architecture detection when AMD64 in c_check.
|
11 years ago |
Hank Anderson
|
864b8b31de
|
Fixed incorrect case in OS_ definition in c_check.
|
11 years ago |
Hank Anderson
|
d2d15e522f
|
Started converting lib target to CMake.
The main part of this target is looping through the BLAS subfolders
and calling make on them. Need to add CMakeLists.txt for each of these
subfolders.
|
11 years ago |
Hank Anderson
|
f4d1e7a265
|
Hardcoded NUM_CORES to get system.cmake working.
|
11 years ago |
Hank Anderson
|
0f6bec0a32
|
cmake.prebuild now compiles getarch.
Doesn't actually run it yet.
|
11 years ago |
Hank Anderson
|
e5c47e44f6
|
First pass at converting a few makefiles to CMake.
|
11 years ago |