What's Changed
- Separated scripts into two sets:
- One set for building "system" images with dependency versions installed from Ubuntu repositories.
- One set for building "custom" images with custom-built dependency versions.
- Custom images no longer include Ubuntu system dependency versions.
- Updated download urls for Boost and HDF5.
- Added new patches for VTK 8.x and 9.x.
- Allowed specifying partial dependency versions e.g.
--version=4
is understood as--version=4.0.0
.
Full Changelog: v0.1.3...v0.1.4