Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 210857 Details for
Bug 88093
sci-mathematics/ecm (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild for ecm 6.2.3
ecm-6.2.3.ebuild (text/plain), 1.22 KB, created by
Christopher Schwan
on 2009-11-22 09:15:13 UTC
(
hide
)
Description:
new ebuild for ecm 6.2.3
Filename:
MIME Type:
Creator:
Christopher Schwan
Created:
2009-11-22 09:15:13 UTC
Size:
1.22 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit autotools eutils flag-o-matic > >DESCRIPTION="Elliptic Curve Method for Integer Factorization" >HOMEPAGE="http://ecm.gforge.inria.fr/" >SRC_URI="http://gforge.inria.fr/frs/download.php/22124/${P}.tar.gz" > >LICENSE="LGPL-2.1 GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="asm-redc debug openmp shellcmd sse2" > >RESTRICT="mirror" > >DEPEND=">=dev-libs/gmp-4.2.2 > openmp? ( >=sys-devel/gcc-4.2[openmp] )" >RDEPEND="${DEPEND}" > >src_prepare() { > epatch "${FILESDIR}/configure.patch" > epatch "${FILESDIR}/makefile.patch" > epatch "${FILESDIR}/execstack.patch" > epatch "${FILESDIR}/execstack-redc.patch" > > eautoreconf >} > >src_configure() { > # needed by sage, is this the right place ? > if use amd64 ; then > append_cflags -fPIC > append_cxxflags -fPIC > fi > > econf \ > --enable-shared \ > $(use_enable asm-redc) \ > $(use_enable debug memory-debug) \ > $(use_enable debug assert) \ > $(use_enable openmp) \ > $(use_enable shellcmd) \ > $(use_enable sse2) \ > || die "econf failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc ChangeLog NEWS README README.lib TODO || die "dodoc failed" >}
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 88093
:
55404
|
166587
|
166589
|
166591
|
166593
|
166594
| 210857 |
333676