Skip to content
Snippets Groups Projects
Commit 0047fce4 authored by Rafal Skolasinski's avatar Rafal Skolasinski
Browse files

Add note on build Kwant from stable branch. Closes #3

parent be3f3069
No related branches found
No related tags found
No related merge requests found
Pipeline #11154 passed
......@@ -58,8 +58,13 @@ and execute build and test of a code with
docker exec kwant test -v --cov=kwant --cov-report term --flakes kwant
Note: everything after ``test`` are arguments passed to ``py.test``
Note: first command ``set.build.conf`` is specific to kwant and assures that MUPS will be configured properly.
If you want to install Kwant from ``stable`` branch you must first add conda's gcc to the environment with
docker exec kwant conda install gcc
If you want to start a clean build run following command in your ``kwant`` folder:
git clean -fxd .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment