sundials 3.1.0
also serves as revision for suite-sparse Closes #20828. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
7589f9ff18
commit
396d0a3492
1 changed files with 2 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
|||
class Sundials < Formula
|
||||
desc "Nonlinear and differential/algebraic equations solver"
|
||||
homepage "https://computation.llnl.gov/casc/sundials/main.html"
|
||||
url "https://computation.llnl.gov/projects/sundials/download/sundials-2.7.0.tar.gz"
|
||||
sha256 "d39fcac7175d701398e4eb209f7e92a5b30a78358d4a0c0fcc23db23c11ba104"
|
||||
revision 3
|
||||
url "https://computation.llnl.gov/projects/sundials/download/sundials-3.1.0.tar.gz"
|
||||
sha256 "18d52f8f329626f77b99b8bf91e05b7d16b49fde2483d3a0ea55496ce4cdd43a"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -12,12 +11,6 @@ class Sundials < Formula
|
|||
sha256 "a01431c6d358ffa85e1ffcb44653d298e3571319e3e77acd31bdf710d1c7af2f" => :el_capitan
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://computation.llnl.gov/projects/sundials/download/sundials-3.0.0-beta-2.tar.gz"
|
||||
sha256 "0e597707b4210dee9ab3583f072c2e5513b28cbbd8465296fc5c203074b225dd"
|
||||
version "3.0.0-beta-2"
|
||||
end
|
||||
|
||||
option "with-openmp", "Enable OpenMP multithreading"
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
|
Loading…
Reference in a new issue