Navigation: Home | Downloads | Getting SST | Documentation | Support
To build SST on MacOS X, the following dependencies need to be installed.
Xcode and the command line tools should be installed via the Apple App Store. The remaining dependencies can be most easily acquired via a package manager such as MacPorts.
NOTE: MacPorts provides ports of software packages that are constantly changing, these instructions are a description of the process for specific versions. These ports may have different names and versions in the future. When in doubt, refer to the SST release notes for compatible versions.
Note: Installing MacPorts may require require root/superuser privileges.
xcode-select --install
. Follow prompts to complete the installation.[sudo] port install libtool automake autoconf python39 openmpi
The above commands will satisfy all the dependencies for a base install of SST. From here, configure and install SST as normal.