octave: use new optional deps
This commit is contained in:
parent
ebd1461de1
commit
12f6687112
1 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ class Octave < Formula
|
|||
mirror 'http://ftp.gnu.org/gnu/octave/octave-3.6.3.tar.bz2'
|
||||
sha1 'e8bd0c0b33ab9714ddb524f2258546c3536f0628'
|
||||
|
||||
option 'without-graphicsmagick', 'Compile without GraphicsMagick'
|
||||
option 'without-fltk', 'Compile without fltk (disables native graphics)'
|
||||
option 'test', 'Run tests before installing'
|
||||
|
||||
|
@ -39,7 +38,7 @@ class Octave < Formula
|
|||
# additional features
|
||||
depends_on 'suite-sparse'
|
||||
depends_on 'glpk'
|
||||
depends_on 'graphicsmagick' => :recommended unless build.include? 'without-graphicsmagick'
|
||||
depends_on 'graphicsmagick' => :recommended
|
||||
depends_on 'hdf5'
|
||||
depends_on 'pcre'
|
||||
depends_on 'qhull'
|
||||
|
|
Loading…
Reference in a new issue