# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                openturns
version             0.13.2
categories          science math
platforms           darwin
maintainers         ujf-grenoble.fr:Christophe.Prudhomme
description         
long_description    \
 OpenTURNS is a powerful and generic tool to treat and quantify        \
 uncertainties in numerical simulations in design, optimization and    \
 control. It allows both sensitivity and reliability analysis studies.

homepage            http://trac.openturns.org/
master_sites        sourceforge
distname            openturns-${version}
extract.suffix      .tar.gz

checksums           \
  md5 194df6437d4bc95e88bc1fd32f2b6f4d\
  sha1 d3160e2180fc5cd88d1b53e30ca056b57cd55024\
  rmd160  7d1bbb1fac9e7c0cde60e3132b41f4ffea1f0ad1

#configure.cppflags-append -I/Developer//SDKs/MacOSX10.5.sdk/usr/include/sys/
#configure.ldflags-append -L/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/ 
configure.args \
  --prefix=${prefix}\
  --enable-lib\
  --disable-python\
  --enable-doc\
  --disable-debug

post-build {
}

depends_lib  \
    port:libxml2 \
    port:R \
    port:py26-rpy2 \
    port:doxygen   


