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
32193422
Unverified
Commit
32193422
authored
Nov 26, 2025
by
9527567
Committed by
GitHub
Nov 25, 2025
Browse files
Add pythonforce.i to SWIG input files (#5148)
Added pythonforce.i to SWIG input files for Python.
parent
103b64b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
wrappers/python/CMakeLists.txt
wrappers/python/CMakeLists.txt
+1
-0
No files found.
wrappers/python/CMakeLists.txt
View file @
32193422
...
@@ -164,6 +164,7 @@ set(SWIG_INPUT_FILES2
...
@@ -164,6 +164,7 @@ set(SWIG_INPUT_FILES2
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/features.i"
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/features.i"
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/header.i"
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/header.i"
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/pythoncode.i"
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/pythoncode.i"
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/pythonforce.i"
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/typemaps.i"
"
${
SWIG_OPENMM_DIR
}
/swig_lib/python/typemaps.i"
)
)
...
...
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