Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,11 @@ Note that this will affect how Conda behaves with other environments.

[Rosetta]: https://support.apple.com/en-au/HT211861
[use Rosetta]: https://conda-forge.org/docs/user/tipsandtricks/#installing-apple-intel-packages-on-apple-silicon

## OpenFF on Intel-based macOS (x86)

All OpenFF software is written in pure Python code and can be expected to function long as the relevant dependencies can be installed. As of Fall 2024, some users have reported issues with versions of AmberTools on certain Intel-based macOS platforms. OpenFF tools, for use cases that require it, work as long as the AmberTools installation functions. For those with access to Apple Silicon hardware, we recommend using the native architecture (Apple Silicon/ARM/`osx-arm64`).

Note that AmberTools can also be built locally from its own release tarball according to the [instructions Amber's website](https://ambermd.org/GetAmber.php#ambertools).

Note also that many OpenFF use cases only require AmberTools for its AM1-BCC partial charge assignment; for users with [OpenEye Licenses](https://docs.eyesopen.com/applications/common/license.html), OpenEye Toolkits' OEChem module can be used instead.
Loading