Conversation
Uh oh!
There was an error while loading. Please reload this page.
@chessai I'll check out haskell-ci tonight, bigger issue is why cabal on ubuntu doesn't respect |
@chessai try passing the |
@chessai It is working again, but you added |
okay, the library is building, but running anything is failing with:
|
That was fixed in #17 |
It seems that #23 forgot to also remove the tests for the Ord instance. |
looks like this isnt getting copied in properly |
It is strange. There are two builds, pr and push, and they give different outputs: |
Oh, I think I know how to fix this. The linux documentation of arrayfire mentions that you have to do this:
|
extending LD_LIBRARY_PATH worked. Test suite now fails with:
Which i think is a problem with floating point arithemtic |
Uh oh!
There was an error while loading. Please reload this page.
I get a similar error message in #13 (comment). |
- use haskell-ci - download arrayfire installer and unpack to /opt/arrayfire/ - remove Ord tests from test suite - use shouldBeEps for comparing Array Double nix updates - change shellHooks to use runhaskell instead of cabal-v1 - extend LD_LIBRARY_PATH to include $AF_LIB - ghcid shellHook uses -fno-nocode - get tests to build and _almost_ pass
OK, we now have CI for GHC 8.4.4, 8.6.5, and 8.8.1. @noughtmare @dmjio please review when you have time. |
No description provided.