Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59483 Details for
Bug 87790
[STABLE] sci-mathematics/pari-2.1.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pari-2.1.6 ebuild with sparc64 fixes
pari-2.1.6.ebuild (text/plain), 1.96 KB, created by
Jason Wever (RETIRED)
on 2005-05-21 14:52:42 UTC
(
hide
)
Description:
pari-2.1.6 ebuild with sparc64 fixes
Filename:
MIME Type:
Creator:
Jason Wever (RETIRED)
Created:
2005-05-21 14:52:42 UTC
Size:
1.96 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.10 2005/04/12 23:49:35 tester Exp $ > >inherit eutils toolchain-funcs > >DESCRIPTION="pari (or pari-gp) : a software package for computer-aided number theory" >HOMEPAGE="http://pari.math.u-bordeaux.fr/" >SRC_URI="http://pari.math.u-bordeaux.fr/pub/pari/unix/${P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 ~hppa mips ppc x86 ~sparc" >IUSE="doc emacs" > >DEPEND="doc? ( virtual/tetex )" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/docs.patch > epatch ${FILESDIR}/wrong_functype-r1.patch >} > >src_compile() { > # Fix usage of toolchain > tc-getAS; tc-getLD; tc-getCC; tc-getCXX > > local myhost > [ "${PROFILE_ARCH}" == "sparc64" ] && myhost="sparc64-linux" \ > || myhost="$(echo ${CHOST} | cut -f "1 3" -d '-')" > > ./Configure \ > --host="${myhost}" \ > --prefix=/usr \ > --miscdir=/usr/share/doc/${PF} \ > --datadir=/usr/share/${P} \ > --libdir=/usr/$(get_libdir) \ > --mandir=/usr/share/man/man1 || die "./configure failed" > addwrite "/var/lib/texmf" > addwrite "/usr/share/texmf" > addwrite "/var/cache/fonts" > > # Shared libraries should be PIC on ALL architectures. > # Danny van Dyk <kugelfang@gentoo.org> 2005/03/31 > # Fixes BUG #49583 > einfo "Building shared library..." > cd Olinux-* || die "Bad directory. File a BUG!" > emake CFLAGS="${CFLAGS} -DGCC_INLINE -fPIC" lib-dyn || die "Building shared library failed!" > einfo "Building executables..." > emake CFLAGS="${CFLAGS} -DGCC_INLINE" gp ../gp || die "Building executables failed!" > > use doc || rm -rf doc/*.tex > use doc && emake doc >} > >src_test() { > cd ${S} > ebegin "Testing pari kernel" > make CFLAGS="-Wl,-lpari" test-kernel > /dev/null > eend $? >} > >src_install() { > make DESTDIR=${D} LIBDIR=${D}/usr/$(get_libdir) install || die > if use emacs; then > insinto /usr/share/emacs/site-lisp > doins emacs/pari.el > fi > dodoc AUTHORS Announce.2.1 CHANGES README TODO >}
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 87790
:
59483
|
72458