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})
129
129
target_link_libraries (_ufuncs PRIVATE mkl_umath_loops )
130
130
set_target_properties (_ufuncs PROPERTIES C_STANDARD 99 )
131
131
if (UNIX )
132
- set_target_properties (_ufuncs PROPERTIES INSTALL_RPATH "$ORIGIN" )
132
+ set_target_properties (_ufuncs PROPERTIES INSTALL_RPATH "$ORIGIN/../..;$ORIGIN/../../..;$ORIGIN " )
133
133
endif ()
134
134
install (TARGETS _ufuncs LIBRARY DESTINATION mkl_umath )
135
135
@@ -140,6 +140,6 @@ target_compile_definitions(_patch PUBLIC NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSI
140
140
target_link_libraries (_patch PRIVATE mkl_umath_loops )
141
141
set_target_properties (_patch PROPERTIES C_STANDARD 99 )
142
142
if (UNIX )
143
- set_target_properties (_patch PROPERTIES INSTALL_RPATH "$ORIGIN" )
143
+ set_target_properties (_patch PROPERTIES INSTALL_RPATH "$ORIGIN/../..;$ORIGIN/../../..;$ORIGIN " )
144
144
endif ()
145
145
install (TARGETS _patch LIBRARY DESTINATION mkl_umath )
You can’t perform that action at this time.
0 commit comments