sci-libs/mpfun90 - 2023.02.26 (science)

Search

Package Information

Description:
High-Precision Software
Homepage:
https://www.davidhbailey.com/dhbsoftware/ https://github.com/APN-Pucky/mpfun90
License:
DHBBSD

Ebuild Details

Version EAPI Keywords Slot
2023.02.26 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit fortran-2

DESCRIPTION="High-Precision Software"
HOMEPAGE="
	https://www.davidhbailey.com/dhbsoftware/
	https://github.com/APN-Pucky/mpfun90
"
MY_PV=$(ver_rs 1- '-')
SRC_URI="https://github.com/APN-Pucky/mpfun90/archive/refs/tags/${MY_PV}.tar.gz"
S="${WORKDIR}/mpfun90-${MY_PV}"

LICENSE="DHBBSD"
SLOT="0"
KEYWORDS="~amd64"

src_compile() {
	emake -j1 dynamic
}

src_install() {
	doheader *.mod
	dolib.so libmpfun90.so
	dolib.a libmpfun90.a
}