Replies: 2 comments 3 replies
-
|
In normal fashion I find a solution directly after asking for help: Is this the correct way to fix the issue? Downstream (in a nix shell) I replace |
Beta Was this translation helpful? Give feedback.
-
|
Some experimentation led to tmplt/hmatrix-gsl-mwe@4e764e7: I cannot reproduce when building an executable rather than a test-suite. I tried adding an explicit call to the MWE and see if it did anything: tmplt/hmatrix-gsl-mwe@ef7e3f5. Here, the explicit call works as expected, but the Perhaps this is an issue with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Some time during the last eight months,
hmatrix-gslseems to have broken in nixpkgs: if master or unstable is used, aundefined symbol: cblas_ctrmvwill result during run-time. This is most likely an upstream issue, but I figured a first step was to pin a working derivation in my Haskell library, so that downstream users don't have to match an eight-month old nixpkgs. But I haven't had much luck with that.I've created an MWE via https://github.com/tmplt/hmatrix-gsl-mwe
In short: how can I override the
gslinput tohmatrix-gslso that it is pinned to a known working version?Or is the root issue elsewhere? I'm bumping from GHC 9.6.6 to 9.10.3, after all.
This may not be a haskell-flake issue at all, but I figure I'll start here.
Beta Was this translation helpful? Give feedback.
All reactions