# -*- 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

PortSystem          1.0

name                yorick-optimpack
version             1.3.2
license             GPL-2+
categories          science yorick
platforms           darwin
maintainers         {thibaut @paumard} openmaintainer
description         Optimization of large scale problems for the Yorick language
long_description    OptimPack is a portable C library which implements \
                    algorithms for optimization of large scale \
                    problems with bound constraints. Large scale means \
                    some million variables (e.g. pixel values) or \
                    more.
homepage            http://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/optimpack.html

master_sites        http://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/files/
distname            OptimPack-${version}
use_bzip2           yes
checksums           rmd160 f360d6886a80218f077691736bb2308af232574a\
                    sha256 13fb7ac0dc211df7236bd32253064c44144268e1f736a91021791798abd64694

depends_lib         path:bin/yorick:yorick

universal_variant   no

worksrcdir          ${distname}/yorick
configure.cmd       ${prefix}/lib/yorick/bin/yorick
configure.pre_args  {}
configure.args      -batch make.i
