app-doc/lapack-docs - 3.1.1 (gentoo)

Search

Package Information

Description:
Documentation reference and man pages for lapack implementations
Homepage:
https://www.netlib.org/lapack
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.1.1 7 ~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Documentation reference and man pages for lapack implementations"
HOMEPAGE="https://www.netlib.org/lapack"
SRC_URI="mirror://gentoo/lapack-man-${PV}.tgz
	http://www.netlib.org/lapack/lapackqref.ps"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86"
IUSE=""

S="${WORKDIR}/lapack-${PV}/manpages"

src_install() {
	# These belong to blas-docs
	rm -f man/manl/{lsame,xerbla}.* || die

	# rename because doman does not yet understand manl files
	local f t
	for f in man/manl/*.l; do
		t="${f%%.l}.n"
		mv "${f}" "${t}" || die
	done

	doman man/manl/*
	dodoc README "${DISTDIR}"/lapackqref.ps
}

Manifest for 3.1.1

Type File Size Source URLs
DIST lapack-man-3.1.1.tgz 1117350 bytes mirror://gentoo/lapack-man-3.1.1.tgz
DIST lapackqref.ps 72345 bytes http://www.netlib.org/lapack/lapackqref.ps