Install this version:
emerge -a =sci-libs/jama-1.2.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-libs/jama-1.2.5
Or alternatively:
emerge --autounmask-write -a =sci-libs/jama-1.2.5
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Java-like matrix C++ templates"
HOMEPAGE="https://math.nist.gov/tnt/"
SRC_URI="https://math.nist.gov/tnt/${PN}${PV//./}.zip
doc? ( https://math.nist.gov/tnt/${PN}102doc.zip )"
S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="sci-libs/tnt"
BDEPEND="app-arch/unzip"
src_install() {
doheader *.h
use doc && HTML_DOCS=( doxygen/html/. )
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p sci-libs/jama |
euse -E <flag> -p sci-libs/jama |
euse -D <flag> -p sci-libs/jama
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jama102doc.zip | 61085 bytes | https://math.nist.gov/tnt/jama102doc.zip |
| DIST | jama125.zip | 16277 bytes | https://math.nist.gov/tnt/jama125.zip |