seoreh1
Results
2
comments of
seoreh1
If I change GIT_VERSION = subprocess.check_output("git describe --always", shell=True) to GIT_VERSION = subprocess.call("git describe --always", shell=True) I get this error: unsupported option '-fopenmp' error: command 'gcc' failed with exit status...
I looked back and I think. that the problem is with the preliminary setup: cmake -DCMAKE_BUILD_TYPE=release . make sudo make install I run DCMAKE_BUILD_TYPE=release . and it says:-- Could NOT...