# $Id: Portfile 64950 2010-03-18 12:22:44Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      gsl 0.8
categories                      math science
platforms                       darwin
maintainers                     ryandesign
license                         GPLv3

description                     a wrapper to call GNU Scientific Library \
                                functions from Pure

long_description                ${name} aims to provide a complete wrapper \
                                for the GNU Scientific Library which provides \
                                a wide range of mathematical routines useful \
                                for scientific programming, number crunching \
                                and signal processing applications.

checksums                       md5     c7b0d72d5236c8d082cd3329f72e0093 \
                                sha1    5f1027bf52763a0f87bf933c6b1e53c77ad26096 \
                                rmd160  e8e45b77ef5ef958444f2608e8c577512a4e16c6

depends_lib-append              port:gsl
