chapel: add 1.10.0 bottle.
This commit is contained in:
parent
80f0bf4a12
commit
9a9a817225
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ class Chapel < Formula
|
||||||
sha1 "9c05c48f9309a7f685390df37753c086d1637c96"
|
sha1 "9c05c48f9309a7f685390df37753c086d1637c96"
|
||||||
head "https://github.com/chapel-lang/chapel.git"
|
head "https://github.com/chapel-lang/chapel.git"
|
||||||
|
|
||||||
|
bottle do
|
||||||
|
sha1 "1bd6c9d0ed88cd0c93e531df5895b7f24cc18a09" => :yosemite
|
||||||
|
sha1 "194d9dbbe62e30158e0da08a5ff8984bb4d153af" => :mavericks
|
||||||
|
sha1 "ef219e0b2eeea53b28d8ce00448afcbf36c9e917" => :mountain_lion
|
||||||
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# Remove the deparallelize with the 1.11.0 release, circa April 2015.
|
# Remove the deparallelize with the 1.11.0 release, circa April 2015.
|
||||||
ENV.deparallelize
|
ENV.deparallelize
|
||||||
|
|
Loading…
Reference in a new issue