我想在Python3.5中安装xgboost。这就需要gcc支持-fopenmp option。默认的gcc不支持。所以我正在使用
brew install gcc --without-multilib但我有什么想法给Warning: gcc: this formula has no '--without-multilib' option so it will be ignored!吗?
发布于 2018-10-19 11:01:59
The option no longer exists, since 8/2017。许多较旧的第三方xgboost说明已经过时了。只需在没有选项的情况下执行brew install gcc,就会惊讶于一切都还能正常工作。
https://stackoverflow.com/questions/47263504
复制相似问题