Merged
Conversation
added 3 commits
December 8, 2020 13:16
Comment on lines
22
to
28
| version('5.0.0.2.c7f67038bf', | ||
| sha256='f8100f71b769c7db066c6f938af6b00e920e4b90ac14c00a4f3ed7171565caab', | ||
| url="file://%s/SpatiaLite-c7f67038bf.tar.gz" % os.getcwd()) | ||
| sha256='f8100f71b769c7db066c6f938af6b00e920e4b90ac14c00a4f3ed7171565caab', | ||
| url="file://%s/SpatiaLite-c7f67038bf.tar.gz" % os.getcwd()) | ||
|
|
||
| version('5.0.0-beta0', sha256='caacf5378a5cfab9b8e98bb361e2b592e714e21f5c152b795df80d0ab1da1c42') | ||
| version('4.3.0a', preferred=True, | ||
| version('4.3.0a', | ||
| sha256='88900030a4762904a7880273f292e5e8ca6b15b7c6c3fb88ffa9e67ee8a5a499') |
Member
There was a problem hiding this comment.
Thoughts on removing these alpha/beta/random-commit releases now that a newer stable release is out?
Contributor
Author
There was a problem hiding this comment.
looking at git logs of libspatialite/package.py, it seems proj@6: has some implicit dependency on this lib. I think these weird versions can be removed later once @citibeth has a chance to evaluate what's going on. I suggest that we merge this PR as it is.
alalazo
approved these changes
Jan 6, 2021
bollig
pushed a commit
to bollig/spack
that referenced
this pull request
Jan 12, 2021
Co-authored-by: sbulut <[email protected]>
loulawrence
pushed a commit
to loulawrence/spack
that referenced
this pull request
Jan 19, 2021
Co-authored-by: sbulut <[email protected]>
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
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.
version 5.0.0 finally seems to be released.
@citibeth