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
I was testing a relocatable python 3.6.6 build recipe, installed locally to ~/packages/.
In this package's lib/ directory one has libpython3.6.m.so.1.0 and symbolic links libpython3.6m.so and libpython3.so to it.
When using rez-cp to test copying from install location A to B, it did copied everything, however the symbolic links were not retained - one now has 3 shared libraries, instead of libpython3.so, libpython3.6m.so symlinks to libpython3.6m.so.1.0 shared library.
Is there any way to preserve the symlinks from the original install?
Thanks in advance.
Luis
The text was updated successfully, but these errors were encountered:
Hi
I was testing a relocatable python 3.6.6 build recipe, installed locally to ~/packages/.
In this package's lib/ directory one has libpython3.6.m.so.1.0 and symbolic links libpython3.6m.so and libpython3.so to it.
When using rez-cp to test copying from install location A to B, it did copied everything, however the symbolic links were not retained - one now has 3 shared libraries, instead of libpython3.so, libpython3.6m.so symlinks to libpython3.6m.so.1.0 shared library.
Is there any way to preserve the symlinks from the original install?
Thanks in advance.
Luis
The text was updated successfully, but these errors were encountered: