Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157287 Details for
Bug 227813
sci-libs/linbox-1.6.3: import package from the sage-on-gentoo overlay
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild file
linbox-1.1.6-r0.ebuild (text/plain), 1.02 KB, created by
Christian Kotz
on 2008-06-17 14:16:07 UTC
(
hide
)
Description:
ebuild file
Filename:
MIME Type:
Creator:
Christian Kotz
Created:
2008-06-17 14:16:07 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="LinBox, a C++ template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields." >HOMEPAGE="http://linalg.org" >SNAME="linbox-1.1.6rc0" >SRC_URI="http://linalg.org/${SNAME}.tar.gz" > >LICENSE="unknown" >SLOT="0" >KEYWORDS="amd64" >IUSE="opt doc gmp ntl givaro saclib libdia maple expat blas doxygen libdia" > >DEPEND="ntl?(dev-libs/ntl) > gmp?(dev-libs/gmp) > doxygen?(app-doc/doxygen) > blas?(virtual/blas) >" >RDEPEND="" > >src_unpack(){ > unpack ${A} > S="${WORKDIR}/${SNAME}" >} > > > >src_compile(){ > cd ${S} > echo ${USE} > myconf="$(use_enable opt optimization) $(use_with doc) $(use_with gmp) > $(use_with ntl) $(use_with givaro) $(use_with saclib) $(use_with libdia) > $(use_with maple) $(use_with expat) $(use_with blas) $(use_with doxygen)" > echo "EXTRACONF=${myconf}\n" > econf ${myconf} > emake >} > >src_install(){ > einstall >}
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 227813
:
157287
|
210875
|
210876
|
210878
|
634558