我正在尝试安装Calculix的2.16版本。根据(https://github.com/precice/calculix-adapter/wiki/Installation-instructions-for-CalculiX)to我的系统(Ubuntu 16) )进行安装时,我会收到一条错误消息
home/user/CalculiX/CalculiX/ccx_2.16/src/Makefile.inc:(Makefile:66:
没有这样的文件或目录)。
这是Makefile中第66行的代码:
# Include a list of all the source files
include $(CCX)/Makefile.inc # CCX = $/home/user/CalculiX/calculix-adapter-master
SCCXMAIN = ccx_2.15.c我尝试将Makefile.inc复制到两个目录。我从一开始就尝试重新安装SPOOLES,ARPACK和yaml-cpp。但在最后一步,当我需要使用"make“来构建wiki中描述的库时,我还没有做到这一点--现在在calculix适配器--主文件夹中编辑Makefile以设置库的路径(SPOOLES、CCX、ARPACK、YAML)并使用make构建。有人能为这个问题提供一些建议吗。谢谢你的帮助。
发布于 2021-04-18 05:47:51
您需要下载以下src文件
wget http://www.dhondt.de/ccx_2.16.src.tar.bz2
然后使用
tar xvjf ccx_2.16.src.tar.bz2在此之后,运行precice适配器的make命令。
https://stackoverflow.com/questions/61657453
复制相似问题