A bridge between Python package build systems and CMake (a rewrite of the classic Scikit-build).
Scikit-build-core is a ground-up rewrite of the classic Scikit-build, a bridge between Python package build systems and CMake, the most popular compiled language build system. Scikit-build-core was built using Python packaging standards developed after scikit-build (classic) was written.
Scikit-build-core is a ground-up rewrite of the classic Scikit-build, a bridge between Python package build systems and CMake, the most popular compiled language build system. Scikit-build-core was built using Python packaging standards developed after scikit-build (classic) was written.
To install py39-scikit-build-core, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-scikit-build-core
To see what files were installed by py39-scikit-build-core, run:
port contents py39-scikit-build-core
To later upgrade py39-scikit-build-core, run:
sudo port selfupdate && sudo port upgrade py39-scikit-build-core
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.