Skip to content

Commit

Permalink
Merge pull request #170651 from Homebrew/bump-simde-0.8.2
Browse files Browse the repository at this point in the history
simde 0.8.2
  • Loading branch information
BrewTestBot authored May 2, 2024
2 parents 59259d6 + 8ce7631 commit 42ff19b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,7 @@ signmykey
sigstore
sile
silicon
simde
simdjson
simdutf
simple-scan
Expand Down
17 changes: 3 additions & 14 deletions Formula/s/simde.rb
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
class Simde < Formula
desc "Implementations of SIMD intrinsics for systems which don't natively support them"
homepage "https://github.com/simd-everywhere/simde"
url "https://github.com/simd-everywhere/simde/archive/refs/tags/v0.8.0.tar.gz"
sha256 "d7c1aef6dd9ef0fbe6f521d1ca3e79afc26deda7d8f857544ca020b42a4b9b97"
url "https://github.com/simd-everywhere/simde/archive/refs/tags/v0.8.2.tar.gz"
sha256 "ed2a3268658f2f2a9b5367628a85ccd4cf9516460ed8604eed369653d49b25fb"
license "MIT"
head "https://github.com/simd-everywhere/simde.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, all: "a5ce8025de9b38cfd4b92b5e148f9e38b324d97af8a530ff640a5a361f19bed5"
sha256 cellar: :any_skip_relocation, all: "8ffb9243611a027320542a403fbcc1d2f7f45516484d44ec5a0fae570b2f7892"
end

depends_on "meson" => :build
depends_on "ninja" => :build

# Patches iterated on via https://github.com/simd-everywhere/simde/issues/1146
patch do
url "https://github.com/simd-everywhere/simde/commit/21db6433cece8ed0ddb2e52c018f7a24ddbb6af4.patch?full_index=1"
sha256 "85bf378fcf9a419ef9f0636c90d57e678e3169b7cef9180295217645b93876c4"
end

patch do
url "https://github.com/simd-everywhere/simde/commit/26b55a9b3ea26301b07880a941a5deaf783602a1.patch?full_index=1"
sha256 "4790f2444eacedf88686c6a1ee30889e06ca54aff5368f831af1715a3a9b1c83"
end

def install
system "meson", "setup", "build", *std_meson_args, "-Dtests=false"
system "meson", "compile", "-C", "build", "--verbose"
Expand Down

0 comments on commit 42ff19b

Please sign in to comment.