(In reply to Richard Biener from comment #10) > I wonder why the lapacke reference is mangled to LAPACK_cggsvp ... > > OK, I think that LAPACKE/include/lapack.h simply misses declarations of the > deprecated functions and the call in LAPACKE/src/lapacke_cggsvp_work.c > is likely not prototyped: > [...] > I wonder how other distros resolved the API deprecation, like whether they > bumped the SONAME and removed the interfaces. The cherry-picked commit which readded the declarations is part of LAPACK 3.9.1, and current is 3.11.0. I think we should upgrade to at least 3.9.1 for SLE/Leap, and 3.11.0 for TW.