diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-04-09 02:52:18 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-04-09 02:52:18 +0000 |
commit | 5d75db628d87114469f877119185cd69629d39fa (patch) | |
tree | 0c35aab2caa0ac6a824e96155f734c17cddbd980 /sci-libs | |
parent | Fix typo. Drop stable to ~mips to prevent repoman warnings. (diff) | |
download | gentoo-2-5d75db628d87114469f877119185cd69629d39fa.tar.gz gentoo-2-5d75db628d87114469f877119185cd69629d39fa.tar.bz2 gentoo-2-5d75db628d87114469f877119185cd69629d39fa.zip |
Changed package description and removed old versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/itpp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-3.10.12.ebuild | 60 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-4.0.1.ebuild | 75 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-4.0.3.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-4.0.4.ebuild | 4 |
5 files changed, 9 insertions, 140 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog index cd5bd37d7189..76e34b3095e0 100644 --- a/sci-libs/itpp/ChangeLog +++ b/sci-libs/itpp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/itpp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.71 2008/04/08 14:57:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.72 2008/04/09 02:52:18 markusle Exp $ + + 09 Apr 2008; Markus Dittrich <markusle@gentoo.org> -itpp-3.10.12.ebuild, + -itpp-4.0.1.ebuild, itpp-4.0.3.ebuild, itpp-4.0.4.ebuild: + Changed package description and removed old versions. 08 Apr 2008; Raúl Porcel <armin76@gentoo.org> itpp-4.0.3.ebuild: sparc stable wrt #216495 diff --git a/sci-libs/itpp/itpp-3.10.12.ebuild b/sci-libs/itpp/itpp-3.10.12.ebuild deleted file mode 100644 index 5b01464f0ed1..000000000000 --- a/sci-libs/itpp/itpp-3.10.12.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.12.ebuild,v 1.8 2008/02/21 15:52:00 markusle Exp $ - -inherit fortran - -DESCRIPTION="C++ library of mathematical, signal/speech processing, and communications classes and functions" -LICENSE="GPL-2" -HOMEPAGE="http://itpp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="blas cblas debug doc fftw lapack" - -DEPEND="fftw? ( || ( >=sci-libs/fftw-3.0.0 - >=sci-libs/acml-2.5.3 ) ) - blas? ( virtual/blas - cblas? ( || ( >=sci-libs/gsl-1.4 - >=sci-libs/acml-2.5.3 - >=sci-libs/mkl-8.1 - >=sci-libs/blas-atlas-3.6.0 - sci-libs/cblas-reference ) ) - lapack? ( virtual/lapack ) ) - doc? ( app-doc/doxygen - virtual/tetex )" - -pkg_setup() { - # lapack/cblas can only be used in conjunction with blas - if use cblas && ! use blas; then - die "USE=cblas requires USE=blas to be set" - fi - if use lapack && ! use blas; then - die "USE=lapack requires USE=blas to be set" - fi -} - -src_compile() { - local myconf - - if use blas; then - myconf="--with-blas=-lblas" - else - myconf="--without-blas" - fi - econf $(use_enable doc html-doc) \ - $(use_enable debug) \ - $(use_with cblas) \ - $(use_with lapack) \ - $(use_with fftw fft) \ - "$myconf" \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - dodoc AUTHORS ChangeLog* INSTALL NEWS* README || \ - die "failed to install docs" -} diff --git a/sci-libs/itpp/itpp-4.0.1.ebuild b/sci-libs/itpp/itpp-4.0.1.ebuild deleted file mode 100644 index 3c533b24aebf..000000000000 --- a/sci-libs/itpp/itpp-4.0.1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.1.ebuild,v 1.10 2008/02/21 15:52:00 markusle Exp $ - -inherit fortran flag-o-matic - -DESCRIPTION="C++ library of mathematical, signal/speech processing, and communications classes and functions" -LICENSE="GPL-2" -HOMEPAGE="http://itpp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="blas debug doc fftw lapack minimal" - -DEPEND="!minimal? ( fftw? ( >=sci-libs/fftw-3.0.0 ) ) - blas? ( virtual/blas - lapack? ( virtual/lapack ) ) - doc? ( app-doc/doxygen - virtual/tetex )" - -pkg_setup() { - # lapack can only be used in conjunction with blas - if use lapack && ! use blas; then - die "USE=lapack requires USE=blas to be set" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-zdotu-debian.patch -} - -src_compile() { - # turn off performance critical debug code - append-flags -DNDEBUG - - local blas_conf="--without-blas" - local lapack_conf="--without-lapack" - if use blas; then - if use lapack; then - blas_conf="--with-blas=$(pkg-config lapack --libs)" - lapack_conf="--with-lapack" - else - blas_conf="--with-blas=$(pkg-config blas --libs)" - fi - fi - - local fftw_conf="--without-fft"; - if use fftw; - then - fftw_conf="--with-fft=-lfftw3" - fi - - local myconf="--docdir=/usr/share/doc/${P}" - if use minimal; then - myconf="${myconf} --disable-comm --disable-fixed --disable-optim --disable-protocol --disable-signal --disable-srccode" - fi - - econf $(use_enable doc html-doc) \ - $(use_enable debug) \ - "${blas_conf}" \ - "${lapack_conf}" \ - "${fftw_conf}" \ - ${myconf} \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - dodoc AUTHORS ChangeLog ChangeLog-2006 ChangeLog-2005 INSTALL \ - NEWS NEWS-3.10 NEWS-3.99 README TODO || die "failed to install docs" -} diff --git a/sci-libs/itpp/itpp-4.0.3.ebuild b/sci-libs/itpp/itpp-4.0.3.ebuild index 27857507c48c..01f3225555c8 100644 --- a/sci-libs/itpp/itpp-4.0.3.ebuild +++ b/sci-libs/itpp/itpp-4.0.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.3.ebuild,v 1.6 2008/04/08 14:57:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.3.ebuild,v 1.7 2008/04/09 02:52:18 markusle Exp $ inherit fortran flag-o-matic -DESCRIPTION="C++ library of mathematical, signal/speech processing, and communications classes and functions" +DESCRIPTION="C++ library of mathematical, signal processing and communication classes and functions" LICENSE="GPL-2" HOMEPAGE="http://itpp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" diff --git a/sci-libs/itpp/itpp-4.0.4.ebuild b/sci-libs/itpp/itpp-4.0.4.ebuild index 93cfbf3cde22..12066b73ef29 100644 --- a/sci-libs/itpp/itpp-4.0.4.ebuild +++ b/sci-libs/itpp/itpp-4.0.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild,v 1.1 2008/04/04 17:56:38 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.4.ebuild,v 1.2 2008/04/09 02:52:18 markusle Exp $ inherit fortran flag-o-matic -DESCRIPTION="C++ library of mathematical, signal/speech processing, and communications classes and functions" +DESCRIPTION="C++ library of mathematical, signal processing and communication classes and functions" LICENSE="GPL-2" HOMEPAGE="http://itpp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |