-
Notifications
You must be signed in to change notification settings - Fork 2
Bump to 4f510d4 for Beta channel
#72
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
Conversation
Update io.github.pemsley.coot.yaml
Update Boost to 1.88
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Coot application configuration by bumping dependency versions and simplifying the installation process.
- Updated the Boost dependency version from 1.87.0 to 1.88.0.
- Simplified the post-installation steps by removing unused directory moves.
- Updated the Coot repository commit to reflect dependency changes.
Comments suppressed due to low confidence (2)
io.github.pemsley.coot.yaml:334
- If the removal of the commands that moved 'monomers' and 'reference-structures' is intentional, consider updating the installation instructions or release notes to clearly reflect this change.
mkdir -p ${FLATPAK_DEST}/share/coot/
io.github.pemsley.coot.yaml:149
- Ensure that any compatibility or API changes introduced in Boost 1.88.0 are accounted for in the documentation or testing suites.
tag: boost-1.88.0
|
🚧 Test build succeeded. To test this build, install it from the testing repository: |
This pull request updates the
io.github.pemsley.coot.yamlfile to reflect changes in dependencies and installation processes for the Coot application. Key updates include upgrading the Boost library version, removing unused archives, and simplifying the post-installation steps.Dependency Updates:
boost-1.87.0toboost-1.88.0. ([io.github.pemsley.coot.yamlL149-R149](https://github.com/flathub/io.github.pemsley.coot/pull/72/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL149-R149))commitfor the Coot repository to4f510d4268047175eee71692404011f0df20f056and removed references to unused archives for MonomerLibrary and reference structures. ([io.github.pemsley.coot.yamlL345-R344](https://github.com/flathub/io.github.pemsley.coot/pull/72/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL345-R344))Installation Process Simplification:
monomersandreference-structuresdirectories and simplified the creation of theshare/cootdirectory. ([io.github.pemsley.coot.yamlL334-R334](https://github.com/flathub/io.github.pemsley.coot/pull/72/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL334-R334))