You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install openmm on a fresh Conda environment on a PowerPC HPC system (linux-ppc64le platform), the version that gets installed is conda-forge/linux-ppc64le::openmm-7.6.0-py39h1b06f70_0. The output of conda search -f openmm is:
It appears that the most recent build for this architecture is version 7.6.0 for Python 3.6–3.9. Are there any plans to continue supporting linux-ppc64le architectures? If so, would it be possible to build recent versions of OpenMM for Python 3.9+?
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
which according to this documentation should be enough. On the other hand, different documentation suggests using travis, which supposedly supports native PPC builds. And then again, looking for other packages that build for PPC I found this recipe which puts linux_ppc64le: linux_64 in the build_platform section and doesn't have a provider section. I'm not sure what's going on or what's the right way of doing it.
Comment:
Hello,
When trying to install
openmm
on a fresh Conda environment on a PowerPC HPC system (linux-ppc64le
platform), the version that gets installed isconda-forge/linux-ppc64le::openmm-7.6.0-py39h1b06f70_0
. The output ofconda search -f openmm
is:It appears that the most recent build for this architecture is version 7.6.0 for Python 3.6–3.9. Are there any plans to continue supporting
linux-ppc64le
architectures? If so, would it be possible to build recent versions of OpenMM for Python 3.9+?Many thanks in advance.
The text was updated successfully, but these errors were encountered: