[hpx-users] Libraries installed to lib/ (and not lib64/) ?

2017-03-16 Thread Alexander Neundorf
Hi,

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.

Alex

___
hpx-users mailing list
hpx-users@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users


Re: [hpx-users] Libraries installed to lib/ (and not lib64/) ?

2017-03-16 Thread Hartmut Kaiser
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.

Regards Hartmut
---
http://boost-spirit.com
http://stellar.cct.lsu.edu



___
hpx-users mailing list
hpx-users@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users


Re: [hpx-users] Libraries installed to lib/ (and not lib64/) ?

2017-03-17 Thread Hartmut Kaiser
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
hpx-users@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users