From 7728c8304ebed4975eac5265adea797acdbc4974 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 21 Mar 2011 13:02:58 -0700 Subject: octave: audit warnings --- Library/Formula/octave.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Library/Formula/octave.rb b/Library/Formula/octave.rb index a9e72cfec..d237827d7 100644 --- a/Library/Formula/octave.rb +++ b/Library/Formula/octave.rb @@ -12,13 +12,15 @@ def run_tests? ARGV.include? '--test' end -class Octave :build + depends_on 'texinfo' => :build # OS X's makeinfo won't work for this + depends_on 'fftw' # there is an incompatibility between gfortran and Apple's BLAS as of 10.6.6: # http://www.macresearch.org/lapackblas-fortran-106 @@ -26,7 +28,6 @@ class Octave :build # OS X's makeinfo won't work for this # additional features depends_on 'suite-sparse' -- cgit v1.2.3