pike 8.0.438

Closes #14767.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
William Welliver 2017-06-20 08:48:31 -04:00 committed by Alex Dunn
parent 0d513118d0
commit e1f956ea7e

View file

@ -1,9 +1,8 @@
class Pike < Formula
desc "Dynamic programming language"
homepage "https://pike.lysator.liu.se"
url "https://pike.lysator.liu.se/pub/pike/all/7.8.866/Pike-v7.8.866.tar.gz"
sha256 "0b12e1a99bd8bdd9c8a2daa46e623ac718bc0737290236a0c8474091359b594e"
revision 3
url "https://pike.lysator.liu.se/pub/pike/all/8.0.438/Pike-v8.0.438.tar.gz"
sha256 "3865f8a4c9ba95c006602f24cc6ad0c07e9f936135d2346e21da627807a90ca0"
bottle do
sha256 "0f2a49f68021e5076182f457faaa042ce70214fb03157f60f807fb5307c13114" => :sierra
@ -22,7 +21,6 @@ class Pike < Formula
option "with-pdf", "Include PDF support"
option "with-gl", "Include GL support"
option "with-all", "Include all features"
option "with-machine-code", "Enables machine code"
depends_on "nettle"
depends_on "gmp"
@ -51,8 +49,6 @@ class Pike < Formula
args << "--with-abi=32"
end
args << "--without-machine-code" if build.without? "machine-code"
ENV.deparallelize
system "make", "CONFIGUREARGS='" + args.join(" ") + "'"