首页 > 解决方案 > MacOS Sierra - brew 安装禁用 openmp 的图形工具

问题描述

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
>>> 

标签: openmphomebrewgraph-tool

解决方案


推荐阅读