-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
UPDATE pds and hll #27268
base: master
Are you sure you want to change the base?
UPDATE pds and hll #27268
Conversation
packages/pds/pds.5.41/opam
Outdated
|
||
url { | ||
src: "http://acsl-pkgs.s3.amazonaws.com/pds-5.41.tar.gz" | ||
checksum: "d33bac43a75bbbdb359220665e98708c" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checksum: "d33bac43a75bbbdb359220665e98708c" | |
checksum: "md5=d33bac43a75bbbdb359220665e98708c" |
Please add also sha256 or sha512
packages/hll/hll.4.2/opam
Outdated
|
||
url { | ||
src: "http://acsl-pkgs.s3.amazonaws.com/hll-4.2.tar.gz" | ||
checksum: "543a3742fc4641b15aad53773d16e7e8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checksum: "543a3742fc4641b15aad53773d16e7e8" | |
checksum: "md5=543a3742fc4641b15aad53773d16e7e8" |
Please add also sha256 or sha512
There are many lower bound failures, can you have a look at what is needed for the package to build correctly? My impression is that |
Thanks @mseri , I think the biggest issue is |
5e83d19
to
5700e17
Compare
No description provided.