Skip to content

Commit 8285121

Browse files
authored
Merge pull request #229855 from Homebrew/bump-xtensor-0.27.0
xtensor 0.27.0
2 parents 39433ce + 470f925 commit 8285121

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Formula/x/xtensor.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
class Xtensor < Formula
22
desc "Multi-dimensional arrays with broadcasting and lazy computing"
33
homepage "https://xtensor.readthedocs.io/en/latest/"
4-
url "https://github.com/xtensor-stack/xtensor/archive/refs/tags/0.26.0.tar.gz"
5-
sha256 "f5f42267d850f781d71097b50567a480a82cd6875a5ec3e6238555e0ef987dc6"
4+
url "https://github.com/xtensor-stack/xtensor/archive/refs/tags/0.27.0.tar.gz"
5+
sha256 "9ca1743048492edfcc841bbe01f58520ff9c595ec587c0e7dc2fc39deeef3e04"
66
license "BSD-3-Clause"
7-
revision 1
87

98
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "23748f41560d55a42246189b6d61d66fd35ef922ae55e9379f493d46abbd868d"
9+
sha256 cellar: :any_skip_relocation, all: "940cc6cdb9b373184f943e58b6809cbaecac5f1437a506aa3688fa4cbe9c3777"
1110
end
1211

1312
depends_on "cmake" => :build
@@ -42,7 +41,7 @@ def install
4241
}
4342
CPP
4443

45-
system ENV.cxx, "-std=c++17", "test.cc", "-o", "test", "-I#{include}"
44+
system ENV.cxx, "-std=c++20", "test.cc", "-o", "test", "-I#{include}"
4645
assert_equal "323", shell_output("./test").chomp
4746
end
4847
end

0 commit comments

Comments
 (0)