-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Why hmatrix-gsl needs gsl-0 #312
Comments
I think this is resolved by #332. |
As of now hmatrix-gsl on both hackage and stackage still can't compile on windows because of this. Is there any reason hmatrix-gsl and hmatrix-special on hackage and stackage haven't been updated in a while? If there's any bottlenecks there I'd be happy to help. |
mpilgrem
added a commit
to mpilgrem/hmatrix
that referenced
this issue
Sep 9, 2021
This proposal updates INSTALL.md for the following: * stack comes with `msys2-20200903` * MSYS2 `pacman -Syu` has further keyring issues which can be overcome (msys2/MSYS2-packages#2058 (comment)) * The incorrect `hmatrix-gsl-0.19.0.1` is still the latest on Hackage (haskell-numerics#312) * Invoking `stack ghci` in the respository root folder fails, apparently because of a bug in GHC, but `stack ghci` works in the `tests` folder if an appropriate `stack.yaml` is created * The unit tests actually fail (haskell-numerics#333)
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I wonder why
hmatrix-gsl
needsgsl-0
library. Actually, in msys2, after runningpacman -S mingw-w64-x86_64-gsl
, the lib installed isgsl
, notgsl-0
.If I download the source files, edit
hmatrix-gsl.cabal
and change thegsl-0
reference togsl
, the following error occurs:I have no idea about this error.
The text was updated successfully, but these errors were encountered: