sparse-som
sparse-som copied to clipboard
Installation on MacOS X: clang: error: unsupported option '-fopenmp'
This package works perfectly on Linux, but I cannot install it on MacOS X. Both, installing with pip install sparse-som
or installing from source with cd src && make all
give
clang: error: unsupported option '-fopenmp'
It would be great if I could use the package on all major operating systems.
Hi,
The problem is I haven't a Mac to try by myself...
Maybe this SO post can help you to fix the issue, the question is basically how to compile with OpenMP support on MacOS.