Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163085 Details for
Bug 234950
[ebuild submit] GNU Toolchain and GDB - IBM SDK for Multicore Acceleration V3.0 (cell overlay)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
FDPR-Pro, component of the SDK 3.0
fdprpro-5.4.0.16.ebuild (text/plain), 1.31 KB, created by
Nelson
on 2008-08-16 21:59:20 UTC
(
hide
)
Description:
FDPR-Pro, component of the SDK 3.0
Filename:
MIME Type:
Creator:
Nelson
Created:
2008-08-16 21:59:20 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit versionator eutils rpm > >DESCRIPTION="FDPR-Pro, feedback-directed post-link optimizer, from the IBM SDK for Multicore Acceleration V3.0" >SLOT="0" >KEYWORDS="-* ~x86 ~amd64 ~ppc ~ppc64" >HOMEPAGE="http://www-128.ibm.com/developerworks/power/cell/" >DOWNLOADPAGE="${HOMEPAGE}pkgdownloads.html" >IUSE="doc" >RESTRICT="fetch" >MY_PV=$(replace_version_separator 3 '-') > >EAPI=0 > >LICENCE="IPLA > ILAN > IBM > ILAER" > >DEPEND="" >RDEPEND="" > >SRC_URI=" > ppc?( > fdprpro-${MY_PV}.ppc.rpm > ) > ppc64?( > fdprpro-${MY_PV}.ppc.rpm > ) > x86? ( fdprpro-${MY_PV}.i386.rpm ) > amd64? ( fdprpro-${MY_PV}.i386.rpm )" > >pkg_nofetch() { > einfo "Due to license restrictions, we cannot redistribute or fetch the IBM programs" > einfo "Please visit: ${DOWNLOADPAGE}" > > einfo "Place the missing file(s) in ${DISTDIR}" > einfo "You can mount the iso file somewhere with" > einfo "mount -o loop CellSDK-Devel-Fedora.iso /mnt/cdrom" > einfo "cp /mnt/cdrom/${ARCH}/*.rpm ${DISTDIR}" > einfo "Then restart emerge: 'emerge --resume'" >} > >src_compile() { > einfo "Nothing to compile" >} > >src_install () { > doman usr/share/man/man1/* > if use doc; then dodoc usr/share/doc/fdprpro/fdpr_linux_man.pdf; fi > rm -rf usr > cp -R * "${D}/" || die "Install 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 234950
:
163066
|
163068
|
163070
|
163081
| 163085 |
163090