1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-openopt |
---|
7 | version 0.23 |
---|
8 | maintainers openmaintainer |
---|
9 | description Numerical optimization framework for python |
---|
10 | long_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 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | homepage http://openopt.org |
---|
17 | master_sites ftp://ftp.linux.kiev.ua/pub/projects/openopt/download/ |
---|
18 | distname openopt${version} |
---|
19 | worksrcdir OpenOpt |
---|
20 | |
---|
21 | use_bzip2 yes |
---|
22 | |
---|
23 | checksums md5 773d2a94001c1e267e9072603aefa407 \ |
---|
24 | sha1 f5c1d6e9f4f012c54f9232bff37e855c86b7bdb8 \ |
---|
25 | rmd160 03bdc3886ef11f038e8fcd5dca9079883d9b0099 |
---|
26 | |
---|
27 | depends_build-append port:py25-setuptools |
---|
28 | depends_lib-append port:py25-numpy |
---|