Skip to content

Commit e882b23

Browse files
authored
Correct naming of getrf_parallel object
fixes #1984
1 parent 256eb58 commit e882b23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lapack/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ if (USE_THREAD)
6363

6464
# these do not have 'z' versions
6565
set(PARALLEL_SOURCES
66-
${GETRF_SRC}
6766
lauum/lauum_U_parallel.c
6867
lauum/lauum_L_parallel.c
6968
potrf/potrf_U_parallel.c
@@ -81,6 +80,10 @@ if (USE_THREAD)
8180
trtri/trtri_L_parallel.c
8281
)
8382

83+
foreach (float_type ${FLOAT_TYPES})
84+
GenerateNamedObjects("${GETRF_SRC}" "" "getrf_parallel" false "" "" false ${float_type})
85+
endforeach()
86+
8487
GenerateNamedObjects("${PARALLEL_SOURCES}")
8588
endif ()
8689

0 commit comments

Comments
 (0)