[Cython] remove old cruft

2009-12-17 Thread Lisandro Dalcín
Cython contains some code to C-compilelink generated C sources. This
likely comes from Pyrex. I would like to remove all that (we already
have pyximport, and there are better ways to implement .pyx -
.so|.pyd):

This change is going to require:

1) Fix Cython/Compiler/Main.py in a few places

2) rm -r Cython/Mac

3) rm -r Cython/Unix

4) adjust setup.py for changes in (2) y (3)



-- 
Lisandro Dalcín
---
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594
___
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev


Re: [Cython] remove old cruft

2009-12-17 Thread Dag Sverre Seljebotn
Lisandro Dalcín wrote:
 Cython contains some code to C-compilelink generated C sources. This
 likely comes from Pyrex. I would like to remove all that (we already
 have pyximport, and there are better ways to implement .pyx -
 .so|.pyd):

 This change is going to require:

 1) Fix Cython/Compiler/Main.py in a few places
   
I'd appriciate it if you stayed away from the parts containing pipeline 
construction -- in the kurt-gsoc branch I've moved it to another file 
(Pipeline.py) which makes merging a pain (I hope to be able to merge it 
soon).

Other than that, go for it IMO.

Dag Sverre
 2) rm -r Cython/Mac

 3) rm -r Cython/Unix

 4) adjust setup.py for changes in (2) y (3)



   

___
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev


Re: [Cython] remove old cruft

2009-12-17 Thread Stefan Behnel

Lisandro Dalcín, 17.12.2009 16:16:
 Cython contains some code to C-compilelink generated C sources. This
 likely comes from Pyrex. I would like to remove all that (we already
 have pyximport, and there are better ways to implement .pyx -
 .so|.pyd):
 
 This change is going to require:
 
 1) Fix Cython/Compiler/Main.py in a few places
 
 2) rm -r Cython/Mac
 
 3) rm -r Cython/Unix
 
 4) adjust setup.py for changes in (2) y (3)

+1, make that rm -fr.

Stefan

___
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev


Re: [Cython] remove old cruft

2009-12-17 Thread Robert Bradshaw
On Dec 17, 2009, at 7:29 AM, Stefan Behnel wrote:

 Lisandro Dalcín, 17.12.2009 16:16:
 Cython contains some code to C-compilelink generated C sources. This
 likely comes from Pyrex. I would like to remove all that (we already
 have pyximport, and there are better ways to implement .pyx -
 .so|.pyd):

 This change is going to require:

 1) Fix Cython/Compiler/Main.py in a few places

 2) rm -r Cython/Mac

 3) rm -r Cython/Unix

 4) adjust setup.py for changes in (2) y (3)

 +1, make that rm -fr.

+1 from me too.

- Robert


___
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev


Re: [Cython] remove old cruft

2009-12-17 Thread Lisandro Dalcín
On Thu, Dec 17, 2009 at 8:35 PM, Robert Bradshaw
rober...@math.washington.edu wrote:
 On Dec 17, 2009, at 7:29 AM, Stefan Behnel wrote:

 Lisandro Dalcín, 17.12.2009 16:16:
 Cython contains some code to C-compilelink generated C sources. This
 likely comes from Pyrex. I would like to remove all that (we already
 have pyximport, and there are better ways to implement .pyx -
 .so|.pyd):

 This change is going to require:

 1) Fix Cython/Compiler/Main.py in a few places

 2) rm -r Cython/Mac

 3) rm -r Cython/Unix

 4) adjust setup.py for changes in (2) y (3)

 +1, make that rm -fr.

 +1 from me too.


http://hg.cython.org/cython-devel/rev/adcb695965d7


-- 
Lisandro Dalcín
---
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594
___
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev