Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 347198 Details for
Bug 468352
dev-libs/libf2c - Integer size wrong on 64-bit systems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for f2c incorporating the Debian patch
libf2c-20110801-r2.ebuild (text/plain), 1.30 KB, created by
Norman Yarvin
on 2013-05-03 03:54:42 UTC
(
hide
)
Description:
Ebuild for f2c incorporating the Debian patch
Filename:
MIME Type:
Creator:
Norman Yarvin
Created:
2013-05-03 03:54:42 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/libf2c/libf2c-20110801-r2.ebuild,v 1.6 2012/11/06 06:33:37 ulm Exp $ > >EAPI=4 > >inherit eutils multilib toolchain-funcs > >DESCRIPTION="Library that converts FORTRAN to C source" >HOMEPAGE="http://www.netlib.org/f2c/" >SRC_URI="${HOMEPAGE}/${PN}.zip -> ${P}.zip" > >LICENSE="HPND" >SLOT="0" >KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" >IUSE="static-libs" > >RDEPEND="" >DEPEND="${RDEPEND} > app-arch/unzip" > >S="${WORKDIR}" > >src_prepare() { > epatch \ > "${FILESDIR}"/20051004-add-ofiles-dep.patch \ > "${FILESDIR}"/20090407-link-shared-libf2c-correctly.patch \ > "${FILESDIR}"/${P}-main.patch \ > "${FILESDIR}"/f2c.h0 > sed -i -e "s/ld /$(tc-getLD) /" makefile.u || die >} > >src_compile() { > emake \ > -f makefile.u \ > libf2c.so \ > CFLAGS="${CFLAGS} -fPIC" \ > CC="$(tc-getCC)" > > # Clean up files so we can recompile without PIC for the static lib > if use static-libs; then > rm *.o || die "clean failed" > emake \ > -f makefile.u \ > all \ > CFLAGS="${CFLAGS}" \ > CC="$(tc-getCC)" > fi >} > >src_install () { > dolib libf2c.so.2 > dosym libf2c.so.2 /usr/$(get_libdir)/libf2c.so > use static-libs && dolib.a libf2c.a > insinto /usr/include > doins f2c.h > dodoc README Notice >}
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 468352
:
347196
| 347198 |
347470
|
347472