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
|
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
|
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
|
20e593a44a
|
Added cblas_ objects to interface CMakeLists.
Naming isn't right, though, not seeing cblas_xxxx exports in the
resulting library.
|
11 years ago |
Hank Anderson
|
9e154aba58
|
Added LAPACK object files to interface CMakeLists.
|
11 years ago |
Hank Anderson
|
5057a4b4df
|
Added openblas add_library call that uses DBLAS_OBJS ojbects.
|
11 years ago |
Hank Anderson
|
a6cf8aafc0
|
Updated level3/CMakeLists with correct defines using all combos.
|
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 |