unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob ce82309afd656e1558ff150f6cc1ace9e80b5ffe 618 bytes (raw)
name: gnu/packages/patches/python-xgboost-use-system-libxgboost.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
This patch was imported from Debian: https://sources.debian.org/src/xgboost/1.2.1-1/debian/patches/setup.py.patch/

Description: the libxgboost.so has been installed by another package already
Forwarded: no need
--- a/python-package/setup.py
+++ b/python-package/setup.py
@@ -286,10 +286,8 @@
               'numpy',
               'scipy',
           ],
-          ext_modules=[CMakeExtension('libxgboost')],
           cmdclass={
               'build_ext': BuildExt,
               'sdist': Sdist,
-              'install_lib': InstallLib,
               'install': Install
           },
           extras_require={

debug log:

solving ce82309afd ...
found ce82309afd in https://yhetil.org/guix-patches/20210627173047.2576-3-monego@posteo.net/

applying [1/1] https://yhetil.org/guix-patches/20210627173047.2576-3-monego@posteo.net/
diff --git a/gnu/packages/patches/python-xgboost-use-system-libxgboost.patch b/gnu/packages/patches/python-xgboost-use-system-libxgboost.patch
new file mode 100644
index 0000000000..ce82309afd

Checking patch gnu/packages/patches/python-xgboost-use-system-libxgboost.patch...
Applied patch gnu/packages/patches/python-xgboost-use-system-libxgboost.patch cleanly.

index at:
100644 ce82309afd656e1558ff150f6cc1ace9e80b5ffe	gnu/packages/patches/python-xgboost-use-system-libxgboost.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).