Search Criteria
Package Details: golly 5.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/golly.git (read-only, click to copy) |
|---|---|
| Package Base: | golly |
| Description: | A simulator for Conway's Game of Life and other cellular automata |
| Upstream URL: | http://golly.sourceforge.net/ |
| Keywords: | automata cell cellular conway game life simulator |
| Licenses: | GPL-2.0-only |
| Submitter: | None |
| Maintainer: | Jake |
| Last Packager: | Jake |
| Votes: | 112 |
| Popularity: | 0.77 |
| First Submitted: | 2008-07-25 09:19 (UTC) |
| Last Updated: | 2026-01-12 22:54 (UTC) |
Dependencies (5)
- glu (glu-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- wxwidgets-gtk3 (wxwidgets-gtk3-lightAUR, wxwidgets-gtk3-gitAUR)
- python-setuptools (make)
- python3 (python) (optional) – for Python scripting support
Latest Comments
1 2 3 4 5 6 Next › Last »
tslil commented on 2026-08-05 10:03 (UTC)
thank you, that did the trick!
maksverver commented on 2026-08-05 08:48 (UTC)
@tslil: that's one option, another easy fix is to add -std=c++17 to CXXFLAGS in the PKGBUILD, at least until the next release:
You can also do this on the commandline without modifying the PKGBUILD with:
makepkg CXXFLAGS+=" -std=c++17"tslil commented on 2026-08-04 18:44 (UTC)
here's the build error i see
do you think we could include the header patch in this package for now @maksverver?
maksverver commented on 2026-07-02 20:18 (UTC)
@edtoml Can you post the full build log? The snippet you included only contains a warning which feels like it should not be fatal.
When building locally, I did notice a compiler error due to a conflict with std::bitcount. That can be fixed with this patch: https://pastebin.com/raw/CaXSgrQz (also fixed upstream, but not part of a release yet).
edtoml commented on 2026-07-02 15:51 (UTC) (edited on 2026-07-02 15:52 (UTC) by edtoml)
This no longer builds. I get the following error
patlefort commented on 2024-05-17 00:20 (UTC)
Missing
python-setuptoolsin makedepends. Tested in clean container.maksverver commented on 2024-03-04 15:51 (UTC)
As I mentioned before, Perl has not been supported by upstream for years. It's probably best to finally remove it from the PKGBUILD, to align the configuration with upstream, and make PKGBUILD maintenance easier going forward.
If someone actually uses Perl scripts in Golly (that cannot easily be ported to Lua or Python) they should probably leave a comment, but I suspect nobody cares about Perl support anymore.
For reference, here is an updated PKGBUILD for Golly 4.2 with Perl support removed: https://pastebin.com/raw/WzC9xYp6
mod20 commented on 2024-02-28 15:22 (UTC) (edited on 2024-02-28 15:23 (UTC) by mod20)
I am getting compile errors (using all latest package versions):
This gets repeated several times for all kinds of
pl_*functions.maksverver commented on 2023-02-09 21:52 (UTC)
Perl scripting is no longer supported in the official release, but the source code for it is still present, and the current PKGBUILD enables Perl scripting manually.
However, as it happens the current build doesn't work with the current version of Perl (5.36.0) because of a missing symbol (Perl_newSV_type). It turns out that fixing it is far from trivial because of the nonstandard way Golly uses Perl (it uses dlopen() to access libperl.so on demand, rather than having a binary dependency on libperl.so directly).
Perhaps the time has come to drop Perl support from the PKGBUILD. It does seem more consistent with the Arch Linux packaging principles as described here: https://wiki.archlinux.org/title/Arch_Linux#Simplicity
Here is an updated PKGBUILD without Perl support: https://gist.githubusercontent.com/maksverver/ebba5f944a5ac17f73774c93ce28943c/raw/b9f7f584af5a88af949f156ff591c8bd79938fdd/PKGBUILD
AlephAlpha commented on 2023-02-09 03:14 (UTC)
Is the perl dependency still required? I think Perl scripting support was removed in version 2.8.
1 2 3 4 5 6 Next › Last »