ECP-VeloC / VELOC

Very-Low Overhead Checkpointing System
http://veloc.rtfd.io
MIT License
52 stars 21 forks source link

VELOC install 64 bit libraries in /usr/lib instead of /usr/lib64 #25

Closed Alessandro-Barbieri closed 4 years ago

Alessandro-Barbieri commented 4 years ago

Too many hardcoded stuff, please let the user override the install paths with CMAKE_INSTALL_LIBDIR https://github.com/ECP-VeloC/VELOC/blob/master/src/modules/CMakeLists.txt#L12 https://github.com/ECP-VeloC/VELOC/blob/master/src/lib/CMakeLists.txt#L13 https://github.com/ECP-VeloC/VELOC/blob/master/src/backend/CMakeLists.txt#L12

bnicolae commented 4 years ago

Thanks for the suggestion, fixed!