Skip to content
Snippets Groups Projects
  1. Oct 21, 2015
    • Christoph Groth's avatar
      setup.py: disable cython by default · b904e2b2
      Christoph Groth authored
      The pip tool messes up the timestamps of files, so with our previous strategy
      of enabling cython by default the build fails if Cython is not available.
      
      Also, turn the "warning" into a "caution" message that is less frightening and
      send it to stdout only, so that it does not appear with pip.
      b904e2b2
    • Christoph Groth's avatar
      setup.py: let Cython.Build.cythonize do the cythonization · b4b6375d
      Christoph Groth authored
      This offers better dependency handling (the compilation of some .c files
      depends on build.conf, but their cythonization doesn't), and other advantages
      like parallel builds.
      b4b6375d
  2. Oct 20, 2015
  3. Oct 09, 2015
  4. Sep 11, 2015
  5. Aug 04, 2015
  6. Jul 20, 2015
  7. Feb 04, 2015
  8. Feb 03, 2015
  9. Jul 09, 2014
  10. May 06, 2014
  11. Oct 08, 2013
    • Christoph Groth's avatar
      improve version extraction from git · cf363628
      Christoph Groth authored
      * Only extract the version from Git when the top level directory of the Git
        repository coincides with the root directory of the Kwant distribution
      
      * Disregard tags on branches that were merged-in (with Git >= 1.8.4).
      cf363628
  12. Sep 08, 2013
  13. Sep 03, 2013
  14. Sep 02, 2013
  15. Aug 28, 2013
  16. Aug 26, 2013
  17. Aug 22, 2013
  18. Jul 31, 2013
  19. Jul 01, 2013
  20. Feb 13, 2013
  21. Feb 06, 2013
  22. Feb 05, 2013
Loading