Entering edit mode
6 months ago
yuxinNing
•
0
Hi, I' trying to install vg on my MacBook, but got errors after installing all dependencies:
...
The compiler is Apple Clang that needs libomp for OpenMP support.
Makefile:39: *** Could not find libomp. Please install it using Homebrew or MacPorts.. Stop.
make: *** [lib/libgcsa2.a] Error 2
The command brew info libomp returns:
==> libomp: stable 20.1.0 (bottled) [keg-only]
...
Exporting the PATH doesn't change anything.