123 Star 0 Fork 24

src-openEuler/python-xgboost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-xgboost.spec 3.17 KB
一键复制 编辑 原始数据 按行查看 历史
王歌 提交于 2025-05-08 15:26 +08:00 . update to version 1.7.6
%global pypi_name xgboost
%define _debugsource_template %{nil}
Name: python-%{pypi_name}
Version: 1.7.6
Release: 1
Summary: Scalable, Portable and Distributed Gradient Boosting Library
License: Apache-2.0
URL: https://github.com/dmlc/xgboost
Source0: %{pypi_source xgboost}
Source1: 0001-set-lib-install-dir
BuildRequires: python3-devel gcc-c++ cmake ninja-build
Requires: dejavu-fonts-common dejavu-sans-fonts libgfortran
Requires: openblas openblas-serial openblas-threads
Requires: python3-numpy python3-numpy-f2py python3-scipy
Requires: fontconfig fontpackages-filesystem
Requires: libX11 libXau libXft libXrender libxcb
Requires: %{_vendor}-rpm-config
Requires: python3-devel python3-rpm-generators tk
%global _description \
XGBoost is an optimized distributed gradient boosting library designed to be \
highly efficient, flexible and portable. It implements machine learning \
algorithms under the Gradient Boosting framework. XGBoost provides a parallel \
tree boosting (also known as GBDT, GBM) that solve many data science problems \
in a fast and accurate way. The same code runs on major distributed environment \
(Kubernetes, Hadoop, SGE, MPI, Dask) and can solve problems beyond billions of \
examples.
%description %{_description}
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name} %{_description}
%prep
%setup -n %{pypi_name}-%{version}
%ifarch x86_64
sed -i 's/aarch64/x86_64/g' %{SOURCE1}
%endif
cp %{SOURCE1} ./set-lib-install-dir.patch
patch -p1 < ./set-lib-install-dir.patch
%build
%py3_build
%install
pushd build
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 ./temp.linux-*-cpython-311/xgboost/xgboost %{buildroot}%{_bindir}
install -m 755 -d %{buildroot}/usr/xgboost
install ./temp.linux-*-cpython-311/xgboost/lib/libxgboost.so %{buildroot}/usr/xgboost
popd
%py3_install
%check
%files -n python3-%{pypi_name}
%{_bindir}/xgboost
/usr/xgboost
%doc README.rst
%{python3_sitearch}/%{pypi_name}/
%{python3_sitearch}/%{pypi_name}-*.egg-info/
%changelog
* Thu May 08 2025 Ge Wang <wang__ge@126.com> - 1.7.6-1
- Update to version 1.7.6
* Thu Feb 27 2025 zhangshaoning <zhangshaoning@uniontech.com> - 0.90-10
- Add sw_64 loongarch64 riscv64 and mips64 support
* Wed Jun 07 2023 chenchen <chen_aka_jan@163.com> - 0.90-9
- add PIE compiler option
* Sat Mar 04 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 0.90-8
- disable sse for loongarch64
* Thu Dec 22 2022 wanglin <wangl29@chinatelecom.cn> - 0.90-7
- Fix rpm-config hard code problem
* Mon Jul 25 2022 caodongxia <caodongxia@h-partners.com> - 0.90-6
- Use python3_sitearch instead of python3_sitelib
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 0.90-5
- License compliance rectification
* Mon Jan 24 2022 lvxiaoqian <xiaoqian@nj.iscas.ac.cn> - 0.90-4
- do not use sse for riscv
* Wed Jun 23 2021 wuchaochao <wuchaochao4@huawei.com> - 0.90-3
- add buildrequires: gcc-c++
* Thu Feb 27 2020 lijin Yang <yanglijin@huawei.com> - 0.90-2
- remove dependency of python2
* Thu Nov 7 2019 mengxian <mengxian@huawei.com> - 0.90-1
- Init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-xgboost.git
git@gitee.com:src-openeuler/python-xgboost.git
src-openeuler
python-xgboost
python-xgboost
master

搜索帮助