sci-libs/fgsl - 1.6.0 (science)

Search

Package Information

Description:
A Fortran interface to the GNU Scientific Library
Homepage:
https://doku.lrz.de/display/PUBLIC/FGSL+-+A+Fortran+interface+to+the+GNU+Scientific+Library/ https://github.com/reinh-bader/fgsl/
License:
GPL-2+

Ebuild Details

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

EAPI=8

DOCS_BUILDER="doxygen"
DOCS_DEPEND="media-gfx/graphviz"

inherit docs fortran-2

DESCRIPTION="A Fortran interface to the GNU Scientific Library"
HOMEPAGE="
	https://doku.lrz.de/display/PUBLIC/FGSL+-+A+Fortran+interface+to+the+GNU+Scientific+Library/
	https://github.com/reinh-bader/fgsl/
"
SRC_URI="https://doku.lrz.de/files/10746505/611614740/11/1738330787047/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="static-libs"

RDEPEND=">=sci-libs/gsl-2.7"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

FORTRAN_STANDARD=90

DOCS=( NEWS README )

src_compile() {
	# With -j higher than 1 we get file not found errors
	emake -j1
	docs_compile
}

src_install() {
	default
	mv "${ED}/usr/share/doc/fgsl" "${ED}/usr/share/doc/${PF}" || die
}

USE Flags

Dependencies

DEPEND

>=sci-libs/gsl-2.7

RDEPEND

>=sci-libs/gsl-2.7

BDEPEND

virtual/pkgconfig

Manifest for 1.6.0

Type File Size Source URLs
DIST fgsl-1.6.0.tar.gz 11111005 bytes https://doku.lrz.de/files/10746505/611614740/11/1738330787047/fgsl-1.6.0.tar.gz