[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55060] [PATCH 6/6] gnu: Add python-pyvista.
From: |
Maxime Devos |
Subject: |
[bug#55060] [PATCH 6/6] gnu: Add python-pyvista. |
Date: |
Fri, 22 Apr 2022 20:04:03 +0200 |
User-agent: |
Evolution 3.38.3-1 |
Paul A. Patience schreef op vr 22-04-2022 om 01:03 [+0000]:
> + ;; Disable tests for now because they require several modules
> + ;; currently unpackaged in Guix.
> + (delete 'check)
> + ;; Disable the sanity check, which fails with the following error:
> + ;;
> + ;; ...checking requirements: ERROR: pyvista==0.34.0
> DistributionNotFound(Requirement.parse('vtk'), {'pyvista'})
> + ;;
> + ;; Probably it cannot find VTK because it isn't a Python library.
vtk is (among other things) a Python library, try building vtk and
looking into lib/python3.9/site-packages/vtk.py.
As such, shouldn't 'vtk' be in propagated-inputs, such that when
dependents use 'python-pyvista', the vtk libraries will actually be
found?
Greetings,
Maxime
signature.asc
Description: This is a digitally signed message part
- [bug#55060] [PATCH 0/6] gnu: Add python-pyvista., Paul A. Patience, 2022/04/21
- [bug#55060] [PATCH 5/6] gnu: Add python-scooby., Paul A. Patience, 2022/04/21
- [bug#55060] [PATCH 5/6] gnu: Add python-scooby., Maxime Devos, 2022/04/22
- [bug#55060] [PATCH 5/6] gnu: Add python-scooby., Maxime Devos, 2022/04/22
- [bug#55060] [PATCH 5/6] gnu: Add python-scooby., Maxime Devos, 2022/04/22
- [bug#55060] [PATCH 5/6] gnu: Add python-scooby., Paul A. Patience, 2022/04/22
- [bug#55060] [PATCH 5/6] gnu: Add python-scooby., Maxime Devos, 2022/04/22
- [bug#55060] [PATCH 5/6] gnu: Add python-scooby., Maxime Devos, 2022/04/22
- [bug#55060] [PATCH 5/6] gnu: Add python-scooby., Maxime Devos, 2022/04/29