Hi, I have downloaded the latest release of TCR match and I'm trying to compile it, but I get the following error after running make in the folder
g++ -std=c++11 -fopenmp -O3 -g -o tcrmatch src/main.cpp
clang: error: unsupported option '-fopenmp'
clang: error: unsupported option '-fopenmp'
make: *** [tcrmatch] Error 1
I have updated Xcode, cmake, gcc, libomp but still I get the same. Can you help me?