v2.5.2
Bug fix release for some build issues and a fix to the wait_for_current_time
flag
Fixed
- Bug in the timing subsystem that was preventing the
wait_for_current_time
flag from functioning properly - Fixed some oddities in the java tests, that were doing confusing things and happened to work because of the bug in the timing subsystem
- A build system issue that caused the automated generation of python packages to fail on the 2.5.1 release. This was caused by overriding the output build location in all cases, when it should have been limited if the python interface is getting built separately.
- A few cppcheck issue from the new check (#1414)
Added
- Add print_systeminfo flag to root helics_benchmark command (#1417)
- Added cppcheck github action for PR's