You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to run a very simple program (just prints a matrix) after doing two things:
I added constraint: hmatrix +no-random_r to ~/.cabal/config
I checked out the hmatrix source and changed tho only occurrence of if os(freebsd) to if os(freebsd) || os(dragonfly) in hmatrix.cabal, and made a cabal.project file pointing to the modified source.
Just tried to use HMatrix on current DragonflyBSD. Here's what I see. (My file
nc.cabal
listshmatrix
as a dependency.)This seems similar to #125. I guess
struct random_data
is a Linux-only thing.The text was updated successfully, but these errors were encountered: