Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226795 Details for
Bug 251680
new ebuild libquantum-1.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
reworked libquantum ebuild
libquantum-1.1.0.ebuild (text/plain), 880 bytes, created by
EoD
on 2010-04-07 00:31:03 UTC
(
hide
)
Description:
reworked libquantum ebuild
Filename:
MIME Type:
Creator:
EoD
Created:
2010-04-07 00:31:03 UTC
Size:
880 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ >inherit eutils > >DESCRIPTION="C library for quantum computing and quantum simulation" >HOMEPAGE="http://www.libquantum.de/" >SRC_URI="http://www.libquantum.de/files/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~sparc ~x86" >IUSE="+lapack quobtools" > >DEPEND=">=sys-devel/gcc-2.95 >lapack? ( virtual/lapack )" >RDEPEND="${DEPEND}" > >src_unpack() { > unpack "${P}.tar.gz" > cd "${S}" >} > >src_compile() { > econf $(use_with lapack) > emake || die "emake failed" > > if use quobtools ; then > emake quobtools || die "emake quobtools failed" > fi >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc CHANGES README || die > > if use quobtools ; then > emake DESTDIR="${D}" quobtools_install || die "emake quobtools_install failed" > fi >}
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 251680
:
175906
|
176137
| 226795