Closed SimeonEhrig closed 2 days ago
fix #2413
Install OpenMP on MacOS simply via brew install libomp instead using custom ruby script. It's look like, the problem was that Python 2 was installed in the images in the past. Now only Python 3 is installed in the images.
brew install libomp
fix #2413
Install OpenMP on MacOS simply via
brew install libomp
instead using custom ruby script. It's look like, the problem was that Python 2 was installed in the images in the past. Now only Python 3 is installed in the images.