- Package:
- libgemmlowp-dev
- Source:
- libgemmlowp-dev
- Description:
- small self-contained low-precision GEMM library
- Submitter:
- Helmut Grohne
- Date:
- 2026-02-04 08:37:09 UTC
- Severity:
- normal
libgemmlowp-dev looks like a header-only library, but is not exactly. It also contains a static library and a bunch of cmake files on architecture-dependent paths. Therefore, a cross build of tensorflow is unable to locate gemmlowp. Please remove the erroneous foreign marking or ensure that no files are installed to architecture-dependent paths. Helmut