sci-libs/tnt - 3.0.12 (gentoo)

Search

Package Information

Description:
Template Numerical Toolkit: C++ headers for array and matrices
Homepage:
https://math.nist.gov/tnt/
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
3.0.12 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_P="${PN}_$(ver_rs 1-3 '_')"

DESCRIPTION="Template Numerical Toolkit: C++ headers for array and matrices"
HOMEPAGE="https://math.nist.gov/tnt/"
SRC_URI="https://math.nist.gov/tnt/${MY_P}.zip"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="app-arch/unzip"

S="${WORKDIR}/${PN}"

src_install() {
	doheader *.h
}

Dependencies

BDEPEND

app-arch/unzip