ttm / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

Extra include path should be added to support macports #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sorry, if this was GitHub I would create a pull request.

setup.py line 95:

    include_dirs = ['include', '/usr/local/include']

needs to be:

    include_dirs = ['include', '/usr/local/include', '/opt/local/include']

Then installation works when dependencies are already installed with macports.

Original issue reported on code.google.com by colin...@musikara.com on 13 Jan 2014 at 3:46

GoogleCodeExporter commented 9 years ago
Fixed in sources.

Olivier

Original comment by belan...@gmail.com on 19 Feb 2014 at 1:46