Uh oh!
There was an error while loading. Please reload this page.
Improve build system and update to 23.0.3 - #36
Conversation
The NuGet packages are now specified in the packages.config - then the InstallPackages.bat and BuildNativeBin.bat are redundant, right? |
JesperGr
commented
Jul 16, 2025
The patchelf stuff for Linux should be set already by most, if not all, components already. That step can potentially be removed. |
JesperGr
commented
Jul 16, 2025
Apart from that, things looks pretty neat 🥇 👍 |
ryan-kipawa
commented
Jul 17, 2025
Right! |
ryan-kipawa
commented
Jul 17, 2025
I noticed one component was missing it (maybe it didn't require it). |
Uh oh!
There was an error while loading. Please reload this page.
Is this what you had in mind @ecomodeller?
I tried to simplify our build process by:
uv syncoruv buildcommand to get up and running (see updated README.md)All tests seem to pass for Linux and Windows. I tested it on the latest dev branch of MIKE IO, and only two tests failed (one for a new EUM and one for a floating point rounding).
Things we could continue further with: