Skip to content

Commit

Permalink
Merge pull request #153739 from Porkepix/bump-xsimd-11.2.0
Browse files Browse the repository at this point in the history
xsimd 11.2.0
  • Loading branch information
BrewTestBot authored Nov 9, 2023
2 parents 8ddbd1b + 91e0770 commit 29a7b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/x/xsimd.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Xsimd < Formula
desc "Modern, portable C++ wrappers for SIMD intrinsics"
homepage "https://xsimd.readthedocs.io/en/latest/"
url "https://github.com/xtensor-stack/xsimd/archive/refs/tags/11.1.0.tar.gz"
sha256 "aa54dba8daade472656eba0d27154f072fec06ee3831aefcac69a5f6c7dbbae7"
url "https://github.com/xtensor-stack/xsimd/archive/refs/tags/11.2.0.tar.gz"
sha256 "509bbfe12e78ee1a0e81711019e7c7a372dabcff566dbf15b95cc94339443242"
license "BSD-3-Clause"

bottle do
sha256 cellar: :any_skip_relocation, all: "dc4048240f762b6da21aab8faccd18c3a6924f0a3842c04aedcf5b80c7a27e0e"
sha256 cellar: :any_skip_relocation, all: "9ef98f6eb5f54925947946e9650b8e82a93bdaf129f412f56c21b878740faeae"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 29a7b00

Please sign in to comment.