[SciPy-dev] mlabwrap scikit [Was: Re: scikits project]

Robert Kern robert.kern at gmail.com
Thu Mar 29 09:36:01 EDT 2007


Stefan van der Walt wrote:
> On Thu, Mar 29, 2007 at 04:13:28AM +0100, Alexander Schmolck wrote:
>> In an email some time ago Robert Kern proposed the following directory
>> structure for scikits:
>>
>>       branches/
>>       tags/
>>       trunk/
>>         mlabwrap/
>>           setup.py
>>           scikits/
>>             __init__.py
>>             mlabwrap/
>>               __init__.py
> 
> Shouldn't that be
> 
> branches/
> tags/
> trunk/
>   scikits/
>     setup.py
>     __init__.py
>     mlabwrap/
>       __init__.py
>     gpc/
>       __init__.py
> 
> etc.?

No. The point of scikits is to keep each subpackage independent of the others.
It is very difficult to build each subpackage separately from the others if they
are in that kind of structure.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-Dev mailing list