Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suite-sparse 6.0.0 #115443

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/biosig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Biosig < Formula
url "https://downloads.sourceforge.net/project/biosig/BioSig%20for%20C_C%2B%2B/src/biosig-2.4.3.src.tar.xz"
sha256 "7b6000e2275c00a67d7a25aaf7ffad229978d124315f5f910844b33a8a61e532"
license "GPL-3.0-or-later"
revision 1

livecheck do
url :stable
Expand Down
2 changes: 1 addition & 1 deletion Formula/ceres-solver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CeresSolver < Formula
url "http://ceres-solver.org/ceres-solver-2.1.0.tar.gz"
sha256 "f7d74eecde0aed75bfc51ec48c91d01fe16a6bf16bce1987a7073286701e2fc6"
license "BSD-3-Clause"
revision 1
revision 2
head "https://ceres-solver.googlesource.com/ceres-solver.git", branch: "master"

livecheck do
Expand Down
1 change: 1 addition & 0 deletions Formula/julia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Julia < Formula
url "https://github.com/JuliaLang/julia/releases/download/v1.8.2/julia-1.8.2-full.tar.gz"
sha256 "e57cfc2e6d891750a47f7cf03559a4e8f7212bf54900f26a9f12fd6d009d4ca9"
license all_of: ["MIT", "BSD-3-Clause", "Apache-2.0", "BSL-1.0"]
revision 1
head "https://github.com/JuliaLang/julia.git", branch: "master"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/octave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Octave < Formula
mirror "https://ftpmirror.gnu.org/octave/octave-7.2.0.tar.xz"
sha256 "4aef78c3c9d49f75d64ccd55267df40b3020e6414f69ea8757a1939628b30171"
license "GPL-3.0-or-later"
revision 1
revision 2

bottle do
sha256 arm64_ventura: "98ddea50159a6056c6fe5c4f94a98634d8eeea846e305a16ba7fbe2f7ca3ae18"
Expand Down
2 changes: 1 addition & 1 deletion Formula/opencv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Opencv < Formula
url "https://github.com/opencv/opencv/archive/refs/tags/4.6.0.tar.gz"
sha256 "1ec1cba65f9f20fe5a41fda1586e01c70ea0c9a6d7b67c9e13edf0cfe2239277"
license "Apache-2.0"
revision 1
revision 2

livecheck do
url :stable
Expand Down
2 changes: 1 addition & 1 deletion Formula/opencv@3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class OpencvAT3 < Formula
url "https://github.com/opencv/opencv/archive/3.4.16.tar.gz"
sha256 "5e37b791b2fe42ed39b52d9955920b951ee42d5da95f79fbc9765a08ef733399"
license "BSD-3-Clause"
revision 4
revision 5

bottle do
sha256 arm64_ventura: "7e781bbd9512e29fb16453dc99d90d08c58da6f4eb8d5928021bd79b319078d6"
Expand Down
4 changes: 2 additions & 2 deletions Formula/suite-sparse.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class SuiteSparse < Formula
desc "Suite of Sparse Matrix Software"
homepage "https://people.engr.tamu.edu/davis/suitesparse.html"
url "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.13.0.tar.gz"
sha256 "59c6ca2959623f0c69226cf9afb9a018d12a37fab3a8869db5f6d7f83b6b147d"
url "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v6.0.0.tar.gz"
sha256 "3b07fc5cec46fa66f18f0fbd6a81ad5d552533020bb3595f27c24a0274c89b7a"
license all_of: [
"BSD-3-Clause",
"LGPL-2.1-or-later",
Expand Down
1 change: 1 addition & 0 deletions Formula/sundials.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Sundials < Formula
url "https://github.com/LLNL/sundials/releases/download/v6.3.0/sundials-6.3.0.tar.gz"
sha256 "89a22bea820ff250aa7239f634ab07fa34efe1d2dcfde29cc8d3af11455ba2a7"
license "BSD-3-Clause"
revision 1

livecheck do
url "https://computing.llnl.gov/projects/sundials/sundials-software"
Expand Down