[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44045] [PATCH 00/10] WIP Ultimaker Cura
From: |
Efraim Flashner |
Subject: |
[bug#44045] [PATCH 00/10] WIP Ultimaker Cura |
Date: |
Mon, 19 Oct 2020 10:08:14 +0300 |
On Sat, Oct 17, 2020 at 12:32:30PM +0200, Malte Frank Gerdes wrote:
> Hi,
>
> this series adds Ultimakers Cura software to Guix. It's WIP because the cura
> program itself segfaults while starting and i am not getting further as to why
> this happens. It would be great if someone interested could take a look :-)
>
> The trimesh python library cannot be built, because pyinstrument-cext can't be
> built. This is due to the fact that the used URLs to fetch the source archive
> don't exist. I have yet to find out how they are generated.
for pyinstrument-cext, try replacing the string in pypi-uri to
"pyinstrument_cext", with an underscore.
> The python packages should be at the correct place, but i'm not usre where the
> cura packages should be placed. Is engineering.scm the right place? If so i
> will
> sort them alphabetically.
>
>
> Malte
>
> Malte Frank Gerdes (10):
> gnu: Add libArcus.
> gnu: Add cura-engine.
> gnu: Add cura-binary-data.
> gnu: Add uranium.
> gnu: Add libCharon.
> gnu: Add libSavitar.
> gnu: Add cura.
> gnu: Add python-pyinstrument-cext.
> gnu: Add python-pyinstrument.
> gnu: Add python-trimesh.
>
> gnu/packages/engineering.scm | 293 ++++++++++++++++++++++++++++++++
> gnu/packages/python-check.scm | 39 +++++
> gnu/packages/python-science.scm | 29 ++++
> 3 files changed, 361 insertions(+)
>
> --
> 2.28.0
>
>
>
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
signature.asc
Description: PGP signature
- [bug#44045] [PATCH 01/10] gnu: Add libArcus., (continued)
- [bug#44045] [PATCH 01/10] gnu: Add libArcus., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 03/10] gnu: Add cura-binary-data., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 05/10] gnu: Add libCharon., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 06/10] gnu: Add libSavitar., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 02/10] gnu: Add cura-engine., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 04/10] gnu: Add uranium., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 09/10] gnu: Add python-pyinstrument., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 07/10] gnu: Add cura., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 08/10] gnu: Add python-pyinstrument-cext., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 10/10] gnu: Add python-trimesh., Malte Frank Gerdes, 2020/10/17
- [bug#44045] [PATCH 00/10] WIP Ultimaker Cura,
Efraim Flashner <=
- [bug#44045] [PATCH 10/10 v2] WIP Ultimaker Cura, Malte Frank Gerdes, 2020/10/21
- [bug#44045] [PATCH 08/10 v2] WIP Ultimaker Cura, Malte Frank Gerdes, 2020/10/21