Thanks Miro - that size pointer was helpful. Indeed, the only thing in the
wheel are 3 metadata files.
Things seem to be OK up to this point in the upstream hatchling build:
https://github.com/dmlc/xgboost/blob/43897b829680d241491abe1ecd46b2ba9d338967/python-package/packager/pep517.py#L86
... t
Thanks for the assistance Miro.
I've uploaded a local build log here:
https://nathans.fedorapeople.org/xgboost/build.log
AFAICS the python parts of the %install step seemed to have worked, but based
on Sandro's pointer I can see many files are missing.
cheers.
--
Nathan
--
__
Thanks for the assistance Sandro!
What I see is ...
BUILDROOT/xgboost-2.0.2-1.fc39.aarch64/usr/[...] <- all manner of files from
the C++ build/install, then ...
BUILDROOT/xgboost-2.0.2-1.fc39.aarch64/usr/lib
BUILDROOT/xgboost-2.0.2-1.fc39.aarch64/usr/lib/python3.12
BUILDROOT/xgboost-2.0.2-1.fc39
Hi all,
I've recently been packaging xgboost for Fedora. It's a C++ project using
cmake, with a python module on the side (all in one source tarball):
https://nathans.fedorapeople.org/xgboost/
The dependent dmlc-core package is here:
https://nathans.fedorapeople.org/dmlc-core/
Everything is p