Jaro

Results 134 comments of Jaro

@chessai It is working again, but you added `-v3` in the wrong place.

The log shows: ``` /usr/bin/gcc returned ExitFailure 1 with error message: gcc: error: /opt/arrayfire/lib: No such file or directory ``` I think this is because of the `ld-options` field in...

Yes, I fixed that error on my machine by running `cabal install hspec-discover`.

Now we're seeing real errors :tada:

That was fixed in #17

It seems that #23 forgot to also remove the tests for the Ord instance.

It is strange. There are two builds, pr and push, and they give different outputs: * https://travis-ci.org/arrayfire/arrayfire-haskell/builds/608426254?utm_source=github_status&utm_medium=notification * https://travis-ci.org/arrayfire/arrayfire-haskell/builds/608426245?utm_source=github_status&utm_medium=notification

Oh, I think I know how to fix this. The [linux documentation of arrayfire](http://arrayfire.org/docs/installing.htm#Linux) mentions that you have to do this: > Given sudo permissions, you can add the ArrayFire...

I think that is also the reason for the ld-options field in the cabal file. So another alternative we have is putting: ``` ld-options: -Wl,-rpath /opt/arrayfire/lib64 ``` back in the...