TRIQS / cthyb_matrix

DEPRECATED -- CTQMC Hybridisation expansion
1 stars 4 forks source link

Problem with setting RPATH in installation step on Mac #7

Open aichhorn opened 10 years ago

aichhorn commented 10 years ago

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.

lgritz commented 9 years ago

I'm getting this same error message on another project. Did you ever resolve this and understand what caused it?