Skip to content

Commit

Permalink
Release Notes for v01-07-03
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 31, 2024
1 parent 69e46cd commit f896e89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v01-07-03

* 2024-05-28 Andre Sailer ([PR#35](https://github.com/iLCSoft/iLCUtil/pull/35))
- RPATH: set rpath to `$ORIGIN/../${CMAKE_INSTALL_LIBDIR}`

* 2024-05-02 jmcarcell ([PR#34](https://github.com/iLCSoft/iLCUtil/pull/34))
- Write rpaths when installing. Fixes an issue introduced in https://github.com/iLCSoft/iLCUtil/pull/32 where rpaths are not being written.

* 2024-05-02 tmadlener ([PR#33](https://github.com/iLCSoft/iLCUtil/pull/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](https://github.com/iLCSoft/iLCUtil/pull/32))
- replace `ilcsoft_default_rpath_settings.cmake` with the one from LCIO
- see https://github.com/iLCSoft/LCIO/pull/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)

* 2024-04-29 Tao Lin ([PR#20](https://github.com/iLCSoft/iLCUtil/pull/20))
- Fix the problem: the system GSL may be picked. See details in https://github.com/key4hep/k4-spack/issues/77

# v01-07-02

* 2024-01-15 tmadlener ([PR#31](https://github.com/iLCSoft/iLCUtil/pull/31))
Expand Down

0 comments on commit f896e89

Please sign in to comment.