A Simple API for Grid and Distributed Applications
SAGA (Simple API for Grid Applications) defines a high-level interface to the most commonly used distributed computing functionality. SAGA-Python provides a Python module that is compliant with the OGF GFD.90 SAGA specification. Its main focus is ease of use and simple user-space deployment in heterogeneous distributed computing environments. It supports a wide range of application use-cases from simple, uncoupled tasks to complex workflows.
SAGA (Simple API for Grid Applications) defines a high-level interface to the most commonly used distributed computing functionality. SAGA-Python provides a Python module that is compliant with the OGF GFD.90 SAGA specification. Its main focus is ease of use and simple user-space deployment in heterogeneous distributed computing environments. It supports a wide range of application use-cases from simple, uncoupled tasks to complex workflows.
To install py27-saga, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-saga
To see what files were installed by py27-saga, run:
port contents py27-saga
To later upgrade py27-saga, run:
sudo port selfupdate && sudo port upgrade py27-saga
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.