Hi,
I’m building with precompiled libraries and getting this message lately:
Configuring Blender in “/home/mick/blender-git/build_linux” …
– Using pre-compiled LIBDIR: /home/mick/blender-git/blender/…/lib/linux_centos7_x86_64
– Could NOT find OpenMP_C (missing: OpenMP_gomp_LIBRARY OpenMP_pthread_LIBRARY) (found version “4.5”)
– Could NOT find OpenMP_CXX (missing: OpenMP_gomp_LIBRARY OpenMP_pthread_LIBRARY) (found version “4.5”)
– Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
– SSE2 SIMD instructions enabled
– Could NOT find OpenMP_C (missing: OpenMP_gomp_LIBRARY OpenMP_pthread_LIBRARY OpenMP_gomp_LIBRARY OpenMP_pthread_LIBRARY) (found version “4.5”)
– Could NOT find OpenMP_CXX (missing: OpenMP_gomp_LIBRARY OpenMP_pthread_LIBRARY OpenMP_gomp_LIBRARY OpenMP_pthread_LIBRARY) (found version “4.5”)
– Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
– OpenMP not found, disabling WITH_OPENMP
– Tests: Using Python executable: /home/mick/blender-git/lib/linux_centos7_x86_64/python/bin/python3.9
– Disabling render tests because tests folder does not exist at /home/mick/blender-git/blender/…/lib/tests
– Configuring done
– Generating done
– Build files have been written to: /home/mick/blender-git/build_linux
Building is successful, but I want it to build with OpenMP, so how do I fix this?
My OS has openmp 11.1.0 and openmpi 4.0.5 installed.