Search Criteria
Package Details: python-moderngl-window 3.1.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-moderngl-window.git (read-only, click to copy) |
---|---|
Package Base: | python-moderngl-window |
Description: | A utility library for ModernGL making window creation and resource loading simple. |
Upstream URL: | https://github.com/moderngl/moderngl-window |
Licenses: | MIT |
Submitter: | groctel |
Maintainer: | groctel |
Last Packager: | groctel |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-04 21:17 (UTC) |
Last Updated: | 2025-04-01 16:35 (UTC) |
Dependencies (15)
- python-modernglAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pillow (python-pillow-simd-gitAUR)
- python-pygletAUR (python-pyglet-gitAUR)
- python-pyglmAUR
- python-pyrrAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-pywavefrontAUR (check)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (check)
- python-trimeshAUR (check)
- python-virtualenv (check)
Latest Comments
1 2 Next › Last »
jmll commented on 2025-04-11 17:18 (UTC)
@groctel I also applied the patch from
python-pyglm
and I can confirm that I'm having the same undefined symbol errorsgroctel commented on 2025-04-11 08:47 (UTC)
@farkaslory this should be fixed in the latest
python-pyglm
patch I submitted as an edit to my comment. It works on my machine but I can't test it on an X11 session right now. Can you test it in yours?farkaslory commented on 2025-04-04 12:25 (UTC)
After I have modified the python-pyglm PKGBUILD by groctel instruction, I get:
Most of the errors come from
groctel commented on 2025-04-01 11:29 (UTC)
I hadn't found a way to do this in many packages. This should be fixed here and in other places :)
micwoj92 commented on 2025-03-17 18:42 (UTC)
Please do not install using pip. This should be checked against system packages.
groctel commented on 2025-03-15 19:30 (UTC)
@micwoj92: This should be fixed
micwoj92 commented on 2025-02-19 22:06 (UTC)
Check fails with:
deanrw commented on 2024-10-04 12:51 (UTC)
@groctel I can confirm that adding
python-setuptools
to themakedepends
allows this package to be built successfully in a clean chroot.groctel commented on 2024-05-02 17:35 (UTC)
@Vekhir Can you check if just
python-setuptools
is good enough for the package to build? My testing environment doesn't individually clean themakedepends
for each dependency before proceeding to the next. I've noted the task but cannot do it atm.Vekhir commented on 2024-05-01 07:50 (UTC)
I'm hitting this error when building
python-moderngl-window 2.4.6
in a clean chroot:My last build was with 2.4.2, the build process was changed since then. Maybe a dependency on
python-setuptools-scm
was missed in thePKGBUILD
? Adding it solved the issue for me.1 2 Next › Last »