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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name yorick-optimpack |
---|
7 | version 1.3.2 |
---|
8 | license GPL-2+ |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | maintainers users.sourceforge.net:paumard |
---|
12 | description Optimization of large scale problems for the Yorick language |
---|
13 | long_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. |
---|
18 | homepage http://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/optimpack.html |
---|
19 | |
---|
20 | master_sites http://www-obs.univ-lyon1.fr/labo/perso/eric.thiebaut/files/ |
---|
21 | distname OptimPack-${version} |
---|
22 | use_bzip2 yes |
---|
23 | checksums rmd160 f360d6886a80218f077691736bb2308af232574a\ |
---|
24 | sha256 13fb7ac0dc211df7236bd32253064c44144268e1f736a91021791798abd64694 |
---|
25 | |
---|
26 | depends_lib path:bin/yorick:yorick |
---|
27 | |
---|
28 | universal_variant no |
---|
29 | |
---|
30 | worksrcdir ${distname}/yorick |
---|
31 | configure.cmd ${prefix}/lib/yorick/bin/yorick |
---|
32 | configure.pre_args {} |
---|
33 | configure.args -batch make.i |
---|