Open JMorado opened 2 months ago
I don't know why it stopped building. It wasn't intentional.
We specify
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.