Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81375 Details for
Bug 124793
version bump - apbs / maloc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
maloc ebuild
maloc-0.1.3.ebuild (text/plain), 1.09 KB, created by
Jeffrey Gardner (RETIRED)
on 2006-03-05 01:53:04 UTC
(
hide
)
Description:
maloc ebuild
Filename:
MIME Type:
Creator:
Jeffrey Gardner (RETIRED)
Created:
2006-03-05 01:53:04 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_PV="0.1-3" > >DESCRIPTION="MALOC is a small, portable, abstract C environment library for object-oriented C programming" >LICENSE="GPL-2" >HOMEPAGE="http://scicomp.ucsd.edu/~mholst/codes/maloc/index.html#overview" >SRC_URI=" http://cam.ucsd.edu/~mholst/codes/${PN}/${PN}-${MY_PV}.tar.gz" > >SLOT="0" >IUSE="mpi" >KEYWORDS="~x86 ~amd64" > >DEPEND="sys-libs/readline \ > >=sci-libs/blas-19980702-r1" > >S="${WORKDIR}/${PN}" > >src_compile() { > # do not build blas > local myconf="--disable-blas" > > # configure > econf ${myconf} \ > $(use_enable mpi) \ > || die "configure failed" > > # fix install location of libs in Makefile > sed -e "s|libdir = \${prefix}/lib/\${fetk_cpu_vendor_os}|libdir = \${prefix}/lib/|" \ > -i src/aaa_lib/Makefile || \ > die "failed to patch lib Makefile" > > # build > make || die "make failed" >} > >src_install() { > > # install libs and headers > make DESTDIR="${D}" install || die "make install failed" > > # install doc > dohtml doc/index.html || die "failed to install html docs" >}
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 124793
:
81374
| 81375