[Numpy-discussion] REMINDER: trunk is about to be frozen for 1.4.0

Darren Dale dsdale24 at gmail.com
Tue Nov 17 12:16:43 EST 2009


Please consider applying this patch before freezing, or you can't do
"python setup.py develop" with Distribute (at least not with
Enthought's Enable):

ndex: numpy/distutils/command/build_ext.py
===================================================================
--- numpy/distutils/command/build_ext.py        (revision 7734)
+++ numpy/distutils/command/build_ext.py        (working copy)
@@ -61,6 +61,7 @@
                if self.distribution.have_run.get('build_clib'):
                    log.warn('build_clib already run, it is too late to ' \
                            'ensure in-place build of build_clib')
+                    build_clib =
self.distribution.get_command_obj('build_clib')
                else:
                    build_clib =
self.distribution.get_command_obj('build_clib')
                    build_clib.inplace = 1

On Mon, Nov 16, 2009 at 4:29 AM, David Cournapeau
<david at ar.media.kyoto-u.ac.jp> wrote:
> Hi,
>
>    A quick remainder: the trunk will be closed for 1.4.0 changes within
> a few hours. After that time, the trunk should only contain things which
> will be in 1.5.0, and the 1.4.0 changes will be in the 1.4.0 branch,
> which should contain only bug fixes.
>
> cheers,
>
> David
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list