pepijndevos / futhark-pycffi

Python library using the Futhark C backend via CFFI
MIT License
23 stars 7 forks source link

Fix travis build #14

Closed philass closed 4 years ago

philass commented 4 years ago

Sorry I know that you aren't actively working on this. But since the time it was built before my last build, things have changed with travis. Travis used to default to the trusty distro but now changed to default to the xenial distro. This creates problems with OpenCL, as it seems xenial doesn't have it by default. I have changed it so now we default to trusty (the way it used to be when build passed on travis).

I feel partly responsible as my last change broke the build even if it was really travis changing some things up. Should be fixed now.

pepijndevos commented 4 years ago

Hey cool, thank! Yea I noticed the build broke with some OpenCL error. Very strange.