Install this version:
emerge -a =sci-mathematics/cubex-20060128
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-mathematics/cubex-20060128
Or alternatively:
emerge --autounmask-write -a =sci-mathematics/cubex-20060128
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
MY_PN="solver"
DESCRIPTION="An non-optimal 3x3x3 rubik's cube solver"
HOMEPAGE="https://web.archive.org/web/20121212175710/http://www.wrongway.org/?rubiksource"
SRC_URI="mirror://sagemath/${P}.tar.xz"
S="${WORKDIR}/${MY_PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"
PATCHES=(
"${FILESDIR}"/${P}-fix-missing-include.patch
)
src_compile() {
emake CC="$(tc-getCXX)" LINK="$(tc-getCXX)" CFLAGS="${CFLAGS}" \
LFLAGS="${LDFLAGS}"
}
src_install() {
dobin cubex
dodoc readme.txt
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cubex-20060128.tar.xz | 17008 bytes | mirror://sagemath/cubex-20060128.tar.xz |