gcc via homebrew has no --without-multilib option

断了今生、忘了曾经 提交于 2019-12-10 14:21:21

问题


I want to install xgboost in Python 3.5. This requires gcc to support -fopenmp option. Default gcc does not support it. So I am using

brew install gcc --without-multilib

But I get Warning: gcc: this formula has no '--without-multilib' option so it will be ignored! Any ideas?


回答1:


The option no longer exists, since 8/2017. Many older 3rd-party xgboost instructions are outdated. Just do brew install gcc without options and be amazed that everything still works.



来源:https://stackoverflow.com/questions/47263504/gcc-via-homebrew-has-no-without-multilib-option

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!