Запуск brew install graph-tool
в MacOs 10.13.4 действительно устанавливает graph-tool
, но openmp
кажется отключенным.
Мне не хватает опции brew
, чтобы включить openmp
?
Я выполнил brew install libomp
до установки graph-tool
.
Python 3.7.2 (default, Dec 27 2018, 07:35:52)
[Clang 10.0.0 (clang-1000.11.45.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import graph_tool as gt
>>> gt.openmp_enabled()
False
>>>