Commit Graph

19 Commits (c02e17333c2e409acf42d0f31a77a5885ec59084)

Author SHA1 Message Date
Adam Vandenberg da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Charlie Sharpsteen a13d1e2083 GDAL: Install bindings to pythonX.Y/site-packages 2012-02-16 00:16:01 -08:00
Charlie Sharpsteen 57f6f5f940 GDAL: Update to 1.9.0
Closes Homebrew/homebrew#9527.
2012-01-10 21:56:11 -08:00
Brett Koonce 7b65d5ade8 Fix spelling mistakes
Closes Homebrew/homebrew#9449.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06 09:43:54 -06:00
Brett Koonce c59873e91d Fix spelling mistakes.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>

Closes Homebrew/homebrew#9407.
Closes Homebrew/homebrew#9408.
Closes Homebrew/homebrew#9410.
Closes Homebrew/homebrew#9411.
2012-01-05 21:58:53 +00:00
Charlie Sharpsteen 30ede90efd GDAL: Depend on Numpy for Python bindings
Without Numpy, the Python bindings can't deal with Raster data very well which
pretty much hoses half of the GDAL functionality.
2011-09-11 09:44:49 -07:00
Jack Nagel 4fc93c08c9 gdal: obtain liblzma from XZutils
The lzma package is legacy software (the developer has moved on to
XZutils), so we should use the xz formula to get liblzma.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-30 21:30:18 -05:00
Adam Vandenberg 3207e5ca77 gdal: stylistic changes 2011-07-25 09:40:40 -07:00
Charlie Sharpsteen 97ec3c05e1 GDAL: Update to 1.8.1
Essential update for Lion users---fixes issues with LibPNG 1.5.1.

`--enable-opencl` option added to the formula. Invoking this will cause the
algorithms used by `gdalwarp` to use OpenCL acceleration.

Also expand the number of libraries added by the `--complete` option:

Raster Libraries:

  - CFITSIO
  - EPSILON

Vector Libraries:

  - Poppler

Support Libraries:

  - LibLZMA

OPeNDAP backend explicitly disabled as it prevents some other components from
configuring properly for some reason.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-25 09:38:12 -07:00
Adam Vandenberg 7689fb8fd2 Replace snow_leopard_64? in brews. 2011-03-18 10:30:47 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Michael Weisman 885c18aeb3 Upgrade GDAL to 1.8.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-23 14:33:02 -08:00
Charlie Sharpsteen e52cf69fc5 Bumped GDAL to version 1.7.3
1.7.3 contains bug-fixes.  For new hotness, such as support for ASCII XYZ
rasters, users will have to play with the --HEAD brew untill version 1.8.0 comes
out.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-13 21:52:21 -08:00
Charlie Sharpsteen ab3582b6c7 Refactored GDAL formula to increase functionality
The usefullness of the GDAL library is limited by the number of formats it
supports.  In light of this, the formula has been re-worked to provide maximum
support for file formats without increasing the dependency list, with the
exception of common image formats such as JPEG and GIF.  Changes made in persuit
of this goal are:

- Removed libtiff as a dependency-- now provided by an internal GDAL library for
  support of the BigTIFF format.

- Added `jpeg` and `giflib` as dependencies to complete support for common image
  file formats.

- Enabled GDAL-native BSB, GRIB and PCRaster support.

- Added support for Expat, CURL, and Sqlite3 which are provided by OS X.

- Added support for `--HEAD` builds that compile from the gdal-dev source
  available via SVN.

Also, disabled drivers have been grouped according to open-source/proprietary
status.

Additionally, a `--complete` installation option has been added.  This option is
will trigger the installation of additional Homebrew formulae that increase the
capabilities of GDAL.  By specifying the `--complete` flag, GDAL will now depend
on and link against the following libraries in order to provide more drivers for
reading and writing data:

Raster Formats:

- HDF5
- NetCDF
- JasPer

Vector Formats:

- ODBC
- LibSpatialite
- Xerces-C

Support for database servers has been added via the `--with-postgres` and
`--with-mysql` flags.  These will cause PostgreSQL or MySQL to be added the
dependency list of GDAL.

Python bindings are now built by default as they provide ~18 additional command
line tools in addition to the Python module.  The formula ensures that these
bindings are installed into the Homebrew prefix and not some random Python site
directory.  Compilation of the bindings can be disabled by passing the
`--without-python` flag to `brew install`.

The Perl, PHP and Ruby bindings remain disabled as they install outside of the
Homebrew prefix.  Users may manually enable them at their discretion.  Getting
these bindings to install into the brew prefix is an area for further
development.

Finally, some cleanup of the configure options has occurred:

- Removed invalid configuration options.

- Fixed threading support.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-13 19:31:43 -08:00
Will White e06c3c300a Fix apparent typo in --with-threads option.
gdal does not accept a --with-pthreads option.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-09 19:28:28 -08:00
kashif 8208ec226c Updated formula: gdal
The 1.7.2 release is a routine bug fix release on the stable
GDAL/OGR 1.7 branch.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-01 09:47:03 -07:00
kashif 5cabb03d4a Updated formula: gdal
Updated gdal 1.7.1 which fixes a serious bug in the last 1.7.0 release.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-15 14:55:51 -08:00
Max Howell 0dd19547c9 Use OS X provided libpng
And remove some unecessary configure flags.
2009-12-05 16:17:58 +00:00
Travis Cline 26d898ba29 Added gdal formula.
GDAL is a translator library for raster geospatial data formats.
2009-12-05 16:12:51 +00:00