Search Criteria
Package Details: python-mapbox-earcut 1.0.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mapbox-earcut.git (read-only, click to copy) |
---|---|
Package Base: | python-mapbox-earcut |
Description: | Python bindings for the C++ implementation of the Mapbox Earcut library. |
Upstream URL: | https://github.com/skogler/mapbox_earcut_python |
Licenses: | ISC |
Submitter: | groctel |
Maintainer: | groctel |
Last Packager: | groctel |
Votes: | 5 |
Popularity: | 0.044873 |
First Submitted: | 2021-04-04 16:32 (UTC) |
Last Updated: | 2024-08-04 09:53 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-virtualenv (check)
Required by (4)
- manim
- manim-git
- python-manimgl
- python-trimesh (optional)
Latest Comments
michael.platzer commented on 2021-07-21 15:53 (UTC)
With GCC 11 this package fails to compile with following error (repeated several times):
The reason seems to be that some headers are less frequently included in libstdc++, see: https://www.gnu.org/software/gcc/gcc-11/porting_to.html
While waiting for an upstream fix, applying the following patch to the PKGBUILD fixes the issue:
groctel commented on 2021-05-28 12:36 (UTC)
Thank you @fl0r1an! I've updated the dependencies :)
fl0r1an commented on 2021-05-27 21:13 (UTC)
I think there are 2 packages missing in the makedepends.
I made the package in a chroot and it says that the command git was not found and later, the command pip was not found. I added git and python-pip to the makedepends and then it worked.
Kind regards :)