Add new comment

I'm unable to build openmp

I'm unable to build openmp app with Xcode/clang because of omp.h missing. find / -name omp.h returns nothing.

So:
1) It is not possible to compile LibRaw with openmp using standard Apple tools (12.4 and 12.5)
2) If you was able to compile it: that means you have omp.h from some other build tools, we're unable to provide support in that case. You may add some #error preprocessor directives into LibRaw sources near #pragma omp to make sure it compiled with openmp or not.

-- Alex Tutubalin @LibRaw LLC