Skip to content

Commit

Permalink
Merge pull request #4874 from martin-frbg/issue4869
Browse files Browse the repository at this point in the history
Fix handling of deprecated ?GELQS/?GEQRS in building the shared library
  • Loading branch information
martin-frbg authored Aug 14, 2024
2 parents b80671d + f6469e2 commit 0d8ee96
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions exports/gensymbol
Original file line number Diff line number Diff line change
Expand Up @@ -880,10 +880,8 @@ lapackobjs2c="$lapackobjs2c
# clatrs3

lapackobjs2d="$lapackobjs2d
dgelqs
dgelst
dgeqp3rk
dgeqrs
dlaqp2rk
dlaqp3rk
dlarmm
Expand All @@ -897,10 +895,8 @@ lapackobjs2d="$lapackobjs2d
# dlaqz4

lapackobjs2z="$lapackobjs2z
zgelqs
zgelst
zgeqp3rk
zgeqrs
zlaqp2rk
zlaqp3rk
zlatrs3
Expand All @@ -918,6 +914,7 @@ lapack_extendedprecision_objs="
"

lapack_deprecated_objsc="
cgelqs cgeqrs
cgegs cggsvd
cgegv cggsvp
cgelsx clahrd
Expand All @@ -926,13 +923,16 @@ lapack_deprecated_objsc="
"

lapack_deprecated_objsd="
dgelqs dgeqrs
dgegs dgeqpf
dgegv dggsvd
dgelsx dggsvp
dlahrd
dlatzm dtzrqf"

lapack_deprecated_objss="
sgelqs
sgeqrs
sgelsx
sgegs
sgegv
Expand All @@ -945,6 +945,8 @@ lapack_deprecated_objss="
"

lapack_deprecated_objsz="
zgelqs
zgeqrs
zgegs
zgegv
zgelsx
Expand Down

0 comments on commit 0d8ee96

Please sign in to comment.