As far as I can tell, libCellML relies only on two third-party libraries: libxml2 and zlib. Would it be worth providing pre-built binaries for them? This is what is done in libOpenCOR (see here and here). FWIW, @dbrnz mentioned to me zlib-ng, a drop-in replacement for zlib. It's significantly faster than zlib, so it might be worth using (zlib-ng offers API compatibility, if needed)?
As far as I can tell, libCellML relies only on two third-party libraries:
libxml2
andzlib
. Would it be worth providing pre-built binaries for them? This is what is done in libOpenCOR (see here and here). FWIW, @dbrnz mentioned to mezlib-ng
, a drop-in replacement forzlib
. It's significantly faster thanzlib
, so it might be worth using (zlib-ng
offers API compatibility, if needed)?