Skip to content
Snippets Groups Projects
Commit efb2ef37 authored by Christoph Groth's avatar Christoph Groth
Browse files

provide a "what's new" entry for the recent changes to setup.py

parent 22a3547f
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -74,6 +74,8 @@ cythonization is disabled when building not from git. If ever necessary, this ...@@ -74,6 +74,8 @@ cythonization is disabled when building not from git. If ever necessary, this
default can be overridden by giving the ``--cython`` option to setup.py.) default can be overridden by giving the ``--cython`` option to setup.py.)
.. _build-configuration:
Build configuration Build configuration
=================== ===================
......
...@@ -43,3 +43,13 @@ system by just saying:: ...@@ -43,3 +43,13 @@ system by just saying::
syst = make_system(lattice_1D) syst = make_system(lattice_1D)
h = syst.hamiltonian_submatrix() h = syst.hamiltonian_submatrix()
pyplot.plot(np.eigs(h)[1][0]) pyplot.plot(np.eigs(h)[1][0])
Improved build configuration
------------------------------------------
The name of the build configuration file, ``build.conf`` by default, is now
configurable with the ``--configfile=PATH`` option to ``setup.py``. (This
makes build configuration usable with the ``pip`` tool.) The build
configuration as specified in this file is now more general, allowing to
modify any build parameter for any of the compiled extensions contained in
Kwant. See the :ref:`Installation instructions <build-configuration>` for
details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment