This updates UNIX binaries to use relative RPATH to libraries and updates run.py to copy bin and lib folders to the same dir when performing --tests_move.
OSX support is not implemented because of technical difficulties. It looks like the most common for OSX is post build updating of the absolute paths on binaries.
Something like this should work (Checked manual way from there):
This updates UNIX binaries to use relative RPATH to libraries and updates run.py to copy bin and lib folders to the same dir when performing --tests_move.
OSX support is not implemented because of technical difficulties. It looks like the most common for OSX is post build updating of the absolute paths on binaries.
Something like this should work (Checked manual way from there):
However it is difficult to get and substitute
<substitution of library name>
part in this command using OSX terminal utilities.In case there are any ideas or suggestions on OSX, I can try to extend run.py move functionality for OSX too.