haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

My package depends on `hmatrix-glpk` and the build fails on Hackage #372

Open stla opened 1 year ago

stla commented 1 year ago

Hello,

I submitted a package depending on hmatrix-glpk to Hackage. The build fails because the glpk library is not found. Would you know whether there's a solution of this problem?

idontgetoutmuch commented 1 year ago

You can try and persuade the guardians of Hackage to add that to their build system but maybe it is better to build the docs locally and then upload them.