CS-SI / SIRIUS

Sirius - Fast and simple to plug-in C++ resampling library that is taking advantage of the Fourier Transform
https://cs-si.github.io/SIRIUS/html/Sirius.html
GNU General Public License v3.0
6 stars 5 forks source link

Support OpenSUSE #46

Closed tfeuvrier-cs closed 4 years ago

tfeuvrier-cs commented 4 years ago

Travis file updated with OpenSUSE support. Docker image built with following Dockerfile : FROM opensuse/leap RUN zypper -n install \ python \ gcc \ gcc-c++ \ fftw3-devel \ gdal-devel \ python \ cmake

Image docker push in "tfeuvrier/sirius.opensuse.leap:secondtry" repo.

Validated and pushed in develop (#47)