Bump to Release-1.1.18 #9
Merged
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.
This pull request updates the
io.github.pemsley.coot.yamlfile to improve module configuration and ensure compatibility with newer versions of dependencies. The changes primarily involve updating build options and source references.Updates to module configuration:
USE_PYTHONflag from1toONin thegemmimodule to align with standard CMake conventions. ([io.github.pemsley.coot.yamlL52-R59](https://github.com/eunos-1128/io.github.pemsley.coot/pull/9/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL52-R59))Updates to source references:
gemmimodule's source tag fromv0.7.1tov0.7.3to use the latest version. ([io.github.pemsley.coot.yamlL52-R59](https://github.com/eunos-1128/io.github.pemsley.coot/pull/9/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL52-R59))cootmodule's source reference from a specific commit (a374e0364bbe7b9eb06b5c8302db38d24ae02007) to a release tag (Release-1.1.18) for better version tracking. ([io.github.pemsley.coot.yamlL357-R357](https://github.com/eunos-1128/io.github.pemsley.coot/pull/9/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL357-R357))