- Dec 15, 2015
-
-
Christoph Groth authored
-
- Dec 14, 2015
-
-
Co-authored by Anton Akhmerov <anton.akhmerov@gmail.com>
-
- Dec 11, 2015
-
-
Christoph Groth authored
-
- Dec 09, 2015
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
I try to cleanly separate between information that should be part of the Kwant source distribution (that is tied to a particular version of Kwant), and generic information that is best presented on the website.
-
Christoph Groth authored
- Dec 07, 2015
-
-
-
Christoph Groth authored
-
- Nov 13, 2015
-
-
Christoph Groth authored
-
Michal Nowak authored
-
- Nov 02, 2015
-
-
Christoph Groth authored
-
Mathieu Istas authored
-
- Oct 26, 2015
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
- Oct 21, 2015
-
-
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.
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
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.
- Oct 20, 2015
-
-
Christoph Groth authored
We do not use it, but this makes sure that it's included in SOURCES.txt. This is necessary so that source distributions can be recreated identically from source distributions.
-
Christoph Groth authored
-
Christoph Groth authored
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
-
Christoph Groth authored
When the --no-cython option is given, it is no longer an error when derived files are older than source files. Error messages have been improved.
-
Christoph Groth authored
The file kwant/_static_version.py is no longer written upon every invocation of setup.py. Instead, a file kwant/_kwant_version.py is injected into source and binary distributions. The static version in kwant/_kwant_version.py now takes precedence before any version from git. This makes the --no-git option to setup.py no longer necessary, since the existence of kwant/_kwant_version.py has the same role. The motivation behind this change is to allow keeping Kwant distributions in git repositories that have a different layout from the canonical Kwant git repository. This is useful for example for packaging. The name of the static version file was changed to avoid problems with stale files.
-