[Numpy-discussion] build bug
John Hunter
jdhunter at ace.bsd.uchicago.edu
Sat Aug 12 11:27:07 CDT 2006
Just tried to build svn 2999 on OSX 10.3 w/ python2.3 and encountered
a bug in numpy/core/setup.py on line 102
if sys.version[:3] < '2.4':
#kws_args['headers'].append('stdlib.h')
if check_func('strtod'):
moredefs.append(('PyOS_ascii_strtod', 'strtod'))
I've commented out the kws_args because it is not defined in this
function. Appeared to build fine w/o it.
JDH
More information about the Numpy-discussion
mailing list