[Numpy-discussion] Few minor issues with numscons

Brian Granger ellisonbg.net at gmail.com
Wed Feb 4 00:21:48 EST 2009


> The releases are on Pypi for quite some time. I converted the repo to
> git and put it on github, but I have not really worked on numscons for
> several months now for lack of time ( and because numscons it mostly
> "done" and the main limitations of numscons are not fixable without
> fixing some fairly major scons limitations).
>
> Basically, the repo on github is only the convertion from bzr, without
> any new features.

Do you have plans to continue to maintain it though?

One other things I forgot to mention.  I first tried the head of your
git repo and numpy complained that the version of numscons (0.10) was
too *old*.  It wanted the version to be greater than somehting like
0.9.1, and clearly it was, so it looks like there is a bug in the
numscons version parsing in numpy.distutils.

>> * The scons/scons-local subdir is not installed when running python
>> setup.py install.  I had to use python setupegg.py to get this to
>> install in the right place.
>
> That's strange, you are not the first one to mention this bug, but I
> never had this problem myself - I myself never use setupegg except
> when creating eggs for pypi.

OK, I will have a look at this further to see what the cause is.

Thanks for a great package that solve a really painful set of issues!

Brian

> cheers,
>
> David
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list