Skip to content

Commit

Permalink
cglm 0.9.3
Browse files Browse the repository at this point in the history
autobump: add cglm

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Mar 26, 2024
1 parent 1f2ce65 commit 79dc001
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ cfripper
cfssl
cgal
cgl
cglm
cgrep
chain-bench
chainloop-cli
Expand Down
10 changes: 4 additions & 6 deletions Formula/c/cglm.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Cglm < Formula
desc "Optimized OpenGL/Graphics Math (glm) for C"
homepage "https://github.com/recp/cglm"
url "https://github.com/recp/cglm/archive/refs/tags/v0.9.2.tar.gz"
sha256 "5c0639fe125c00ffaa73be5eeecd6be999839401e76cf4ee05ac2883447a5b4d"
url "https://github.com/recp/cglm/archive/refs/tags/v0.9.3.tar.gz"
sha256 "4eda95e34f116c36203777f4fe770d64a3158b1450ea40364abb111cf4ba4773"
license "MIT"

bottle do
Expand All @@ -20,10 +20,8 @@ class Cglm < Formula
depends_on "libtool" => :build

def install
system "autoreconf", "-fiv"
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "autoreconf", "--force", "--install", "--verbose"
system "./configure", *std_configure_args, "--disable-silent-rules"
system "make", "install"
end

Expand Down

0 comments on commit 79dc001

Please sign in to comment.