A Python module for distributed just-in-time shared library building
This module was written to improve a core component of the FEniCS framework, namely the just in time compilation of C++ code that is generated from Python modules, but is only called from within a C++ library, and thus do not need wrapping in a nice Python interface.
This module was written to improve a core component of the FEniCS framework, namely the just in time compilation of C++ code that is generated from Python modules, but is only called from within a C++ library, and thus do not need wrapping in a nice Python interface.
To install py39-dijitso, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-dijitso
To see what files were installed by py39-dijitso, run:
port contents py39-dijitso
To later upgrade py39-dijitso, run:
sudo port selfupdate && sudo port upgrade py39-dijitso
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.