gromacs: add 2016.3 bottle.
This commit is contained in:
parent
ee409e5d56
commit
040457926e
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class Gromacs < Formula
|
|||
url "https://ftp.gromacs.org/pub/gromacs/gromacs-2016.3.tar.gz"
|
||||
sha256 "7bf00e74a9d38b7cef9356141d20e4ba9387289cbbfd4d11be479ef932d77d27"
|
||||
|
||||
bottle do
|
||||
sha256 "90faa8b279f78823dae87bea50c3f1e88f9ede89678fb3f1711f643f576359a1" => :sierra
|
||||
sha256 "10f94061644f511939db8cc4d4c06ee767901c7aebd54c95872cc547b85826f7" => :el_capitan
|
||||
sha256 "3b93cbd26c93a4abb5401b7d87bfc8cb27d4b9641acecf47c26675f0fbd0f8e6" => :yosemite
|
||||
end
|
||||
|
||||
option "with-double", "Enables double precision"
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
|
Loading…
Reference in a new issue