clMathLibraries / clFFT

a software library containing FFT functions written in OpenCL
Apache License 2.0
619 stars 192 forks source link

Create debian package #209

Closed ThijsWithaar closed 6 years ago

ThijsWithaar commented 7 years ago

Generate a debian package, with correct folder names. Also fixed a compiler warning and linker error on debian

bragadeesh commented 6 years ago

The travis CI build is failing like before due to DEB, can you see why? https://travis-ci.org/clMathLibraries/clFFT/jobs/307157987

ThijsWithaar commented 6 years ago

Mmm, the key line seems to be: "CPack Error: Cannot initialize CPack generator: DEB"

I assumed that the .deb generator would be available on other linux systems as well, this might not be the case. I'll go google a bit.

bragadeesh commented 6 years ago

thanks