首页 > 解决方案 > 与 Apple Silicon M1 一致

问题描述

我正在尝试按照这些说明安装QSOPT链接的协和飞机。关于 QSOPT,我从 Intel MacOS 10.6 (64-Bit) 部分下载了文件。但是,因为我有 Apple M1 芯片,所以它不起作用。我认为问题出在 QS 的 arm64 架构中,但是对于英特尔处理器的其他更多商业软件,多亏了 Rosetta,我没有遇到任何问题。

我跑步时遇到的错误

./configure --host=darwin --with-qsopt=fullpath/QS

ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [concorde] Error 1

交叉发布在 Stack Exchange - 运筹学

标签: cmacos-big-surapple-m1

解决方案


Thanks to the support of Bill Cook, it is now available a version of qsopt.a for the M1 Apple Chip on the QSOPT download page. This perfectly worked for me by run

./configure --host=darwin --with-qsopt=fullpath/QS


推荐阅读