aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geos.rb
AgeCommit message (Collapse)Author
2013-08-27geos 3.4.2Kashif Rasul
Closes #22141. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-19geos 3.4.1Kashif Rasul
Closes #21978. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-04geos 3.3.8Ian Lancaster
http://trac.osgeo.org/geos/browser/tags/3.3.8/NEWS Closes #18246. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-07geos 3.3.7Kashif Rasul
Closes #17664. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-20geos 3.3.6Kashif Rasul
Closes #16160. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-03geos: support --universalKeenan Brock
Closes #15254. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-25geos: Update to 3.3.5Charlie Sharpsteen
2012-06-05geos: Update to 3.3.4Kashif Rasul
Closes #12602. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-06GEOS: Update to 3.3.3Charlie Sharpsteen
2012-01-08geos: Update to 3.3.2Charlie Sharpsteen
2011-11-29geos: Fix LLVM compiler errorsNibbles 2bits
geos 3.3.1 fails_with_llvm due to missing symbols that get optimized out of libgeom. This patches the makefile for that library so all objects are compiled at -O1 rather than -O3. Closes #8858. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-11geos: Update to 3.3.1Nibbles 2bits
This updates geos to version 3.3.1. It compiles on 64bit Snow Lep with XCode-4.0.2, clang-2.0, and gcc-4.2.1.5666. It continues to fail_with_llvm as is handled in the previous formula. EDIT: Now with ENV.gcc and without ENV.O3 EDIT: Now remove all ENV.* leaving fails_with_llvm to sort it. Closes #8353. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30geos: force gcc on LionAdam Vandenberg
2011-07-08geos: don't compile with llvmAdam Vandenberg
2011-05-31GEOS 3.3.0Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-05-01Updated formula: geoskashif
Updated geos to 3.2.2 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-01Update formula: geos 3.2.1kashif
A bugfix release.
2010-01-30Update geos to 3.2.0kashif
Bug fix release
2010-01-14some geos operations were failing with O4Travis Cline
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-02Added postgis recipe, which depends on postgresql, proj and geos.Rob Hudson