v01-07-03
-
2024-05-28 Andre Sailer (PR#35)
- RPATH: set rpath to
$ORIGIN/../${CMAKE_INSTALL_LIBDIR}
- RPATH: set rpath to
-
2024-05-02 jmcarcell (PR#34)
- Write rpaths when installing. Fixes an issue introduced in #32 where rpaths are not being written.
-
2024-05-02 tmadlener (PR#33)
- Bump the default c++ version to 17 as that is what we have been using for at least a few years now.
-
2024-04-29 Frank Gaede (PR#32)
- replace
ilcsoft_default_rpath_settings.cmake
with the one from LCIO- see iLCSoft/LCIO#121
- this fixes the rpath settings for all iLCSoft tools using this script to work on MacOS
- (needed to install the key4hep stack on darwin)
- replace
-
2024-04-29 Tao Lin (PR#20)
- Fix the problem: the system GSL may be picked. See details in key4hep/key4hep-spack#77