-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Hash changes make binary mirrors unusable #20429
Copy link
Copy link
Closed
Labels
Description
Description
We currently have binary mirrors for the MVAPICH2-X and MVAPICH2-GDR packages that are available through spack. The binaries on these mirrors are rendered unusable whenever the build dependencies of MVAPICH2-X or MVPICH2-GDR (bison and libpciaccess) are updated by their maintainers.
This causes us to regenerate all our binaries with the latest version of spack and all the dependencies.
Ask
Is there a way around this? Given the number of variants we have, we generate many combinations of binaries. It is very cumbersome to figure out when our binaries are no longer accessible by users and to regenerate them.
Steps to reproduce the issue
$ spack install mvapich2-gdr (does not work anymore. binaries not found though it exists.)
...Additional information
- I have searched the issues of this repo and believe this is not a duplicate
Reactions are currently unavailable