You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installed shared library libsuperlu.dylib does not have the correct rpath because you do not set CMAKE_INSTALL_NAME_DIR:STRING properly in CMakeList.txt
Current fix is for the user to provide it on the cmake command line
-DCMAKE_INSTALL_NAME_DIR:STRING=/installdirectory
The text was updated successfully, but these errors were encountered:
What shall I set CMAKE_INSTALL_NAME_DIR:STRING=??? in CMakeLists.txt? I
googled quite a bit, the cmake document is not helpful for this item.
Someone posted this: airspy/airspyone_host#15
The installed shared library libsuperlu.dylib does not have the correct
rpath because you do not set CMAKE_INSTALL_NAME_DIR:STRING properly in
CMakeList.txt
Current fix is for the user to provide it on the cmake command line
-DCMAKE_INSTALL_NAME_DIR:STRING=/installdirectory
—
Reply to this email directly or view it on GitHub #5.
The installed shared library libsuperlu.dylib does not have the correct rpath because you do not set CMAKE_INSTALL_NAME_DIR:STRING properly in CMakeList.txt
Current fix is for the user to provide it on the cmake command line
-DCMAKE_INSTALL_NAME_DIR:STRING=/installdirectory
The text was updated successfully, but these errors were encountered: