Hi Henning,
I think there are 3 options (in nix - they may not work elsewhere)
- Use openblas rather than blas
- Replace `PkgConfig-Depends: blas` with `PkgConfig-Depends: lapack`
- Fix nix to generate .pc files for blas (it does this for openblas and lapack, the latter also generates a blas.pc file
I don’t have a strong preference but I think I’d go for using openblas. I can send a patch but of course it’s a 1 line change so maybe you could just do it yourself and release a new version to hackage?
Dominic Steinitz
Twitter: @idontgetoutmuch