Skip to content

Commit

Permalink
isl@0.12: fix audit
Browse files Browse the repository at this point in the history
isl@0.12:
  * `checksum` (line 15) should be put before `bottle block` (line 4)
  • Loading branch information
Miguel Ara煤jo authored and MikeMcQuaid committed Feb 12, 2017
1 parent 85f5a57 commit e2f5c47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/isl@0.12.rb
@@ -1,6 +1,11 @@
class IslAT012 < Formula
desc "Integer Set Library for the polyhedral model"
homepage "http://isl.gforge.inria.fr/"
# Track gcc infrastructure releases.
url "http://isl.gforge.inria.fr/isl-0.12.2.tar.bz2"
mirror "ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.12.2.tar.bz2"
sha256 "f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4"

bottle do
cellar :any
rebuild 1
Expand All @@ -9,11 +14,6 @@ class IslAT012 < Formula
sha256 "4da54a5f24e4d7dd0cd315096ee4a3c3a26388d8368f80b6a9bc0735c7b259ac" => :yosemite
end

# Track gcc infrastructure releases.
url "http://isl.gforge.inria.fr/isl-0.12.2.tar.bz2"
mirror "ftp://gcc.gnu.org/pub/gcc/infrastructure/isl-0.12.2.tar.bz2"
sha256 "f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4"

keg_only :versioned_formula

depends_on "gmp@4"
Expand Down

0 comments on commit e2f5c47

Please sign in to comment.