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
entropy currently uses a custom Setup.hs to decide whether it can use RDRAND. This means that it cannot be cross-compiled.
From the comments in the cabal file I conclude that it's not possible to make the build-type depend on a flag, is that correct? Having a flag to override this behaviour would help.
Currently the workaround is to locally modify this package (to have build-type: Simple), but that's rather inconvenient.
The text was updated successfully, but these errors were encountered:
entropy
currently uses a customSetup.hs
to decide whether it can use RDRAND. This means that it cannot be cross-compiled.From the comments in the cabal file I conclude that it's not possible to make the
build-type
depend on a flag, is that correct? Having a flag to override this behaviour would help.Currently the workaround is to locally modify this package (to have
build-type: Simple
), but that's rather inconvenient.The text was updated successfully, but these errors were encountered: