inducer / pymetis

A Python wrapper around Metis, a graph partitioning package
http://mathema.tician.de/software/pymetis
Other
156 stars 32 forks source link

Update to use metis 5.0.3 under Apache 2.0 #1

Closed fritzo closed 5 years ago

fritzo commented 10 years ago

Metis as of 5.0.3 (March 2013) is released under the more permissive Apache 2.0 license. Could pymetis update to use this version rather than the more restrictively licensed 5.0rc3?

inducer commented 10 years ago

Sure, I'd be happy to. Do you have time to send a PR?

Andreas

fritzo commented 10 years ago

Sure Andreas, I'll try to send a PR within a couple days. On Sep 10, 2014 1:09 PM, "Andreas Klöckner" notifications@github.com wrote:

Sure, I'd be happy to. Do you have time to send a PR?

Andreas

— Reply to this email directly or view it on GitHub https://github.com/inducer/pymetis/issues/1#issuecomment-55175118.

inducer commented 10 years ago

pip install pymetis should just do the right thing now, with no further dependencies, on Py2 and Py3.