Libctl is a free Guile-based library implementing flexible control files for scientific simulations. It was written to support the MIT Photonic Bands and Meep software, but has proven useful in other programs too.
Libctl is a free Guile-based library implementing flexible control files for scientific simulations. It was written to support the MIT Photonic Bands and Meep software, but has proven useful in other programs too.
To install libctl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libctl
To see what files were installed by libctl, run:
port contents libctl
To later upgrade libctl, run:
sudo port selfupdate && sudo port upgrade libctl
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.