adamwalker / sdr

Software defined radio library in Haskell
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

sdr-0.1.0.1 test suite failure #1

Open peti opened 9 years ago

peti commented 9 years ago

While packaging sdr in NixOS, we've encountered a somewhat mysterious test suite failure in our CI: http://hydra.cryp.to/build/795272/log/raw. Do you happen to have an idea why that test suite reports a failure?

adamwalker commented 9 years ago

Its difficult to know for sure without the test log. I use the test suite to test signal processing code written in C that uses SIMD instructions including AVX2. My guess would be that as AVX2 is relatively new, the instruction set is not supported on your CI server.

I plan to implement checks for AVX, SSE, etc in the near future, which should eliminate this problem.

adamwalker commented 8 years ago

I have implemented the checks. Did this resolve the problem?

peti commented 8 years ago

I've enabled the test suite again in https://github.com/peti/nixpkgs/commit/d7004bb6c89e84c2f5d0e65e5a4cf517c5a6c8bf. I'll let you know what comes out of it ASAP. Right now, we cannot build sdr, unfortunately, because GLUtil won't cope with recent versions of hpp.