Hi Daniel,
On Sun, Oct 11, 2020 at 03:10:31PM -0400, Daniel Dickman wrote:
> feedback? ok?
First, the python bindings seem to have a missing dependency:
```
cc -pthread -shared -fPIC -L/usr/local/lib/
-L/usr/obj/ports/Python-3.8.6/Python-3.8.6 -L/usr/local/lib/ -O2 -pipe
/usr/local/pobj/py-lpso
Here's an update of lpsolve from 5.5.2.0 to 5.5.2.5 for a few bug fixes.
That piece was already okayed by edd@ (MAINTAINER).
Then I found a recipe to convert lpsolve from python2 to python3 which
I've also included in an updated diff below. The recipe comes from here:
https://stackoverflow.com