Hank Anderson
cebc07cebd
ParseMakefileVars now recursively parses included makefiles.
11 years ago
Hank Anderson
33c5e8db7f
Added a helper function for setting the L1 kernel defaults.
Added loop to build objects with different KERNEL defines.
11 years ago
Hank Anderson
67e39bd8fb
Added mangled complex filenames to interface and lapack CMakeLists.txt.
11 years ago
Hank Anderson
9eb1499095
Added another param to GenerateNamedObjects to mangle complex source names.
There are a lot of sources for complex float types that are the same
names as the real sources, except with z prepended.
11 years ago
Hank Anderson
4662a0b13a
Changed generate functions to iterate through a list of float types.
This will generate obj files for SINGLE/DOUBLE/COMPLEX/DOUBLE COMPLEX.
11 years ago
Hank Anderson
e74462a3f5
Moved declarations to start of functions to satisfy MSVC C89 implementation.
11 years ago
Hank Anderson
056ba26755
Changed a number of inline calls to use __inline.
MSVC doesn't inmplement C99, so can't use the inline keyword. __inline
appears to work in MSVC and GCC.
11 years ago
Hank Anderson
a0d9a7fd83
Changed _Complex types in common_level1.h to use the typedef.
11 years ago
Hank Anderson
5d3fc092e9
Added MSVC defines to common.h.
Don't have unistd.h in MSVC.
Chagned YIELDING to use the YeildProcessor macro.
11 years ago
Hank Anderson
c94fe71278
Removed incoming-stack-boundary for MSVC.
Made float type optional for GenerateNamedObjects.
Called GenerateNamedObjects for a couple of driver/others files that
needed NAME/CNAME set.
11 years ago
Hank Anderson
d60b49e5c5
Turned off uninizialized variable warning when compiling lapack-netlib.
11 years ago
Hank Anderson
64b5a0ef84
Added AUX files from lapack-netlib.
11 years ago
Hank Anderson
162791e30e
Added common objects from kernel Makefile.
11 years ago
Hank Anderson
8743093bd7
Added aux files from lapack-netlib.
11 years ago
Hank Anderson
96cf6779ca
Added DLA sources from lapack-netlib.
Can't use the lapack-netlib cmake files, since they are designed to
build a complete lapack/blas library. They have their own fortran
detection and flag setup and so on. Instead I'll just recreate the
makefiles I need.
Fixed a typo in the NAME defines.
11 years ago
Hank Anderson
3b20b62423
Fixed trti2 name.
11 years ago
Hank Anderson
6ddbfea700
Added generic laswp object.
11 years ago
Hank Anderson
c0624a26be
Fixed some dgemm_copy function names.
11 years ago
Hank Anderson
4bfaf1ce66
Removed some list appends I missed.
11 years ago
Hank Anderson
e8c39138c6
Removed return value from GenerateNamedObjects.
It sets DBLAS_OBJS directly to save a bunch of list appending in the
CMakeLists.txt files.
11 years ago
Hank Anderson
f992799226
Added the rest of Makefile.L3.
11 years ago
Hank Anderson
4c65afcce1
Changed kernel filenames to vars. These will need to be read from KERNEL.
Added some kernel/L3 objects.
11 years ago
Hank Anderson
7fa5c4e2fd
Fixed some case issues with ARCH.
Added some kernel and driver/others objects.
11 years ago
Hank Anderson
fa0e6a6c93
Added the rest of the L1 kernel makefile.
11 years ago
Hank Anderson
2f59135eb6
Added gemv to level2 CMakeLists.txt.
11 years ago
Hank Anderson
38681fb1c6
Added more kernel files.
11 years ago
Hank Anderson
6b5d26e07b
Added SMP sources to level2 CMakeLists.txt.
11 years ago
Hank Anderson
13d2d48e67
Added yet another naming scheme for lapack functions.
11 years ago
Hank Anderson
189fadfde0
Started implementing kernel/Makefile in cmake.
11 years ago
Hank Anderson
627d5e7401
Added SMP objects to driver/level3.
11 years ago
Hank Anderson
943fa2fb58
Fixed object names in level2.
11 years ago
Hank Anderson
1b62a4f3c9
Changed some function parameters to optional.
11 years ago
Hank Anderson
461e691127
Codes when define is absent are now a parameter to AllCombinations.
The level3 object names should now be correct.
11 years ago
Hank Anderson
cfaf1c678f
Added option to append define codes with an underscore.
Fixed the code array not getting reset on subsequent AllCombinations
calls.
11 years ago
Hank Anderson
0d7bad1f35
Changed GenerateObjects to append combination codes (e.g. dtrmm_TU).
11 years ago
Hank Anderson
373a1bdadb
Converted lapack/Makefile to cmake.
11 years ago
Hank Anderson
2828f6630c
Added SMP sources to COMMONOBJS.
11 years ago
Hank Anderson
58cff2fed8
Added CBLAS define/naming convention to GenerateNamedObjects.
11 years ago
Hank Anderson
5690cf3f0e
Added override for function names in GenerateNamedObjects.
The BLAS interface folder should now be generated the correct objects
for the DOUBLE case.
11 years ago
Hank Anderson
a0aeda6187
Added function to set defines for the object names (e.g. -DNAME=dgemm).
11 years ago
Hank Anderson
84b3d760c4
Converted rest of Makefile.system to system.cmake.
11 years ago
Hank Anderson
0beea3a5a5
Converted LAPACK flags from Makefile.system.
11 years ago
Hank Anderson
560c96a9a7
Fixed newlines in some cmake files.
11 years ago
Hank Anderson
0ccfa60a53
Changed fortran compiler name to be uppercase and stripped of path/ext.
11 years ago
Hank Anderson
30be551502
Corrected fortran compiler name variables.
Fixed some typos.
Updated c_check to set ARCH and BINARY64/32.
Added version variables.
11 years ago
Hank Anderson
be1ce38f24
Fixed some missing parentheses.
11 years ago
Hank Anderson
e818ace11a
Ported more of Makefile.system to CMake.
11 years ago
Hank Anderson
e4bfbd8258
Added fc.cmake (forgot it in last commit).
Moved a couple C compiler ifs from Makefile.system into cc.cmake.
11 years ago
Hank Anderson
2d5b442f5b
Ported Fortran configuration code from Makefile.system to fc.cmake.
11 years ago
Hank Anderson
af11aff309
Ported C compiler settings from Makefile.system into new cmake file.
11 years ago