Hi,
When I try the latest CVS build then I get
ImportError: scipy/special/cephes.so: undefined symbol: psi_
It seems that cdflib misses a file psi.f since cdflib/apser.f uses
EXTERNAL psi
and psi_ is defined nowhere.
Do we need a C wrapper containing
double psi_( double a ) { return psi(a); }
?
Pearu