otbtf icon indicating copy to clipboard operation
otbtf copied to clipboard

Remove the dirty hack

Open eclipse95 opened this issue 9 months ago • 3 comments

Hi, I see that there is a "dirty hack" in the Dockerfile. I see that your module uses C++17 and OTB doesn't fully support it. This PR set C++ 17 only for your module in CMakefile. So, it removed the dirty hack in the Dockerfile.

I have also added Python dependencies in the setup.py. I have split the PR in 3 distinct commits if you prefer cherry-pick it.

eclipse95 avatar May 17 '24 14:05 eclipse95