Skip to content

Commit 9121a02

Browse files
committed
Do not build openmp enabled distances
This checks also that the openmp distance module is still available.
1 parent 139cf23 commit 9121a02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
pip install package/
3+
MDA_USE_OPENMP=FALSE pip install package/
44
pip install testsuite/

maintainer/conda/MDAnalysis/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source:
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

1111
requirements:
1212
build:
@@ -44,6 +44,7 @@ test:
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
@@ -61,7 +62,7 @@ test:
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

6667
about:
6768
home: http://www.mdanalysis.org

0 commit comments

Comments
 (0)