﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5520	OMSI build fails with newer sundials	Per Östlund	Martin Sjölund	"OMSI failed to build for me with an error from SimulationRuntime/OMSI/solver/CMakeLists.txt:
{{{
CMake Error at solver/CMakeLists.txt:63 (STRING):
  STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.
}}}
It's looking for the pattern `#define SUNDIALS_PACKAGE_VERSION ""...""` in `sundials_config.h` to determine the sundials version, but it wasn't working on my system. The reason turned out to be that I had sundials 4.1.0 installed (3rdParty has 2.6.2), where `SUNDIALS_PACKAGE_VERSION` has been changed to `SUNDIALS_VERSION`.

I ""solved"" it by uninstalling sundials, since I wasn't sure why I even had it installed. But this should be fixed anyway, either by ignoring system-installed sundials or making the version detection more robust."	defect	new	normal	Future	Build Environment	v1.14.0-dev-nightly			Willi Braun Niklas Worschech Andreas Heuermann
