[SciPy-dev] Re: [Scipy-cvs] world/scipy setup.py,1.10,1.11

Pearu Peterson pearu at scipy.org
Thu Sep 18 09:11:00 EDT 2003


On Wed, 17 Sep 2003 martin at scipy.org wrote:

> Index: setup.py
> ===================================================================
> RCS file: /home/cvsroot/world/scipy/setup.py,v
> retrieving revision 1.10
> retrieving revision 1.11
> diff -C2 -d -r1.10 -r1.11
> *** setup.py	15 Sep 2003 14:06:42 -0000	1.10
> --- setup.py	17 Sep 2003 20:21:29 -0000	1.11
> ***************
> *** 50,54 ****
>   scipy_packages = standard_packages
>   scipy_packages += graphics_packages
> ! #scipy_packages += chaco_packages
>   
>   #---------------
> --- 50,54 ----
>   scipy_packages = standard_packages
>   scipy_packages += graphics_packages
> ! scipy_packages += chaco_packages

Hmm, why is this uncommented? Now chaco and friends are
installed in two locations: both in site-packages/ and
site-packages/scipy/.

>   #---------------
> ***************
> *** 60,64 ****
>   
>   # enable building chaco here by uncommenting the following line:
> ! #separate_packages += chaco_packages
>   
>   #-------------------------------
> --- 60,64 ----
>   
>   # enable building chaco here by uncommenting the following line:
> ! separate_packages += chaco_packages

I thought we agreed on disabling chaco build under scipy
because of gcc 2.95 bugs showing up on chaco C++ codes.

Pearu




More information about the SciPy-Dev mailing list