Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
pari: doesn't depend on X11.
Browse files Browse the repository at this point in the history
References #15293.
  • Loading branch information
MikeMcQuaid committed Nov 30, 2012
1 parent 1739239 commit 92d3794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/pari.rb
Expand Up @@ -5,12 +5,12 @@ class Pari < Formula
url 'http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.3.tar.gz'
sha1 'de79eee7ae017a495dc0c648b6f7d5a4f6c7a522'

depends_on :x11
depends_on 'readline'

def install
readline = Formula.factory 'readline'
system "./Configure", "--prefix=#{prefix}",
"--without-gmp",
"--with-readline-include=#{readline.include}",
"--with-readline-lib=#{readline.lib}"
# make needs to be done in two steps
Expand Down

0 comments on commit 92d3794

Please sign in to comment.