cgns: add 3.4.0 bottle.
This commit is contained in:
parent
f4aded1f65
commit
8faec6d19b
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class Cgns < Formula
|
|||
url "https://github.com/CGNS/CGNS/archive/v3.4.0.tar.gz"
|
||||
sha256 "6372196caf25b27d38cf6f056258cb0bdd45757f49d9c59372b6dbbddb1e05da"
|
||||
|
||||
bottle do
|
||||
sha256 "0ca1705629f5c38e41c5ad47f5855f970c57d146562d869f31d549cf2d2bf56f" => :catalina
|
||||
sha256 "4cc212cbc9216a3611418f406c3e83d5285d8cb42585bff92305c3e8fc75874a" => :mojave
|
||||
sha256 "57ab3d97cbc7267236e557e310c2232028dfd3980716e04ee25dc59673a2031a" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "gcc"
|
||||
depends_on "hdf5"
|
||||
|
|
Loading…
Reference in a new issue