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
We will have more and more trouble with shared libraries. Most importantly this will hit is more with the HDF5 library. On linux, we have system HDF5 libraries, some distributed with Python, some with MATLAB. Ideally we just use the one that STIR was compiled with.
We will have more and more trouble with shared libraries. Most importantly this will hit is more with the HDF5 library. On linux, we have system HDF5 libraries, some distributed with Python, some with MATLAB. Ideally we just use the one that STIR was compiled with.
Some links
https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling
https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#creating-relocatable-packages
The text was updated successfully, but these errors were encountered: