Several python projects I work with list cmake in their pyproject.toml install_requires section. This is incredibly awkward on freebsd because there are no wheels available, and thus cmake has to be built from source. This takes a while, which is undesirable.
Would it be appreciated if I contributed a CI pass to build wheels for FreeBSD?
Several python projects I work with list cmake in their pyproject.toml
install_requiressection. This is incredibly awkward on freebsd because there are no wheels available, and thus cmake has to be built from source. This takes a while, which is undesirable.Would it be appreciated if I contributed a CI pass to build wheels for FreeBSD?