-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
fix futhark build failed in ghc 8.10.3 #67363
Conversation
Thanks for this. Haven't had a chance to take a closer look at the CI failures so I wasn't able to figure out how to fix them yet. |
Picked up your commit with minor revisions, and included it here: #67284 Hopefully, it fixes some build failures... |
Co-authored-by: Carlo Cabrera <[email protected]>
@@ -4,6 +4,7 @@ class Futhark < Formula | |||
url "https://github.com/diku-dk/futhark/archive/v0.18.4.tar.gz" | |||
sha256 "262dd8024c58ebb05964010227bc76907c873f261ab3348ffeab5fa5b1def022" | |||
license "ISC" | |||
revision 1 |
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.
revision 1 |
The revision is not needed.
You can actually close this now. If/when the ghc PR is merged this commit will be recorded as authored by you: f8c0738 |
Thanks. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?fixes for #67284, cause by
process-extras
's transitive dependency ofListLike
(ddssff/listlike#8)