On Sun, Mar 10, 2024 at 11:19:48PM +0100, Sebastian Ramacher wrote: > hmm/hmm.c: In function ‘invert’: > hmm/hmm.c:703:15: error: implicit declaration of function ‘dgetrf_’ > [-Werror=implicit-function-declaration] > 703 | ret = dgetrf_(&M, &M, a, &M, ipiv, &ret); /* ret should > be zero, negative if cov is singular */ > | ^~~~~~~ > hmm/hmm.c:730:9: error: implicit declaration of function ‘dgetri_’ > [-Werror=implicit-function-declaration] > 730 | dgetri_(&M, a, &M, ipiv, &lwbest, &lwork, &ret); > | ^~~~~~~ These functions are declared in include/clapack.h, but a recent Debian patch removes #include <clapack.h> from hmm/hmm.c.
-- WBR, wRAR
signature.asc
Description: PGP signature