Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
gaul 0.1850-0
Browse files Browse the repository at this point in the history
The Genetic Algorithm Utility Library (or, GAUL for short) is a
flexible programming library designed to aid in the development
of applications that use genetic, or evolutionary, algorithms.

Gaul would be a dependency in the requested pgrouting formula.
Gaul builds well with superenv and is under active development.
It has no dependencies itself. Tested on 10.8.2 w/XCode-4.5.1.

Closes #15708.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
nibbles 2bits authored and adamv committed Oct 28, 2012
1 parent 7199039 commit cdfc943
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/gaul.rb
@@ -0,0 +1,15 @@
require 'formula'

class Gaul < Formula
homepage 'http://gaul.sourceforge.net/'
url 'http://sourceforge.net/projects/gaul/files/gaul-devel/0.1850-0/gaul-devel-0.1850-0.tar.gz'
sha1 '2ec57a5bce2ff7fc9f9c3453b2ea2d3aec248350'

def install
system "./configure", "--disable-dependency-tracking",
"--disable-debug",
"--disable-g",
"--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit cdfc943

Please sign in to comment.