Ticket #19121: Portfile

File Portfile, 917 bytes (added by max@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python25 1.0
5
6name                py25-openopt
7version             0.23
8maintainers         openmaintainer
9description         Numerical optimization framework for python
10long_description        OpenOpt is a free optimization framework for python. \
11                                        It interfaces with many different algorithms for solving \
12                                        optimization problems, some of which are written in C or Fortran.
13
14platforms           darwin
15
16homepage            http://openopt.org
17master_sites        ftp://ftp.linux.kiev.ua/pub/projects/openopt/download/
18distname            openopt${version}
19worksrcdir                      OpenOpt
20
21use_bzip2                       yes
22
23checksums           md5     773d2a94001c1e267e9072603aefa407 \
24                    sha1    f5c1d6e9f4f012c54f9232bff37e855c86b7bdb8 \
25                                        rmd160  03bdc3886ef11f038e8fcd5dca9079883d9b0099
26
27depends_build-append port:py25-setuptools
28depends_lib-append  port:py25-numpy