Package Details: python-gmsh_interop 2021.1.1-1

Git Clone URL: https://aur.archlinux.org/python-gmsh_interop.git (read-only, click to copy)
Package Base: python-gmsh_interop
Description: Interoperability with Gmsh for Python
Upstream URL: https://documen.tician.de/gmsh_interop
Licenses: MIT
Submitter: carlosal1015
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 1
Popularity: 0.000000
First Submitted: 2021-09-09 17:50 (UTC)
Last Updated: 2021-12-26 17:32 (UTC)

Pinned Comments

carlosal1015 commented on 2021-09-09 18:01 (UTC)

Important note: Is recommended to receive the following key before to install:

$ gpg --recv-keys 71AA298BCA171145

Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.

Latest Comments

carlosal1015 commented on 2021-12-24 21:33 (UTC) (edited on 2021-12-26 17:46 (UTC) by carlosal1015)

Edited 26-12-2021: Fixed with 2021.1.1, test are passing with latest gmsh.

Edited 24-12-2021: See https://github.com/inducer/gmsh_interop/issues/21

Thanks for reporting @ivanc1, since last update from python3.10 and gmsh 4.9.X, where X>=0. I know this error. Maybe will be reported in the issue tracker or wait to the next release.

Now, is not passing the tests, but I could suggest this advice, edit the file /etc/makepkg.conf and add !check to the BUILDENV‌ array.

ivanc1 commented on 2021-12-24 21:02 (UTC)

Not able to make due to the following errors.

[code] =========================== short test summary info ============================ FAILED test/test_gmsh.py::test_simplex_gmsh[1-2] - AttributeError: 'NoneType'... FAILED test/test_gmsh.py::test_simplex_gmsh[1-3] - AttributeError: 'NoneType'... FAILED test/test_gmsh.py::test_simplex_gmsh[3-2] - AttributeError: 'NoneType'... FAILED test/test_gmsh.py::test_simplex_gmsh[3-3] - AttributeError: 'NoneType'... FAILED test/test_gmsh.py::test_quad_gmsh[1-2] - AttributeError: 'NoneType' ob... FAILED test/test_gmsh.py::test_quad_gmsh[1-3] - AttributeError: 'NoneType' ob... FAILED test/test_gmsh.py::test_quad_gmsh[3-2] - AttributeError: 'NoneType' ob... FAILED test/test_gmsh.py::test_quad_gmsh[3-3] - AttributeError: 'NoneType' ob... ======================== 8 failed, 9 warnings in 0.54s ========================= ==> ERROR: A failure occurred in check(). Aborting... [/code]

carlosal1015 commented on 2021-09-09 18:01 (UTC)

Important note: Is recommended to receive the following key before to install:

$ gpg --recv-keys 71AA298BCA171145

Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.