We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The installation on Mac crashes due to a problem with setting the RPATH:
-- Installing: /Users/aichhorn/work/progs/TRIQS1.x/lib/libcthyb_matrix_c.dylib error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /Users/aichhorn/work/progs/TRIQS1.x/lib/libcthyb_matrix_c.dylib (for architecture x86_64) option "-add_rpath /Users/aichhorn/work/progs/TRIQS1.x/lib" would duplicate path, file already has LC_RPATH for: /Users/aichhorn/work/progs/TRIQS1.x/lib
This happens only since a few days, so I guess it is due to a recent update on my Mac. I use 10.9.2, and XCode 5.1 (5B130a), cmake version 2.8.12.1
The installation of TRIQS itself works, though. On Linux everything works fine, too.
The text was updated successfully, but these errors were encountered:
I'm getting this same error message on another project. Did you ever resolve this and understand what caused it?
Sorry, something went wrong.
No branches or pull requests
The installation on Mac crashes due to a problem with setting the RPATH:
-- Installing: /Users/aichhorn/work/progs/TRIQS1.x/lib/libcthyb_matrix_c.dylib
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /Users/aichhorn/work/progs/TRIQS1.x/lib/libcthyb_matrix_c.dylib (for architecture x86_64) option "-add_rpath /Users/aichhorn/work/progs/TRIQS1.x/lib" would duplicate path, file already has LC_RPATH for: /Users/aichhorn/work/progs/TRIQS1.x/lib
This happens only since a few days, so I guess it is due to a recent update on my Mac. I use 10.9.2, and XCode 5.1 (5B130a), cmake version 2.8.12.1
The installation of TRIQS itself works, though. On Linux everything works fine, too.
The text was updated successfully, but these errors were encountered: