-
Notifications
You must be signed in to change notification settings - Fork 274
[BUG]: cython files packaged as part of the wheel #766
Copy link
Copy link
Labels
P1Medium priority - Should doMedium priority - Should docuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings modulecuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduleenhancementAny code-related improvementsAny code-related improvementspackagingAnything related to wheels or Conda packagesAnything related to wheels or Conda packages
Milestone
Metadata
Metadata
Assignees
Labels
P1Medium priority - Should doMedium priority - Should docuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings modulecuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduleenhancementAny code-related improvementsAny code-related improvementspackagingAnything related to wheels or Conda packagesAnything related to wheels or Conda packages
Type
Projects
Status
Done
Is this a duplicate?
Type of Bug
Something else
Component
cuda.bindings
Describe the bug
After installing wheel I have cpp, pxd, pyx files in the module install folder, however those are not needed to be a part of wheel package. Fragment from
RECORDfile:How to Reproduce
Install wheel from pypi
Expected behavior
Only
.sofiles should end up in the wheel..pxdand.pyxshould end up in sdist..cppshould be ignored in both cases.Operating System
No response
nvidia-smi output
No response