
13 Jun
2013
13 Jun
'13
9:03 a.m.
On Thursday, June 13, 2013 1:55:02 PM UTC+2, Stefan van der Walt wrote:
On Thu, Jun 13, 2013 at 11:43 AM, Evan <evan...@gmail.com javascript:> wrote:
Thanks for your reply. Can you coach me a little on the modification I
need
to make. I assume the file to edit is: ... /scikit-image-0.8.2/skimage/_shared/setup.py But so far I don't see how to resolve what's needed from http://docs.cython.org/src/tutorial/external.html#dynamic-linking into
the
setup file.
Yes, you need to add the 'libraries=["m"]' part.
Stéfan
Ok, got it. Had to work through and edit each each subdir + setup.py as needed.
I'll send the pull request in the next day or two.
Thanks very much for the help, Evan