Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188643 Details for
Bug 266470
[science overlay] sci-libs/lapackpp (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lapackpp-2.5.3.ebuild
lapackpp-2.5.3.ebuild (text/plain), 871 bytes, created by
Nick Fortino
on 2009-04-17 06:08:38 UTC
(
hide
)
Description:
lapackpp-2.5.3.ebuild
Filename:
MIME Type:
Creator:
Nick Fortino
Created:
2009-04-17 06:08:38 UTC
Size:
871 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >DESCRIPTION="A C++ wrapper for the lapack libraries" >HOMEPAGE="http://lapackpp.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64" >IUSE="debug doc" > >RDEPEND="virtual/lapack > virtual/blas" >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen[latex] )" > >src_prepare() { > #Parallel build issues > sed -i 's/\bmake\b/$(MAKE)/' Makefile.in >} > >src_configure() { > econf \ > $(use_enable debug) \ > --enable-static >} > >src_compile() { > default_src_compile > use doc && emake srcdoc || die "Documentation creation failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > dodoc AUTHORS MAINTAINER NEWS README RELEASE.NOTES || die > use doc && dohtml -r api-doc/html/ || die >}
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 266470
: 188643