Install this version:
emerge -a =dev-gap/polycyclic-2.18
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-gap/polycyclic-2.18
Or alternatively:
emerge --autounmask-write -a =dev-gap/polycyclic-2.18
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gap-pkg
DESCRIPTION="Computation with polycyclic groups"
SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
# Circular dependency polycyclic->alnuth->polycyclic. There's a global
# variable called USE_ALNUTH in polycyclic, but setting it to "false"
# doesn't stop polycyclic from using alnuth (why would it?).
RDEPEND="dev-gap/autpgrp"
PDEPEND="dev-gap/alnuth"
gap-pkg_enable_tests
dev-gap/autpgrp
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | polycyclic-2.18.tar.gz | 688397 bytes | https://github.com/gap-packages/polycyclic/releases/download/v2.18/polycyclic-2.18.tar.gz |