-
Notifications
You must be signed in to change notification settings - Fork 5
Latest release #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
luciansmith
wants to merge
55
commits into
release
Choose a base branch
from
develop
base: release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Latest release #54
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(and change how we find zlib for it.)
(and libsbml; a minor change)
Memory leak fixes and significant efficiency updates.
- the third-party nleq2 is updated to the latest version
The libsbml update puts us back on the main branch after having lived in an auxilliary branch for quite some time--things are finally fixed there that work well enough that both we and the libsbml team are happy. It also fixes a bug we found in libsbml in the render implementation.
The major change was the ability to set/get notes as markdown. Also a fix for reading/writing biomodel 988, which had weirdnesses with the layout extension.
The latest compilers should also create the most efficient code, so use them if possible. Added because libsbml now says that it needs c++11 code, and if you don't tell it to use something later, it'll therefore revert to c++11.
Update expat
Update NuML, libSEDML, poco
There might be a problem with the dependencies; we'll see.
Update SBMLNetwork and libsbml.
Change our link to zlib to the original from madler.
With the old zlib not compiling on the latest macOS, I figured it was time to just update everything.
Update all third-party libraries.
Had to use our own fork so it wouldn't try to re-build zlib.
Build on macos-15.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.