This is actually fixed in numpy 1.1.1, and the diff is attached.


32c32,35
<         if '.' not in libname:
---
> 
>         ext = os.path.splitext(libname)[1]
> 
>         if not ext:
40a44,45
>         else:
>             libname_ext = [libname]

Reply via email to