diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-07-14 14:23:55 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-07-14 14:23:55 +0000 |
commit | 63308c4af7e5b1d2f99b264ba38177fbb898b699 (patch) | |
tree | 682fa7dbf8c4cf3da3a34302a3940979400117ef /sci-libs/itpp | |
parent | ia64 stable (diff) | |
download | gentoo-2-63308c4af7e5b1d2f99b264ba38177fbb898b699.tar.gz gentoo-2-63308c4af7e5b1d2f99b264ba38177fbb898b699.tar.bz2 gentoo-2-63308c4af7e5b1d2f99b264ba38177fbb898b699.zip |
Version bump and removed obsolete version.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'sci-libs/itpp')
-rw-r--r-- | sci-libs/itpp/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/itpp/files/digest-itpp-3.10.12 | 3 | ||||
-rw-r--r-- | sci-libs/itpp/files/digest-itpp-3.99.1 | 3 | ||||
-rw-r--r-- | sci-libs/itpp/itpp-3.10.12.ebuild (renamed from sci-libs/itpp/itpp-3.99.1.ebuild) | 21 |
4 files changed, 19 insertions, 16 deletions
diff --git a/sci-libs/itpp/ChangeLog b/sci-libs/itpp/ChangeLog index 7cc31bcc8a2e..a34fa2a0c744 100644 --- a/sci-libs/itpp/ChangeLog +++ b/sci-libs/itpp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/itpp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.43 2007/06/22 14:48:26 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.44 2007/07/14 14:23:55 markusle Exp $ + +*itpp-3.10.12 (14 Jul 2007) + + 14 Jul 2007; Markus Dittrich <markusle@gentoo.org> +itpp-3.10.12.ebuild, + -itpp-3.99.1.ebuild: + Version bump and removed obsolete version. *itpp-3.99.2 (22 Jun 2007) diff --git a/sci-libs/itpp/files/digest-itpp-3.10.12 b/sci-libs/itpp/files/digest-itpp-3.10.12 new file mode 100644 index 000000000000..df8316e2398c --- /dev/null +++ b/sci-libs/itpp/files/digest-itpp-3.10.12 @@ -0,0 +1,3 @@ +MD5 d03dd9517e1678aa335fb3fd19219c67 itpp-3.10.12.tar.bz2 815433 +RMD160 889e4d864d7d9d00f3c3df253a49d7e30d327cb0 itpp-3.10.12.tar.bz2 815433 +SHA256 da9cf513364f155a440d4154085256b5bad43549e0589e3b6c88b54644ebd87a itpp-3.10.12.tar.bz2 815433 diff --git a/sci-libs/itpp/files/digest-itpp-3.99.1 b/sci-libs/itpp/files/digest-itpp-3.99.1 deleted file mode 100644 index 6eb29e71afdd..000000000000 --- a/sci-libs/itpp/files/digest-itpp-3.99.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 39d05b1a4fa6f0f0fd4f7f90c2cab52c itpp-3.99.1.tar.bz2 868613 -RMD160 05d42d88240136cd62451426a524aac5775ac5dd itpp-3.99.1.tar.bz2 868613 -SHA256 844d2b3060d44243297dff846a859dd8a0fd65158a5045c10484696591b56c26 itpp-3.99.1.tar.bz2 868613 diff --git a/sci-libs/itpp/itpp-3.99.1.ebuild b/sci-libs/itpp/itpp-3.10.12.ebuild index 68d6f2bc13a1..74ab04218542 100644 --- a/sci-libs/itpp/itpp-3.99.1.ebuild +++ b/sci-libs/itpp/itpp-3.10.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.99.1.ebuild,v 1.2 2007/06/06 14:27:04 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.12.ebuild,v 1.1 2007/07/14 14:23:55 markusle Exp $ inherit fortran @@ -11,13 +11,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="blas cblas debug doc fftw lapack minimal" +IUSE="blas cblas debug doc fftw lapack" -DEPEND="!minimal? ( fftw? ( || ( >=sci-libs/fftw-3.0.0 - >=sci-libs/acml-2.5.3 ) ) ) +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 ) ) @@ -36,28 +37,24 @@ pkg_setup() { src_compile() { local myconf + if use blas; then myconf="--with-blas=-lblas" else myconf="--without-blas" fi - - 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) \ $(use_with cblas) \ $(use_with lapack) \ $(use_with fftw fft) \ - "${myconf}" \ + "$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 README TODO || die "failed to install docs" + dodoc AUTHORS ChangeLog* INSTALL NEWS* README || \ + die "failed to install docs" } |