Top.Mail.Ru
i_love_python, posts by tag: python - LiveJournal — LiveJournal
? ?
May. 25th, 2008 @ 07:53 pm Я и bzr, часть 1. Как все начиналось
В 2004 году я осознал, что мне нужна distributed version control system. Тогда у меня был опыт работы с VSS и CVS в сумме порядка пары лет. В то время существовала только одна DVCS, которая более-менее работала под Windows, и на которую можно было смотреть серьезно. Как некоторые уже догадались -- это был darcs.

Дальше много буквCollapse )

(Продолжение будет...)
About this Entry
ImageImage
ImageImage
Image
ImageImage
Feb. 18th, 2008 @ 10:35 pm Scons и Си* расширения для Python
Tags: ,
Сегодня увидел анонс новой версии проекта http://pypi.python.org/pypi/numscons/0.4.1 :
numpy.distutils.scons is basically an extension of numpy.distutils to use scons
for building extensions instead of distutils. Some of the advantages:

    - fine grained control of compilation environement (compiler options,
      etc...)
    - ability to build shared, static libraries in a cross platform manner
    - ability to build standard C python extension and Ctypes-based extensions
      in a cross platform manner
    - support library for high level system capabilities cheks, including
      availability of MKL, ATLAS, etc. and more generic framework to build your
      own, cross platform checks (think autoconf, but using python instead of
      M4)


Подумалось: а почему при помощи SCons нельзя собирать расширения, написанные на Pyrex? Спросил я гугля, и оказалось, что это вобщем-то не так и сложно:

http://pyinsci.blogspot.com/2007/01/building-pyrex-with-scons.html

SCons рулит.
About this Entry
ImageImage
ImageImage
Image
ImageImage
Image
ImageImage
Image