Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22022 Details for
Bug 34789
games-board/crafty update from 19.1 to 19.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
crafty-19.6.ebuild
crafty-19.6.ebuild (text/plain), 1.94 KB, created by
SpanKY
on 2003-12-11 00:33:14 UTC
(
hide
)
Description:
crafty-19.6.ebuild
Filename:
MIME Type:
Creator:
SpanKY
Created:
2003-12-11 00:33:14 UTC
Size:
1.94 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games eutils flag-o-matic > >DESCRIPTION="Bob Hyatt's strong chess engine" >HOMEPAGE="ftp://ftp.cis.uab.edu/pub/hyatt/" >SRC_URI="ftp://ftp.cis.uab.edu/pub/hyatt/v19/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ppc" >IUSE="icc no-opts" > >DEPEND="virtual/glibc > icc? ( >=dev-lang/icc-5.0 )" >RDEPEND="virtual/glibc" > >S=${WORKDIR} > >src_unpack() { > unpack ${A} > cd ${S} > sed -i '/-o crafty/s/CC/CXX/' Makefile > epatch ${FILESDIR}/${PV}-ppc.patch #5932 >} > >src_compile() { > local makeopts="target=LINUX" > if [ ! `use no-opts` ] ; then > if [ `use icc` ] ; then > makeopts="${makeopts} CC=icc CXX=gcc asm=X86.o" > append-flags -D_REENTRANT -tpp6 \ > -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \ > -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST \ > -DSMP -DCPUS=4 -DCLONE -DDGT > append-flags -O2 -fno-alias -fforce-mem \ > -fomit-frame-pointer -fno-gcse -mpreferred-stack-boundary=2 > else > if [ "${CHOST}" == "i686-pc-linux-gnu" ] || [ "${CHOST}" == "i586-pc-linux-gnu" ] ; then > append-flags -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \ > -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B \ > -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT > append-flags -fforce-mem -fno-gcse \ > -fomit-frame-pointer -mpreferred-stack-boundary=2 > makeopts="${makeopts} CC=gcc CXX=g++ asm=X86.o" > else > : # everything else :) > fi > fi > fi > emake ${makeopts} crafty-make || die "build failed" >} > >src_install() { > dogamesbin crafty || die > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > einfo > einfo "Note: No books or tablebases have been installed. If you want them, just" > einfo " download them from ${HOMEPAGE}." > einfo " You will find documentation there too. In most cases you take now " > einfo " your xboard compatible application, (xboard, eboard, knights) and " > einfo " just play chess against computer opponent. Have fun." > einfo >}
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 34789
:
21522
|
21523
|
21558
|
21559
|
21560
|
21584
| 22022