jonls / qsopt-ex

QSopt_ex - an exact linear programming solver. This is a fork adding improvements to the build system, library and a Python interface.
GNU General Public License v3.0
22 stars 12 forks source link

Fix dependencies in Macports portfile #8

Closed jonls closed 9 years ago

jonls commented 9 years ago

Fix incorrect multi-line dependecy specifications. Add dependency for GNU sed (which unfortunately seems to be needed) and Cython, when building the Python module.

Adds a note in the README on the requirement of GNU sed.