Bug#950920: [3dprinter-general] trimesh_3.5.25-1_amd64.changes REJECTED

2023-04-04 Thread Gregor Riepl
E TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe' Tracked it down to incorrect usage of numpy.bincount: This function requires the native index type, which is int32 on i686 (and probably all other 32-bit architectures). I submitted a

Bug#950920: [3dprinter-general] trimesh_3.5.25-1_amd64.changes REJECTED

2023-04-03 Thread Gregor Riepl
So, I pushed my current version to Salsa. The CI job found another issue: Some of the tests fail on i386 due to typing mismatches: https://salsa.debian.org/3dprinting-team/trimesh/-/jobs/4103005 E TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the

Bug#950920: [3dprinter-general] trimesh_3.5.25-1_amd64.changes REJECTED

2023-04-01 Thread Gregor Riepl
I experimented with the package a bit and was successful in building it, including running all the tests. My current fix for the model path issue is not very good, though: I simply patched out the relative path so it would work with the local package build directory, but it's probably better if

Bug#950920: [3dprinter-general] trimesh_3.5.25-1_amd64.changes REJECTED

2020-04-12 Thread Christoph Berg
retitle 950920 RFP: trimesh -- Python triangular meshes with an emphasis on watertight surfaces noowner 950920 thanks Re: Thorsten Alteholz 2020-04-08 > please mention trimesh-3.5.25/models/duck.dae in your debian/copyright. > > While you are at it, please also take care of the lintian error.