We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b77764 commit aa2a2d9Copy full SHA for aa2a2d9
1 file changed
lapack/CMakeLists.txt
@@ -39,8 +39,12 @@ set(UNIT_SOURCES2
39
trti2/trti2_L.c
40
)
41
42
+if (NOT RELAPACK_REPLACE)
43
GenerateNamedObjects("${LAPACK_SOURCES}")
44
GenerateNamedObjects("${LAPACK_MANGLED_SOURCES}" "" "" false "" "" false 3)
45
+else()
46
+GenerateNamedObjects("${LAPACK_MANGLED_SOURCES}" "" "" false "" "" false 3)
47
+endif()
48
49
GenerateNamedObjects("laswp/generic/laswp_k_4.c" "" "laswp_plus" false "" "" false 3)
50
GenerateNamedObjects("laswp/generic/laswp_k_4.c" "MINUS" "laswp_minus" false "" "" false 3)
@@ -113,4 +117,3 @@ GenerateCombinationObjects("${UNIT_SOURCES}" "UNIT" "N" "" 4)
113
117
GenerateCombinationObjects("${UNIT_SOURCES2}" "UNIT" "N" "" 0 "" "" 3)
114
118
115
119
add_library(lapack OBJECT ${OPENBLAS_SRC})
116
-
0 commit comments