diff options
author | William F Godoy <williamfgc@yahoo.com> | 2019-11-13 16:21:27 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-11-13 15:21:27 -0600 |
commit | d6274e1a1d82593d854ef7ba77c260257086f458 (patch) | |
tree | 8cddb2706ca754805a999b42fb4fe3ff70b4de5f /lib | |
parent | 9ae4f42ab52796171feb30b852e638bba6e01aca (diff) | |
download | spack-d6274e1a1d82593d854ef7ba77c260257086f458.tar.gz spack-d6274e1a1d82593d854ef7ba77c260257086f458.tar.bz2 spack-d6274e1a1d82593d854ef7ba77c260257086f458.tar.xz spack-d6274e1a1d82593d854ef7ba77c260257086f458.zip |
Docs update for deprecated `spack sha256` (#13701)
* Docs update for deprecated `spack sha256`
* Added macOS shasum
* Update lib/spack/docs/packaging_guide.rst
Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/packaging_guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst index 767a744baa..1759e8c824 100644 --- a/lib/spack/docs/packaging_guide.rst +++ b/lib/spack/docs/packaging_guide.rst @@ -1464,8 +1464,8 @@ that the same package with different patches applied will have different hash identifiers. To ensure that the hashing scheme is consistent, you must use a ``sha256`` checksum for the patch. Patches will be fetched from their URLs, checked, and applied to your source code. You can use -the ``spack sha256`` command to generate a checksum for a patch file or -URL. +the GNU utils ``sha256sum`` or the macOS ``shasum -a 256`` commands to +generate a checksum for a patch file. Spack can also handle compressed patches. If you use these, Spack needs a little more help. Specifically, it needs *two* checksums: the |