Khanattila / KNLMeansCL

An optimized OpenCL implementation of the Non-local means de-noising algorithm
GNU General Public License v3.0
107 stars 22 forks source link

Change build system #32

Closed 4re closed 6 years ago

4re commented 6 years ago

This is easier to maintain and works pretty well.

I did try to update travis.yml but I'm not sure the changes I did are sufficient.

4re commented 6 years ago

I guess trusty is just too old.

Khanattila commented 6 years ago

Yes definitely. Package meson

Khanattila commented 6 years ago

But you can give it a try using ninja.

4re commented 6 years ago

Yeah, I saw that, and about ninja, the thing is it is only a dumb tool like make, you usually use a smart and cool thing like autotools (mature but with a horrible syntax) or meson to do the job.

4re commented 6 years ago

Reopening it to see if Travis lets me install meson one way or another.

4re commented 6 years ago

OK, I guess somehow I managed :(

Khanattila commented 6 years ago

Thanks for your effort @4re. I will review it as soon as possible.