sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
38 stars 28 forks source link

- ensure expat can be found when crosscompiling #368

Closed fbergmann closed 2 months ago

fbergmann commented 2 months ago

Description

expat is currently not found when crosscompiling, this commit fixes the issue

Motivation and Context

fixes the issue that pyodide cant compile libsbml

Types of changes

Checklist:

Testing

fbergmann commented 2 months ago

@skeating, the test failure has nothing to do with the changes in this PR, just letting you know