Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84459 Details for
Bug 129622
itpp-3.10.1.ebuild (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
itpp-3.10.1.ebuild (version bump with a few modifications)
itpp-3.10.1.ebuild (text/plain), 1.61 KB, created by
Adam Piątyszek
on 2006-04-11 11:59:26 UTC
(
hide
)
Description:
itpp-3.10.1.ebuild (version bump with a few modifications)
Filename:
MIME Type:
Creator:
Adam Piątyszek
Created:
2006-04-11 11:59:26 UTC
Size:
1.61 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-3.10.0.ebuild,v 1.2 2006/03/27 15:20:34 markusle Exp $ > >inherit fortran > >DESCRIPTION="IT++ is a C++ library of mathematical, signal processing, 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="~x86" >IUSE="blas cblas debug doc fftw lapack" > >DEPEND="fftw? ( >=sci-libs/fftw-3.0.0 ) > blas? ( virtual/blas > cblas? ( || ( sci-libs/cblas-reference > >=sci-libs/acml-3.0.0 > >=sci-libs/gsl-1.4 > >=sci-libs/blas-atlas-3.6.0 ) ) > lapack? ( virtual/lapack ) ) > doc? ( app-doc/doxygen > app-text/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 > > # support for ACML's CBLAS and FFT/IFFT interface in acml.h > CPPFLAGS="-I/usr/include/acml $CPPFLAGS" > > econf $(use_enable doc html-doc) \ > $(use_enable debug) \ > $(use_with cblas) \ > $(use_with lapack) \ > $(use_with fftw fft) \ > "$myconf" CPPFLAGS="$CPPFLAGS" \ > || die "econf failed" > emake || die "emake failed" >} > >src_install() { > make install DESTDIR=${D} || die "make install failed" > dodoc AUTHORS ChangeLog INSTALL NEWS README TODO || \ > die "failed to install docs" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 129622
: 84459