https://bugzilla.redhat.com/show_bug.cgi?id=2395004
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?([email protected]) | --- Comment #26 from [email protected] --- Spec URL: https://trix.fedorapeople.org/python-cupy-rocm.spec SRPM URL: https://trix.fedorapeople.org/python-cupy-rocm-14.1.1-1.fc45.src.rpm > Missing Provides: bundled() declarations for bundled components: > - jitify 0.9 (cupy/_core/include/cupy/_jitify/jitify.hpp) > - dlpack 1.0 (cupy/_core/include/cupy/_dlpack/dlpack.h) > - thrust 3.1.2 (cupy/_core/include/cupy/complex/*) — CuPy fork of Thrust > complex math from CCCL 3.1.2 > - xsf 0.1.5 (cupy/_core/include/cupy/xsf/*) — https://github.com/scipy/xsf > - mdspan 4.0 (cupy/_core/include/cupy/xsf/third_party/kokkos/mdspan.hpp) — > bundled within xsf > - PBA kernels (cupyx/scipy/ndimage/cuda/pba_kernels_*.h) — no upstream version To address this issue, this change in the spec file. # cupy/_core/include/cupy/_jitify/jitify.hpp Provides: bundled(jitify) = 0.9 # cupy/_core/include/cupy/_dlpack/dlpack.h Provides: bundled(dlpack) = 1.0 # cupy/_core/include/cupy/complex/* Provides: bundled(thrust) = 3.1.2 # cupy/_core/include/cupy/xsf/* Provides: bundled(xsf) = 0.1.5 # cupy/_core/include/cupy/xsf/third_party/kokkos/mdspan.hpp Provides: bundled(mdspan) = 4.0 # cupyx/scipy/ndimage/cuda/pba_kernels_*.h Provides: bundled(pba) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2395004 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202395004%23c26 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
