Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 92e4e15c authored by hhakim's avatar hhakim
Browse files

Fix make-install command.

parent 66646f53
Branches
Tags
No related merge requests found
...@@ -23,7 +23,7 @@ otool -L wrapper/python/_FaustCorePy.cpython-*-darwin.so ...@@ -23,7 +23,7 @@ otool -L wrapper/python/_FaustCorePy.cpython-*-darwin.so
for f in wrapper/python/_FaustCorePy.cpython-*-darwin.so; do sudo install_name_tool -change @rpath/libiomp5.dylib /opt/local/lib/libomp/libomp.dylib $f;done for f in wrapper/python/_FaustCorePy.cpython-*-darwin.so; do sudo install_name_tool -change @rpath/libiomp5.dylib /opt/local/lib/libomp/libomp.dylib $f;done
otool -L wrapper/python/_FaustCorePy.cpython-*-darwin.so otool -L wrapper/python/_FaustCorePy.cpython-*-darwin.so
sudo rm -Rf /opt/local/faust # install dir sudo rm -Rf /opt/local/faust # install dir
'sudo make install LANG=en_GB.UTF-8' sudo make install LANG=en_GB.UTF-8
# ensure libomp path also in install path # ensure libomp path also in install path
#TODO: why doing it two times? #TODO: why doing it two times?
for f in wrapper/python/_FaustCorePy.cpython-*-darwin.so;do sudo install_name_tool -change @rpath/libiomp5.dylib /opt/local/lib/libomp/libomp.dylib $f;done for f in wrapper/python/_FaustCorePy.cpython-*-darwin.so;do sudo install_name_tool -change @rpath/libiomp5.dylib /opt/local/lib/libomp/libomp.dylib $f;done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment