diff options
| author | Samuel John | 2013-03-31 20:34:25 +0200 |
|---|---|---|
| committer | Samuel John | 2013-03-31 20:54:25 +0200 |
| commit | 65fe8946bf4915c6b0d6c6e64dfc205f10c43f3c (patch) | |
| tree | c20d8f11fef9fc34585f9c3c3ccfb3cd03050dbf /Library/Formula | |
| parent | a79f1a80b8858a99edf5d80067654d0e5d7d587e (diff) | |
| download | homebrew-65fe8946bf4915c6b0d6c6e64dfc205f10c43f3c.tar.bz2 | |
gdal: armadillo is now in homebrew/science
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gdal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb index c76ba9c3c..383525018 100644 --- a/Library/Formula/gdal.rb +++ b/Library/Formula/gdal.rb @@ -65,7 +65,7 @@ class Gdal < Formula # Without Numpy, the Python bindings can't deal with raster data. depends_on 'numpy' => :python unless no_python? - depends_on 'armadillo' if armadillo? + depends_on 'homebrew/science/armadillo' if armadillo? if complete? # Raster libraries |
