Error building a C/C++ application with COMPSs: Hardcoded path

妖精的绣舞 提交于 2019-12-05 19:17:42

This is a problem that appears when installing from deb or rpm packages. Some scripts have been installed with the compilation paths. To solve it, you have two options:

Reinstall from sources the 1.4 patched version:

wget http://compss.bsc.es/releases/compss/1.4/patches/COMPSs_1.4_07_update.tgz

tar zxvf COMPSs_1.4_07_update.tgz

cd 1.4_07/builders

sudo -E ./buildlocal

or execute the following command

sudo sed -i "s|$HOME/svn/compss/framework/tags/1.4/builders/specs/rpm/compss-c-binding/tmp/BUILDROOT/compss-c-binding-1.4-1.x86_64||g" /opt/COMPSs/Bindings/c/bin/gsbuild
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!