Conversation
healther
left a comment
There was a problem hiding this comment.
could you provide the sha256 hash rather than the md5?
adamjstewart
left a comment
There was a problem hiding this comment.
It is definitely good to use sha256 by default, but at some point we plan on automatically updating the hashes for every version of every package. Merging this as is for the sake of reducing the number of open PRs.
|
Thanks @adamjstewart The default is still md5. Would be nice if that was changed to sha256. |
|
What do you mean by default? |
|
Spack showed checksum error when I added the new URL for updated package. The error printed MD5 hash of package which was found vs expected hash. |
|
If your hash is an MD5 hash, Spack will print the found vs expected MD5 hash. If your hash is a sha256 hash, Spack will print the found vs expected sha256 hash. The default if you use |
No description provided.