diff options
author | Hank Anderson <hank.p.anderson@gmail.com> | 2015-02-19 12:26:11 -0600 |
---|---|---|
committer | Hank Anderson <hank.p.anderson@gmail.com> | 2015-02-19 12:26:11 -0600 |
commit | f3f2b3d76836e5c2758be7053c7e4abbc3fac311 (patch) | |
tree | 4ed481f273a4ac1388a30336a7747173dee9b422 /lapack | |
parent | 94922980486c297c919cfe44fc96a52a3557c1f6 (diff) | |
download | openblas-f3f2b3d76836e5c2758be7053c7e4abbc3fac311.tar.gz openblas-f3f2b3d76836e5c2758be7053c7e4abbc3fac311.tar.bz2 openblas-f3f2b3d76836e5c2758be7053c7e4abbc3fac311.zip |
Added complex and single netlib-lapack fortran sources to lapack.cmake.
Diffstat (limited to 'lapack')
-rw-r--r-- | lapack/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt index 26922f50e..7e17de7de 100644 --- a/lapack/CMakeLists.txt +++ b/lapack/CMakeLists.txt @@ -58,11 +58,11 @@ set(ZLAPACK_SOURCES ) GenerateNamedObjects("${LAPACK_SOURCES}") -GenerateNamedObjects("${LAPACK_MANGLED_SOURCES}" "" "" 0 "" "" "" 3) +GenerateNamedObjects("${LAPACK_MANGLED_SOURCES}" "" "" false "" "" false 3) # TODO: laswp needs arch specific code -GenerateNamedObjects("laswp/generic/laswp_k.c" "" "laswp_plus") -GenerateNamedObjects("laswp/generic/laswp_k.c" "MINUS" "laswp_minus") +GenerateNamedObjects("laswp/generic/laswp_k.c" "" "laswp_plus" false "" "" false 3) +GenerateNamedObjects("laswp/generic/laswp_k.c" "MINUS" "laswp_minus" false "" "" false 3) if (SMP) |