Replies: 1 comment 2 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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