SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

clang: error: unsupported option '-fopenmp' #166

Open sunruina2 opened 4 years ago

sunruina2 commented 4 years ago

make [ 20%] Building CXX object CMakeFiles/warpctc.dir/src/ctc_entrypoint.cpp.o clang: error: unsupported option '-fopenmp' make[2]: [CMakeFiles/warpctc.dir/src/ctc_entrypoint.cpp.o] Error 1 make[1]: [CMakeFiles/warpctc.dir/all] Error 2 make: *** [all] Error 2

sunruina2 commented 4 years ago

cmake -version cmake version 3.17.3

CMake suite maintained and supported by Kitware (kitware.com/cmake).

dzubke commented 3 years ago

I think this comment should resolve the issue: https://github.com/SeanNaren/warp-ctc/issues/85#issuecomment-503317343

If so, please close the issue.