File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
maintainer/conda/MDAnalysis Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- pip install package/
3+ MDA_USE_OPENMP=FALSE pip install package/
44pip install testsuite/
Original file line number Diff line number Diff line change 66 # to build from source you can speficy the path to the code directly.
77 # path: ../../../
88 git_url : https://github.com/MDAnalysis/mdanalysis
9- git_branch : develop
9+ git_branch : master
1010
1111requirements :
1212 build :
4444 imports :
4545 - MDAnalysis
4646 - MDAnalysis.analysis
47+ - MDAnalysis.lib.c_distances_openmp
4748
4849 requires :
4950 # Put any additional test requirements here. For example
6162 - tempdir
6263
6364 commands :
64- - python -c 'import MDAnalysisTests; MDAnalysisTests.run(label="full", extra_argv=[])'
65+ # - python -c 'import MDAnalysisTests; MDAnalysisTests.run(label="full", extra_argv=[])'
6566
6667about :
6768 home : http://www.mdanalysis.org
You can’t perform that action at this time.
0 commit comments