OptimoJoe / Optizelle

Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems.
www.optimojoe.com/products/optizelle
63 stars 13 forks source link

Fix extension for Python C-API libraries #33

Closed josyoun closed 8 years ago

josyoun commented 9 years ago

On POSIX systems, C-API Python libraries have the form Library.so. On Windows, this must be Library.pyd not Library.dll. Right now, we use Library.dll, which is incorrect.

josyoun commented 8 years ago

Fixed in commit ab1e784b8e65a6bc893383336dd841ec01d7c3a0