Blender Git Commit Log

Git Commits -> Revision b7a9e98

Revision b7a9e98 by Arto Kitula (master)
January 26, 2019, 14:48 (GMT)
macOS: add support for OpenMP, making smoke/fluid/cloth simulations faster.

This bring macOS on par with Windows and Linux. It uses the OpenMP library
added to our precompiled libraries.

Custom flags are set because FindOpenMP from CMake below 3.12 does not support
AppleClang, and more recent versions do not work with our custom directory
location either.

Differential Revision: https://developer.blender.org/D4257

Commit Details:

Full Hash: b7a9e980a11a085a3bc7ef8e267b967197f47447
Parent Commit: 8d4c477
Committed By: Brecht Van Lommel
Lines Changed: +32, -8

5 Modified Paths:

/build_files/build_environment/cmake/harvest.cmake (+4, -0) (Diff)
/build_files/build_environment/cmake/openmp.cmake (+2, -1) (Diff)
/build_files/cmake/platform/platform_apple.cmake (+15, -6) (Diff)
/CMakeLists.txt (+4, -1) (Diff)
/source/creator/CMakeLists.txt (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021