Alex, > > by default the hpx libraries are installed to PREFIX/lib/, also on a > 64bit > > system. > > We could make use of GNUInstallDirs.cmake. > > This would provide a set of standard cache-editable destination location > > variables (e.g. CMAKE_INSTALL_LIBDIR) > > and the library install dir is initialized to lib/, lib64/ or the > debian- > > multiarch dir on debian systems. > > > > If you agree I can prepare a PR. > > Please, by all means, go ahead.
Just an additional note. If we do this we will need to change some spots in the code itself as we have this hard-coded: https://github.com/STEllAR-GROUP/hpx/blob/master/src/util/find_prefix.cpp#L1 07 https://github.com/STEllAR-GROUP/hpx/blob/master/src/util/runtime_configurat ion.cpp#L134 https://github.com/STEllAR-GROUP/hpx/blob/master/src/util/runtime_configurat ion.cpp#L390 HTH Regards Hartmut --------------- http://boost-spirit.com http://stellar.cct.lsu.edu _______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
