Skip to content

Commit

Permalink
Merge pull request #4746 from martin-frbg/issue4743
Browse files Browse the repository at this point in the history
Correct CMAKE build definitions for CAXPYC/ZAXPYC
  • Loading branch information
martin-frbg authored Jun 9, 2024
2 parents f955616 + 2f12a47 commit 62c33db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ endif ()
foreach (float_type ${FLOAT_TYPES})

if (${float_type} STREQUAL "COMPLEX" OR ${float_type} STREQUAL "ZCOMPLEX")
GenerateNamedObjects("zaxpy.c" "" "axpyc" ${CBLAS_FLAG} "" "" false ${float_type})
GenerateNamedObjects("zaxpy.c" "CONJ" "axpyc" ${CBLAS_FLAG} "" "" false ${float_type})

GenerateNamedObjects("zger.c" "" "geru" ${CBLAS_FLAG} "" "" false ${float_type})
GenerateNamedObjects("zger.c" "CONJ" "gerc" ${CBLAS_FLAG} "" "" false ${float_type})
Expand Down

0 comments on commit 62c33db

Please sign in to comment.