Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python binding] --use-system-libxgboost isn't respected by the build #6879

Closed
yurivict opened this issue Apr 20, 2021 · 2 comments
Closed

Comments

@yurivict
Copy link

--use-system-libxgboost in the install args:

python-3.7 setup.py install  --record /disk-samsung/freebsd-ports/misc/py-xgboost/work-py37/.PLIST.pymodtmp  --use-system-libxgboost --single-version-externally-managed --root=/disk-samsung/freebsd-ports/misc/py-xgboost/work-py37/stage

isn't respected and the line in python-package/setup.py

if USER_OPTIONS['use-system-libxgboost'][2]:

is evaluated to false.

FreeBSD 12,2

@trivialfis
Copy link
Member

This might be a bug in setup tools.

@hcho3
Copy link
Collaborator

hcho3 commented Jun 6, 2023

Closing, since XGBoost no longer users setuptools and has transitioned to pyproject.toml based installation.

@hcho3 hcho3 closed this as completed Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants