[SciPy-dev] cephes broken (revision 5176)

Xavier Gnata xavier.gnata at gmail.com
Sun Nov 23 07:36:03 EST 2008


Hi,

There are some missing declaration in the cephes module (rev 5197)

scipy/special/_cephesmodule.c: In function ‘Cephes_InitOperators’:

scipy/special/_cephesmodule.c:340: error: ‘PyUFunc_f_f_As_d_d’
undeclared (first use in this function)

scipy/special/_cephesmodule.c:340: error: (Each undeclared identifier is
reported only once

scipy/special/_cephesmodule.c:340: error: for each function it appears
in.)
scipy/special/_cephesmodule.c:341: error: ‘PyUFunc_d_d’ undeclared
(first use in this function)

scipy/special/_cephesmodule.c:364: error: ‘PyUFunc_ff_f_As_dd_d’
undeclared (first use in this function)
scipy/special/_cephesmodule.c:365: error: ‘PyUFunc_dd_d’ undeclared
(first use in this function)
scipy/special/_cephesmodule.c: In function ‘Cephes_InitOperators’:
scipy/special/_cephesmodule.c:340: error: ‘PyUFunc_f_f_As_d_d’
undeclared (first use in this function)
scipy/special/_cephesmodule.c:340: error: (Each undeclared identifier is
reported only once
scipy/special/_cephesmodule.c:340: error: for each function it appears in.)
scipy/special/_cephesmodule.c:341: error: ‘PyUFunc_d_d’ undeclared
(first use in this function)
scipy/special/_cephesmodule.c:364: error: ‘PyUFunc_ff_f_As_dd_d’
undeclared (first use in this function)
scipy/special/_cephesmodule.c:365: error: ‘PyUFunc_dd_d’ undeclared
(first use in this function)


Xavier



More information about the SciPy-Dev mailing list