如何在OSX Mavericks上构建OpenBLAS

 人一旦_488 发布于 2023-02-04 13:44

我正在尝试在OSX Mavericks上构建OpenBLAS(http://www.openblas.net/)

只需输入'make',它就会在make过程中几分钟内发出错误.

我已经在互联网上寻找解决方案,产生了一些命令行参数建议,例如:

make CC=clang
make MD5SUM='md5 -q'
make MD5SUM='md5 -q' CC=clang
make MD5SUM='md5 -q' CC=clang FC=/Users/pi/Downloads/usr/local/bin/gfortran DYNAMIC_ARCH=1
make MD5SUM='md5 -q' CC=clang FC=/Users/pi/Downloads/usr/local/bin/gfortran DYNAMIC_ARCH=1 USE_THREAD=1 NO_SHARED=1

这些都不起作用.

有人能够没有错误地建立这个库吗?

链接:https : //github.com/xianyi/OpenBLAS/issues/334 http://yurii-aulchenko.blogspot.co.uk/2013/04/building-openblas-for-mac-os-x-1075-lion html的

以下是上面列表中最后一次尝试的错误:

ar -ru ../../../libopenblasp-r0.2.9.rc1.a 
ar: no archive members specified
usage:  ar -d [-TLsv] archive file ...
    ar -m [-TLsv] archive file ...
    ar -m [-abiTLsv] position archive file ...
    ar -p [-TLsv] archive [file ...]
    ar -q [-cTLsv] archive file ...
    ar -r [-cuTLsv] archive file ...
    ar -r [-abciuTLsv] position archive file ...
    ar -t [-TLsv] archive [file ...]
    ar -x [-ouTLsv] archive [file ...]
make[3]: *** [../../../libopenblasp-r0.2.9.rc1.a] Error 1
make[2]: *** [lapacke] Error 2
make[1]: *** [lapackelib] Error 2
make: *** [netlib] Error 2

holodigm.. 11

brew install openblas

给你

Error: No available formula for openblas
Searching taps...
homebrew/science/openblas

那么你

brew install homebrew/science/openblas

https://github.com/Homebrew/homebrew-science/commits/master/openblas.rb

1 个回答
  • brew install openblas
    

    给你

    Error: No available formula for openblas
    Searching taps...
    homebrew/science/openblas
    

    那么你

    brew install homebrew/science/openblas
    

    https://github.com/Homebrew/homebrew-science/commits/master/openblas.rb

    2023-02-04 13:45 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有