Built bpy on osx (removed openMP, JPEG, etc) but segfaults on import

Hi there,

Has anyone built the blender 2.8 python module successfully on OSX?
after much trying and turning off

-DWITH_CODEC_FFMPEG=OFF
-DWITH_IMAGE_OPENJPEG=OFF
-DWITH_OPENIMAGEIO=OFF
-DWITH_AUDASPACE=OFF
-DWITH_OPENMP=OFF

I managed to build it, but when I install and import the bpy.so,
it gives me a segmentation fault (sig 11) directly on import.

Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.4.0
ProductName:|Mac OS X
ProductVersion:10.13.3
BuildVersion:17D47

I’d love to hear your success story :slight_smile:

Jochem