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: Portfile 60824 2009-11-25 08:45:05Z jmr@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-minfx |
---|
8 | version 1.0.3 |
---|
9 | maintainers bromo.med.uc.edu:howarth |
---|
10 | platforms darwin freebsd |
---|
11 | distname minfx-${version} |
---|
12 | description The minfx optimisation library. |
---|
13 | long_description The minfx project is a python package for numerical optimisation. |
---|
14 | homepage https://gna.org/projects/minfx/ |
---|
15 | master_sites http://download.gna.org/minfx/ |
---|
16 | checksums md5 30a919cc470c6128876644bc9d25d337 \ |
---|
17 | sha1 b99d7c2691d9d931e4859d78058e2b0897a4136c \ |
---|
18 | rmd160 d80fbf432e38eddc08dbcb8f2af128ca249ee323 |
---|