sci-astronomy/scamp - 2.15.0 (gentoo)

Search

Install

Install this version:

emerge -a =sci-astronomy/scamp-2.15.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-astronomy/scamp-2.15.0

Or alternatively:

emerge --autounmask-write -a =sci-astronomy/scamp-2.15.0

Package Information

Description:
Astrometric and photometric solutions for astronomical images
Homepage:
http://www.astromatic.net/software/scamp https://github.com/astromatic/scamp
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="Astrometric and photometric solutions for astronomical images"
HOMEPAGE="http://www.astromatic.net/software/scamp https://github.com/astromatic/scamp"

if [[ ${PV} == "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/astromatic/${PN}.git"
else
	SRC_URI="https://github.com/astromatic/scamp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE="plplot threads"

RDEPEND="
	sci-astronomy/cdsclient
	sci-libs/atlas[lapack,threads=]
	sci-libs/fftw:3.0
	plplot? ( sci-libs/plplot:= )"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}/${PN}-2.10.0-spread_bits64.patch"
)

src_prepare() {
	default

	sed -e "s/lapack_atlas/atlclapack/g" -i m4/acx_atlas.m4 || die

	eautoreconf
}

src_configure() {
	local myeconfargs=(
		--with-atlas-incdir="${EPREFIX}/usr/include/atlas"
		$(use_enable plplot)
		$(use_enable threads)
	)

	econf "${myeconfargs[@]}"
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-astronomy/scamp | euse -E <flag> -p sci-astronomy/scamp | euse -D <flag> -p sci-astronomy/scamp

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	sci-astronomy/cdsclient
	sci-libs/atlas[lapack,threads=]
	sci-libs/fftw:3.0
	plplot? ( sci-libs/plplot:= )

RDEPEND

	sci-astronomy/cdsclient
	sci-libs/atlas[lapack,threads=]
	sci-libs/fftw:3.0
	plplot? ( sci-libs/plplot:= )

Manifest for 2.15.0

Type File Size Source URLs
DIST scamp-2.15.0.tar.gz 56355289 bytes https://github.com/astromatic/scamp/archive/refs/tags/v2.15.0.tar.gz