xtensor 0.20.8

Closes #42791.

Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
This commit is contained in:
Caleb Xu 2019-08-04 19:22:12 -04:00 committed by Thierry Moisan
parent e58c5f3df8
commit e99739a2f5
No known key found for this signature in database
GPG key ID: A9A4CB593D38CDD0

View file

@ -1,8 +1,8 @@
class Xtensor < Formula
desc "Multi-dimensional arrays with broadcasting and lazy computing"
homepage "https://quantstack.net/xtensor"
url "https://github.com/QuantStack/xtensor/archive/0.19.4.tar.gz"
sha256 "ea0ed42ac27888f4e4acaf99367fbef714373fa586f204e8bc22b8e5335ecf06"
url "https://github.com/QuantStack/xtensor/archive/0.20.8.tar.gz"
sha256 "5421aede8971342adb97becea4edfb9a4b05bf9ebf64b0146003998ee4153383"
bottle do
cellar :any_skip_relocation
@ -14,8 +14,8 @@ class Xtensor < Formula
depends_on "cmake" => :build
resource "xtl" do
url "https://github.com/QuantStack/xtl/archive/0.5.4.tar.gz"
sha256 "35478bb08949d0c36d4cf24cabbaa8322c507f8247cc69e017bddb2e28ffaf15"
url "https://github.com/QuantStack/xtl/archive/0.6.5.tar.gz"
sha256 "337cd7e9245fedbd3028d965ce583619135188ee7494c750d38c794050eb74ec"
end
def install