Package Details: slim-simulator 4.2.1.r0.ga5c09cdc-1

Git Clone URL: https://aur.archlinux.org/slim-simulator.git (read-only, click to copy)
Package Base: slim-simulator
Description: A forwards-time population genetic simulator.
Upstream URL: https://messerlab.org/slim/
Licenses: GPL3
Conflicts: slim
Submitter: grahamgower
Maintainer: grahamgower
Last Packager: grahamgower
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-05 14:19 (UTC)
Last Updated: 2024-04-13 03:08 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

iago-lito commented on 2024-03-20 11:46 (UTC) (edited on 2024-03-20 12:35 (UTC) by iago-lito)

With a version number showing 4.1.r0.g45b0e9ba-1 (as per pacman -Qi), I got the following error today:

$ SLiMgui
Run-time Qt version 5.15.13 does not match compile-time Qt version 5.15.12

This was fixed by forcing --rebuild re-install. But maybe the package should've figured on its own that a rebuild was necessary? I guess the answer will depend on what the upstream decides about #432.

nevrome commented on 2021-07-23 13:12 (UTC)

@grahamgower managed to figure out the source of my issue. It is already fixed in the development version of SLiM. For now one can download the PKGBUILD file and comment out the "_gittag=v3.6" line to install the the most recent (unreleased) version from git, which has the relevant patch (https://github.com/MesserLab/SLiM/commit/7964f7911e1665a1ba0783d9136b3d3bff06d931). makepkg -si PKGBUILD

That worked for me!

grahamgower commented on 2021-07-21 14:15 (UTC)

It works for me on Arch Linux using makepkg to build. I don't know anything about Manjaro or yay, but maybe if you email me the full error message I could take a guess? (my email address is in the PKGBUILD file)

nevrome commented on 2021-07-21 13:57 (UTC)

I'm on Manjaro 21.1.0 with Kernel Linux 5.10.49-1-MANJARO and get the following error when installing this with yay:

...
[ 79%] Building CXX object CMakeFiles/SLiMgui.dir/SLiMgui_autogen/UXQW7GK73I/qrc_recipes.cpp.o
[ 79%] Linking CXX executable SLiMgui
[ 79%] Built target SLiMgui
make: *** [Makefile:136: all] Error 2
make failed
==> ERROR: A failure occurred in build().
    Aborting...
error making: slim-simulator

Any idea where this might be coming from?