diff options
Diffstat (limited to 'sci-libs/einspline/einspline-0.9.2.ebuild')
-rw-r--r-- | sci-libs/einspline/einspline-0.9.2.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-libs/einspline/einspline-0.9.2.ebuild b/sci-libs/einspline/einspline-0.9.2.ebuild deleted file mode 100644 index acb91ef..0000000 --- a/sci-libs/einspline/einspline-0.9.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="C library for creating and evaluating B-splines" -HOMEPAGE="http://einspline.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="altivec cuda blips double fortran sse" - -DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit ) - blips? ( sci-libs/fftw ) - fortran? ( virtual/fortran ) -" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - $(use_enable cuda) \ - $(use_enable blips) \ - $(use_enable altivec) \ - $(use_enable sse) \ - $(use_enable fortran) \ - $(use_enable double precision) \ - || die "Configure failed" -} |