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
41 stars 28 forks source link

#386: fix compilation of java when using gnumake #387

Closed fbergmann closed 2 months ago

fbergmann commented 3 months ago

Description

javabindings where not compiling when using the configure based process.

Motivation and Context

fixes #386

Types of changes

Checklist:

Testing

can be tested using ./configure --with-java && make