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

fix futhark build failed in ghc 8.10.3 #67363

Closed
wants to merge 2 commits into from
Closed

fix futhark build failed in ghc 8.10.3 #67363

wants to merge 2 commits into from

Conversation

fishtreesugar
Copy link
Contributor

@fishtreesugar fishtreesugar commented Dec 21, 2020

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?

fixes for #67284, cause by process-extras's transitive dependency of ListLike (ddssff/listlike#8)

@BrewTestBot BrewTestBot added the haskell Haskell use is a significant feature of the PR or issue label Dec 21, 2020
@carlocab
Copy link
Member

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.

Formula/futhark.rb Outdated Show resolved Hide resolved
@carlocab
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
revision 1

The revision is not needed.

@carlocab
Copy link
Member

You can actually close this now. If/when the ghc PR is merged this commit will be recorded as authored by you: f8c0738

@fishtreesugar
Copy link
Contributor Author

Thanks.

@fishtreesugar fishtreesugar deleted the futhark-ghc-8.10.3 branch December 23, 2020 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
haskell Haskell use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants