Magnus Lie Hetland wrote: > On Oct 16, 2009, at 13:59, Dag Sverre Seljebotn wrote: > > >> I've started to use SCons for building Cython (a lovely experience >> compared to distutils .. I'll upload the necesarry files and write >> some >> docs some happy day). It has excellent support for plugging in >> dependency tracking of pyx files (i.e. get list of cimported pxd >> files, >> include pxi files and cdef extern-ed h files). >> > > Do you mean that you're using SCons for building other programs that > you've written in the Cython language, or that you're using it to > build the Cython distribution itself? > > If it's the former, that sounds very interesting. All my build setups > (setup.py + Makefile) have been a bit semi-hackish so far, IMO... :-} > The former (definitely!, we don't want a SCons dependency for Cython). It's very nice, but there's some warts I'd like to fix before taking the time to bundle it with Cython. If you want something temporarily to hack with (or cooperate on), tell me.
Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
