aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gdal.rb
AgeCommit message (Collapse)Author
2015-04-20gdal: update 1.11.2_1 bottle.BrewTestBot
2015-04-20proj 4.9.1Alex Dunn
closes #37653 Closes #38667. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-16gdal: update 1.11.2 bottle.BrewTestBot
2015-04-16gdal 1.11.2Nathan Cahill
Closes #38644. Signed-off-by: Xu Cheng <xucheng@me.com>
2014-11-23gdal: update 1.11.1_3 bottle.BrewTestBot
2014-11-23gdal: patch to fix segfault when compiled against sqlite 3.8.7Larry Shaffer
Closes #34389. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-13gdal: update 1.11.1_2 bottle.BrewTestBot
2014-11-13gdal: add libxml2 dependencyJack Nagel
For consistency with downstream libxml2 deps. Fixes #33993. Closes #34125.
2014-11-06gdal: update 1.11.1_1 bottle.BrewTestBot
2014-10-21gdal: update 1.11.1_1 bottle.BrewTestBot
2014-10-09gdal: update 1.11.1_1 bottle.BrewTestBot
2014-10-09Bump revisions of unixodbc dependentsJack Nagel
2014-10-02gdal: update 1.11.1 bottle.BrewTestBot
Closes #32883. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-02gdal 1.11.1Larry Shaffer
2014-07-28gdal: update 1.11.0 bottle.BrewTestBot
Closes #31180.
2014-05-31Prefer Dir.glob when iterating over the resultJack Nagel
2014-05-13gdal: don't link extra dylibs for vendored libkmlLarry Shaffer
Closes #29041. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-06gdal: update 1.11.0 bottle.BrewTestBot
Closes #28927. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-06gdal 1.11.0Larry Shaffer
2014-04-10gdal: add 1.10.1 bottle.BrewTestBot
2014-04-10gdal: use numpy resource.Mike McQuaid
2014-03-22Update revisions on libpng dependentsJack Nagel
2014-03-17gdal: use checksummed patchesJack Nagel
2014-03-07use opt shortcutsAdam Vandenberg
2014-03-05Remove special X11 proxy depsJack Nagel
2014-02-27gdal: use Formula[]Adam Vandenberg
2014-01-04gdal: cleanup python usage.Mike McQuaid
2013-11-22gdal: add Java MDB driver optionLarry Shaffer
Closes #23229. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-21gdal: drop redundant option declarationsJack Nagel
2013-11-21gdal: fix postgres option nameKashif Rasul
Closes #24560. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-21gdal: add upstream patches to compile against MySQL 5.6.xJack Nagel
Fixes #24543.
2013-11-13gdal: tighten up caveatsAdam Vandenberg
2013-09-24gdal: optional netcdf dep is in homebrew-scienceJack Nagel
2013-09-21gdal: use spec depsJack Nagel
2013-09-14gdal 1.10.1Kyungdahm Yun
Apply patch for build failure on OS X 10.6/7. Closes #22438. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-15Use Hardware::CPU.arch(32|64)_bit in formulaeMisty De Meo
2013-08-15Add MacOS.preferred_archMisty De Meo
Replaced the plethora of ternaries we've used all over the place to determine whether x86_64 or i386 is called for.
2013-07-19gdal: fix manpage installationJack Nagel
Fixes #21338. Closes #21341.
2013-07-13Make the use of paths to packages proxied through X11 consistentJack Nagel
2013-06-13gdal: use ENV.libxml2Jack Nagel
2013-06-08libspatialite 4.1.0 libgaiagraphics, librasterliteJoachim LeBlanc
* Gdal: Use includes from brewed sqlite * spatialite-tools 4.1.0 * librasterlite 1.1g * libgaiagraphics 0.5 * Update to use new style `build.with?` Closes #20341. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-02gdal: remove unused __END__Adam Vandenberg
2013-04-30gdal: Remove libdap patchFedor Bezrukov
This patch is no longer needed for GDAL 1.10. Closes #19550. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2013-04-30GDAL 1.10Ragi Yaser Burhum
Closes #19518. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-22gdal: fix ternary conditionalsSeve Salazar
Closes #19364. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-21Remove global methods from formulaeSimon Sigurdhsson
Removes any global methods from formulae, and moves #kext_prefix (which seems to be at least somewhat abstractable) into the Formula class. The only formula with global methods is now aspell; it (and its generating script in contrib) has been changed to prefix that method with `aspell_`, to minimize the risk of name collisions. Closes #19331. Closes #19343. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-31gdal: armadillo is now in homebrew/scienceSamuel John
2013-03-08gdal: link proj4 staticallyBraden
Under normal circumstances, gdal loads libproj at runtime using dlopen(), but this fails when installed in non-standard locations. Link statically instead, which is what most other package managers seem to be doing anyway. Closes #18294. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-11Fix build errors caused by making sqlite keg_onlySamuel John
- In subversion and gdal, because they used HOMEBREW_PREFIX/lib instead of Formula.factory('sqlite').opt_prefix Closes #17005. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>