cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
17 stars 21 forks source link

Pre-built versions of third-party libraries? #974

Open agarny opened 3 years ago

agarny commented 3 years ago

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)?