update darshan-runtime & darshan-util versions#16934
update darshan-runtime & darshan-util versions#16934eugeneswalker merged 2 commits intospack:developfrom
Conversation
includes up through the current release, 3.2.1
|
|
|
@shanedsnyder If you add "Fixes #16930" to the initial PR comment, @eugeneswalker's issue will get closed automatically once this PR is merged. |
|
Just update the initial PR message, thanks! And thanks @eugeneswalker for confirming! |
michaelkuhn
left a comment
There was a problem hiding this comment.
I just did test builds of darshan-runtime and darshan-util and everything works fine. Expect for the comments regarding 3.2.0-pre1, this is OK from my side.
|
|
||
| version('develop', branch='master') | ||
| version('3.2.1', sha256='d63048b7a3d1c4de939875943e3e7a2468a9034fcb68585edbc87f57f622e7f7') | ||
| version('3.2.0-pre1', sha256='afc11609420bab99a5f2dd7b4f4aa4c34f5423a5ca438c5f2d444dc3efe6dfa8') |
There was a problem hiding this comment.
Is there any particular reason to include 3.2.0-pre1? It seems to be sorted as newer than 3.2.0, which I guess it is not. I think I would just remove it.
There was a problem hiding this comment.
Ah, good call. Definitely should be sorted above 3.2.0, but you're right that there's not really any reason for users to choose the pre-release version over 3.2.0. I just removed it from both packages to avoid confusion.
|
|
||
| version('develop', branch='master') | ||
| version('3.2.1', sha256='d63048b7a3d1c4de939875943e3e7a2468a9034fcb68585edbc87f57f622e7f7') | ||
| version('3.2.0-pre1', sha256='afc11609420bab99a5f2dd7b4f4aa4c34f5423a5ca438c5f2d444dc3efe6dfa8') |
Includes up through the current release, 3.2.1.
Fixes #16930