Ticket #33882: Portfile

File Portfile, 1.3 KB (added by paumard, 12 years ago)

(removed revision)

Line 
1# -*- 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
2# $Id: $
3
4PortSystem          1.0
5
6name                yorick-optimpack
7version             1.3.2
8license             GPL-2+
9categories          science
10platforms           darwin
11maintainers         users.sourceforge.net:paumard
12description         Optimization of large scale problems for the Yorick language
13long_description    OptimPack is a portable C library which implements \
14                    algorithms for optimization of large scale \
15                    problems with bound constraints. Large scale means \
16                    some million variables (e.g. pixel values) or \
17                    more.
18homepage            http://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/optimpack.html
19
20master_sites        http://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/files/
21distname            OptimPack-${version}
22use_bzip2           yes
23checksums           rmd160 f360d6886a80218f077691736bb2308af232574a\
24                    sha256 13fb7ac0dc211df7236bd32253064c44144268e1f736a91021791798abd64694
25
26depends_lib         path:bin/yorick:yorick
27
28universal_variant   no
29
30worksrcdir          ${distname}/yorick
31configure.cmd       ${prefix}/lib/yorick/bin/yorick
32configure.pre_args  {}
33configure.args      -batch make.i