Skip to content

Commit

Permalink
Add patch for GCC 15 givaro bug
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Oct 3, 2024
1 parent 3dde630 commit f4edaa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/givaro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ class Givaro < Formula
sha256 "4dbba14012886dcd884864edbdf7599a0ea119dd9851c846a27998ca6eba8db3"
end

# https://github.com/linbox-team/givaro/issues/232
patch do
url "https://github.com/linbox-team/givaro/commit/a18baf5227d4f3e81a50850fe98e0d954eaa3ddb.patch?full_index=1"
sha256 "f02396ecb01f8f3b9b3509e46da719e6533131610ee669c2962860430cb2d66c"
end

def install

Check failure on line 41 in Formula/givaro.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

`brew install --verbose --formula --build-bottle macaulay2/tap/givaro` failed on Linux!

::error::givaro: SHA256 mismatch%0AExpected: f02396ecb01f8f3b9b3509e46da719e6533131610ee669c2962860430cb2d66c%0A Actual: 16e3242c37e4ec38be1df5ef9b3af99cd84133b5f6d7ff767415e6711f05e296%0A File: /home/runner/.cache/Homebrew/downloads/172ba94b07634fdc34d58c82a07bcaa225407edc92cd9a10a23f9c7c6376d05d--a18baf5227d4f3e81a50850fe98e0d954eaa3ddb.patch%0ATo retry an incomplete download, remove the file above.%0A

Check failure on line 41 in Formula/givaro.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew install --verbose --formula --build-bottle macaulay2/tap/givaro` failed on macOS Ventura (13)!

::error::givaro: SHA256 mismatch%0AExpected: f02396ecb01f8f3b9b3509e46da719e6533131610ee669c2962860430cb2d66c%0A Actual: 16e3242c37e4ec38be1df5ef9b3af99cd84133b5f6d7ff767415e6711f05e296%0A File: /Users/runner/Library/Caches/Homebrew/downloads/172ba94b07634fdc34d58c82a07bcaa225407edc92cd9a10a23f9c7c6376d05d--a18baf5227d4f3e81a50850fe98e0d954eaa3ddb.patch%0ATo retry an incomplete download, remove the file above.%0A

Check failure on line 41 in Formula/givaro.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew install --verbose --formula --build-bottle macaulay2/tap/givaro` failed on macOS Sonoma (14) on Apple Silicon!

::error::givaro: SHA256 mismatch%0AExpected: f02396ecb01f8f3b9b3509e46da719e6533131610ee669c2962860430cb2d66c%0A Actual: 16e3242c37e4ec38be1df5ef9b3af99cd84133b5f6d7ff767415e6711f05e296%0A File: /Users/runner/Library/Caches/Homebrew/downloads/172ba94b07634fdc34d58c82a07bcaa225407edc92cd9a10a23f9c7c6376d05d--a18baf5227d4f3e81a50850fe98e0d954eaa3ddb.patch%0ATo retry an incomplete download, remove the file above.%0A
ENV.cxx11
system "autoreconf", "-vif"
Expand Down

0 comments on commit f4edaa5

Please sign in to comment.