This library allows to read GROMACS trr and xtc files and also to convert from one format to another. The library itself is offered under the BSD license, which means you are free to incorporate it any way you want in other libraries or executables, no matter what the final license is.
This library allows to read GROMACS trr and xtc files and also to convert from one format to another. The library itself is offered under the BSD license, which means you are free to incorporate it any way you want in other libraries or executables, no matter what the final license is.
To install xdrfile, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xdrfile
To see what files were installed by xdrfile, run:
port contents xdrfile
To later upgrade xdrfile, run:
sudo port selfupdate && sudo port upgrade xdrfile
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.