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 4, 2024
1 parent 3dde630 commit 5fb15ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Formula/givaro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Givaro < Formula
url "https://github.com/linbox-team/givaro/releases/download/v4.2.0/givaro-4.2.0.tar.gz"
sha256 "865e228812feca971dfb6e776a7bc7ac959cf63ebd52b4f05492730a46e1f189"
license "CECILL-B"
revision 1
revision 2

head "https://github.com/linbox-team/givaro.git", using: :git

Expand Down 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 "16e3242c37e4ec38be1df5ef9b3af99cd84133b5f6d7ff767415e6711f05e296"
end

def install
ENV.cxx11
system "autoreconf", "-vif"
Expand Down

0 comments on commit 5fb15ab

Please sign in to comment.