Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
science-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rafal Skolasinski
science-docker
Commits
0047fce4
Commit
0047fce4
authored
6 years ago
by
Rafal Skolasinski
Browse files
Options
Downloads
Patches
Plain Diff
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
6 years ago
Stage: mirror
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-0
5 additions, 0 deletions
README.md
with
5 additions
and
0 deletions
README.md
+
5
−
0
View file @
0047fce4
...
...
@@ -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 .
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment