From 438375cbd231666e03319110b2f123326b59e5b4 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Wed, 23 Nov 2011 17:37:32 +0100 Subject: pari 2.5.0 `make` and `make install` need to be done in separate steps. Closes #8757. Signed-off-by: Jack Nagel --- Library/Formula/pari.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pari.rb b/Library/Formula/pari.rb index 690798d66..278a377da 100644 --- a/Library/Formula/pari.rb +++ b/Library/Formula/pari.rb @@ -1,12 +1,14 @@ require 'formula' class Pari < Formula - url 'http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.5.tar.gz' + url 'http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.0.tar.gz' homepage 'http://pari.math.u-bordeaux.fr/' - md5 '6077c6db56fdd32e39a06a9bf320e1f7' + md5 '0b595a1345679ff482785a686c863e9f' def install system "./Configure", "--prefix=#{prefix}" + # make needs to be done in two steps + system "make all" system "make install" end end -- cgit v1.2.3