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
10b23bf0
Unverified
Commit
10b23bf0
authored
Feb 11, 2026
by
Peter Eastman
Committed by
GitHub
Feb 11, 2026
Browse files
Specify extras_require on all platforms (#5207)
parent
017fca83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
wrappers/python/setup.py
wrappers/python/setup.py
+4
-0
No files found.
wrappers/python/setup.py
View file @
10b23bf0
...
@@ -156,6 +156,10 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM,
...
@@ -156,6 +156,10 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM,
"openmm.app"
:
[
'data/*.xml'
,
'data/*.pdb'
,
'data/amber14/*.xml'
,
'data/amber19/*.xml'
,
'data/charmm36/*.xml'
,
'data/charmm36_2024/*.xml'
,
'data/implicit/*.xml'
],
"openmm.app"
:
[
'data/*.xml'
,
'data/*.pdb'
,
'data/amber14/*.xml'
,
'data/amber19/*.xml'
,
'data/charmm36/*.xml'
,
'data/charmm36_2024/*.xml'
,
'data/implicit/*.xml'
],
"openmm.app.internal"
:
[]}
"openmm.app.internal"
:
[]}
setupKeywords
[
"install_requires"
]
=
[
"numpy"
]
setupKeywords
[
"install_requires"
]
=
[
"numpy"
]
setupKeywords
[
"extras_require"
]
=
{
"cuda12"
:
[
f
"OpenMM-CUDA-12==
{
setupKeywords
[
'version'
]
}
; platform_system !=
\"
Darwin
\"
"
],
"cuda13"
:
[
f
"OpenMM-CUDA-13==
{
setupKeywords
[
'version'
]
}
; platform_system !=
\"
Darwin
\"
"
],
"hip6"
:
[
f
"OpenMM-HIP-6==
{
setupKeywords
[
'version'
]
}
; platform_system !=
\"
Darwin
\"
and platform_machine ==
\"
x86_64
\"
"
],
"hip7"
:
[
f
"OpenMM-HIP-7==
{
setupKeywords
[
'version'
]
}
; platform_system !=
\"
Darwin
\"
and platform_machine ==
\"
x86_64
\"
"
]}
setupKeywords
[
"platforms"
]
=
[
"Linux"
,
"Mac OS X"
,
"Windows"
]
setupKeywords
[
"platforms"
]
=
[
"Linux"
,
"Mac OS X"
,
"Windows"
]
setupKeywords
[
"description"
]
=
\
setupKeywords
[
"description"
]
=
\
"Python wrapper for OpenMM (a C++ MD package)"
"Python wrapper for OpenMM (a C++ MD package)"
...
...
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