Device info:
- Macbook Pro, mid-2015, Intel processor
- macOS Montery (12.3)
After git cloneing and cding into the python directory, running python setup.py build results in the following error:
$ python setup.py build
running build
running build_py
running build_ext
building '_CSF' extension
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/lusk/miniconda3/envs/PointClouds/include -fPIC -O2 -isystem /Users/lusk/miniconda3/envs/PointClouds/include -I/usr/local/opt/llvm/include -I/Users/lusk/miniconda3/envs/PointClouds/include/python3.9 -c ../src/CSF.cpp -o build/temp.macosx-10.9-x86_64-3.9/../src/CSF.o -fopenmp
clang: error: unsupported option '-fopenmp'
error: command '/usr/bin/clang' failed with exit code 1
I've tried installing the homebrew gcc package and then linking gcc to use gcc-11, but the issue persists.
Device info:
After
git cloneing andcding into thepythondirectory, runningpython setup.py buildresults in the following error:I've tried installing the homebrew gcc package and then linking gcc to use gcc-11, but the issue persists.