SyneRBI / SIRF-SuperBuild

SIRF CMake SuperBuild
http://www.ccpsynerbi.ac.uk
Apache License 2.0
15 stars 17 forks source link

lib64 run-time problems #497

Closed KrisThielemans closed 3 years ago

KrisThielemans commented 3 years ago

@paskino observed that parallelproj shared libraries were installed on his CentOS system in install/lib64 rather than install/lib, then leading to a run-time problem.

That'll be because @gschramm uses GNUInstallDirs. It's amazing that we only see this now. I think the best way to handle this is to add it to our LD_LIBRARY_PATH in the env* scripts.

Originally posted by @KrisThielemans in https://github.com/SyneRBI/SIRF-SuperBuild/issues/495#issuecomment-783970373

KrisThielemans commented 3 years ago

fixed in #495