File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ target_link_options(_ufuncs PRIVATE ${_linker_options})
129129target_link_libraries (_ufuncs PRIVATE mkl_umath_loops)
130130set_target_properties (_ufuncs PROPERTIES C_STANDARD 99)
131131if (UNIX )
132- set_target_properties (_ufuncs PROPERTIES INSTALL_RPATH "$ORIGIN" )
132+ set_target_properties (_ufuncs PROPERTIES INSTALL_RPATH "$ORIGIN/../..;$ORIGIN/../../..;$ORIGIN " )
133133endif ()
134134install (TARGETS _ufuncs LIBRARY DESTINATION mkl_umath)
135135
@@ -140,6 +140,6 @@ target_compile_definitions(_patch PUBLIC NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSI
140140target_link_libraries (_patch PRIVATE mkl_umath_loops)
141141set_target_properties (_patch PROPERTIES C_STANDARD 99)
142142if (UNIX )
143- set_target_properties (_patch PROPERTIES INSTALL_RPATH "$ORIGIN" )
143+ set_target_properties (_patch PROPERTIES INSTALL_RPATH "$ORIGIN/../..;$ORIGIN/../../..;$ORIGIN " )
144144endif ()
145145install (TARGETS _patch LIBRARY DESTINATION mkl_umath)
You can’t perform that action at this time.
0 commit comments