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
50eb8102
Commit
50eb8102
authored
Feb 26, 2014
by
Robert McGibbon
Browse files
Add .dms file to cmake lists to copy into build directory
parent
72fb1adc
Changes
2
Show 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 @
50eb8102
...
...
@@ -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 @
50eb8102
...
...
@@ -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