bodono / scs-python

Python interface for SCS
MIT License
41 stars 33 forks source link

Fix setup to include indirect gpu source #21

Closed PeterQLee closed 4 years ago

PeterQLee commented 4 years ago

Includes a missing source file in the setup.py script for the indirect gpu solver. Otherwise import fails due to an undefined symbol.

bodono commented 4 years ago

Nice catch, thanks!