Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
e1d7fbb2
"wrappers/python/vscode:/vscode.git/clone" did not exist on "67004571d36ea4a1fde09be724b2dc35ea53519d"
Commit
e1d7fbb2
authored
Jul 05, 2014
by
John Chodera (MSKCC)
Browse files
Fixed error in testing block of meta.yaml
parent
d0a3f9a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
tools/ci/requirements-conda.txt
tools/ci/requirements-conda.txt
+1
-1
tools/conda-recipe/meta.yaml
tools/conda-recipe/meta.yaml
+6
-1
No files found.
tools/ci/requirements-conda.txt
View file @
e1d7fbb2
...
@@ -2,4 +2,4 @@ numpy
...
@@ -2,4 +2,4 @@ numpy
cython
cython
pip
pip
nose
nose
jinja2
tools/conda-recipe/meta.yaml
View file @
e1d7fbb2
...
@@ -12,7 +12,12 @@ requirements:
...
@@ -12,7 +12,12 @@ requirements:
-
python
-
python
-
fftw3f
-
fftw3f
test
:
test
:
requires
:
-
cmake
-
nose
commands
:
-
# Test excluding OpenCL tests
-
# Test excluding OpenCL tests
-
ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
-
ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
-
nosetests -vv --processes=-1 --process-timeout=200
-
nosetests -vv --processes=-1 --process-timeout=200
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment