Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 160389 Details for
Bug 220847
dev-lang/yap-5.1.2 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild to include patch
yap-5.1.2.ebuild (text/plain), 2.35 KB, created by
Sven E.
on 2008-07-14 21:37:10 UTC
(
hide
)
Description:
Updated ebuild to include patch
Filename:
MIME Type:
Creator:
Sven E.
Created:
2008-07-14 21:37:10 UTC
Size:
2.35 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.2.ebuild,v 1.2 2008/02/16 17:34:52 keri Exp $ > >inherit autotools eutils java-pkg-opt-2 > >MY_P="Yap-${PV}" > >DESCRIPTION="YAP is a high-performance Prolog compiler." >HOMEPAGE="http://www.ncc.up.pt/~vsc/Yap/" >SRC_URI="http://www.ncc.up.pt/~vsc/Yap/current/Yap-5.1.2.tar.gz" > >LICENSE="Artistic LGPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="debug doc examples gmp java mpi mysql odbc readline static tk threads" > >DEPEND="gmp? ( dev-libs/gmp ) > java? ( >=virtual/jdk-1.4 ) > mpi? ( virtual/mpi ) > mysql? ( virtual/mysql ) > odbc? ( dev-db/unixODBC ) > readline? ( sys-libs/readline )" > >RDEPEND="${DEPEND} > tk? ( dev-lang/tk )" > >S="${WORKDIR}"/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-configure.patch > epatch "${FILESDIR}"/${P}-multilib.patch > epatch "${FILESDIR}"/${P}-parallel-make.patch > epatch "${FILESDIR}"/${P}-SONAME.patch > epatch "${FILESDIR}"/${P}-analyst.patch > epatch "${FILESDIR}"/${P}-tabling.patch > epatch "${FILESDIR}"/${P}-chr.patch > epatch "${FILESDIR}"/${P}-jpl.patch > epatch "${FILESDIR}"/${P}-tkyap.patch > epatch "${FILESDIR}"/${P}-config.h.in.patch > eautoconf >} > >src_compile() { > econf \ > --libdir=/usr/$(get_libdir) \ > --enable-low-level-tracer \ > --enable-rational-trees \ > --enable-coroutining \ > --enable-myddas-stats \ > --disable-tabling \ > --disable-eam \ > --disable-depth-limit \ > --disable-or-parallelism \ > $(use_enable threads) \ > $(use_enable threads pthread-locking) \ > $(use_enable threads use-malloc) \ > $(use_enable !static dynamic-loading) \ > $(use_enable debug debug-yap) \ > $(use_enable debug wam-profile) \ > $(use_enable mysql myddas-mysql) \ > $(use_enable mysql myddas-stats) \ > $(use_enable mysql myddas-top-level) \ > $(use_enable odbc myddas-odbc) \ > $(use_with gmp) \ > $(use_with readline) \ > $(use_with mpi) \ > $(use_with mpi mpe) \ > $(use_with java jpl) \ > || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed." > > if use tk ; then > exeinto /usr/bin > doexe misc/tkyap > fi > > dodoc changes*.html README > > if use doc ; then > dodoc docs/yap.html > fi > > if use examples ; then > docinto examples > dodoc CLPBN/clpbn/examples/cg.yap > dodoc CLPBN/clpbn/examples/School/* > 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 220847
:
152415
|
160387
| 160389