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
ec90b4bb
Commit
ec90b4bb
authored
Feb 26, 2014
by
peastman
Browse files
Merge pull request #338 from rmcgibbo/dms-cmake3
Add .dms file to cmake lists to copy into build directory
parents
72fb1adc
50eb8102
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
.travis.yml
.travis.yml
+0
-9
wrappers/python/CMakeLists.txt
wrappers/python/CMakeLists.txt
+1
-0
No files found.
.travis.yml
View file @
ec90b4bb
...
...
@@ -21,12 +21,3 @@ script:
-
sudo -E python setup.py install
-
cd tests
-
nosetests -vv
# - python TestAmberPrmtopFile.py
# - python TestDesmondDMSFile.py
# - python TestForceField.py
# - python TestGromacsTopFile.py
# - python TestModeller.py
# - python TestNumpyCompatibility.py
# - python validateConstraints.py
# - python validateConstraints.pyc
# - python validateModeller.py
wrappers/python/CMakeLists.txt
View file @
ec90b4bb
...
...
@@ -55,6 +55,7 @@ foreach(SUBDIR ${SUBDIRS})
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
SUBDIR
}
/*.xml"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
SUBDIR
}
/*.pdb"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
SUBDIR
}
/*.prmtop"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
SUBDIR
}
/*.dms"
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
${
SUBDIR
}
/*.top"
)
foreach
(
file
${
STAGING_INPUT_FILES1
}
)
...
...
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