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
ec43cdcc
Commit
ec43cdcc
authored
Jul 04, 2014
by
John Chodera (MSKCC)
Browse files
Restored parallel conda build; attempting to add C tests.
parent
bb87353a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
.travis.yml
.travis.yml
+5
-0
tools/conda-recipe/build.sh
tools/conda-recipe/build.sh
+1
-2
No files found.
.travis.yml
View file @
ec43cdcc
...
@@ -12,6 +12,11 @@ script:
...
@@ -12,6 +12,11 @@ script:
-
source activate $python
-
source activate $python
-
conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
-
conda install $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
-
conda list -e
-
conda list -e
-
# run C tests
-
pushd .
-
cd tools/conda-recipe/build
-
ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
-
popd
-
# run the python tests too
-
# run the python tests too
-
pushd .
-
pushd .
-
cd wrappers/python/tests
-
cd wrappers/python/tests
...
...
tools/conda-recipe/build.sh
View file @
ec43cdcc
...
@@ -30,8 +30,7 @@ cp -r $RECIPE_DIR/../.. .
...
@@ -30,8 +30,7 @@ cp -r $RECIPE_DIR/../.. .
mkdir
build
mkdir
build
cd
build
cd
build
cmake ..
$CMAKE_FLAGS
cmake ..
$CMAKE_FLAGS
#make -j4 # faster
make
-j4
make
# simpler to debug
make
install
make
install
export
OPENMM_INCLUDE_PATH
=
$PREFIX
/include
export
OPENMM_INCLUDE_PATH
=
$PREFIX
/include
...
...
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