Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

computing checksums #105

Open
boyceg opened this issue Oct 21, 2022 · 1 comment
Open

computing checksums #105

boyceg opened this issue Oct 21, 2022 · 1 comment

Comments

@boyceg
Copy link
Contributor

boyceg commented Oct 21, 2022

What is the preferred way to compute checksums when updating package versions?

@boyceg boyceg changed the title updating checksums computing checksums Oct 21, 2022
@drwells
Copy link
Member

drwells commented Oct 21, 2022

I think I answered this on slack, but the process is something like:

  1. Either download the new version yourself or update the version number in, e.g., for PETSc IBAMR-toolchain/packages/petsc.package
  2. Go to ~/autoibamr/tmp/src/ and do either sha256sum or shasum -a 256 on petsc-lite-x.y.z.tar.gz
  3. Update that value in IBAMR-toolchain/packages/petsc.package

Its clunky, but I anticipate that we will only update these infrequently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants