Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 197954 Details for
Bug 277849
sci-libs/{blas-reference, cblas, lapack} ebuild scripts corrected to allow for proper eselect behavior
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sci-libs/blas-reference ebuild patch
blas-reference-20070226.ebuild.patch (text/plain), 1.14 KB, created by
Michael Yang
on 2009-07-14 18:41:26 UTC
(
hide
)
Description:
sci-libs/blas-reference ebuild patch
Filename:
MIME Type:
Creator:
Michael Yang
Created:
2009-07-14 18:41:26 UTC
Size:
1.14 KB
patch
obsolete
>--- blas-reference-20070226.ebuild.orig 2009-07-14 13:50:29.000000000 -0400 >+++ blas-reference-20070226.ebuild 2009-07-14 13:59:26.000000000 -0400 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-20070226.ebuild,v 1.18 2008/12/07 18:26:29 vapier Exp $ > >-inherit eutils autotools fortran multilib flag-o-matic >+inherit eutils autotools fortran multilib flag-o-matic prefix > > LAPACKPV="3.1.1" > LAPACKPN="lapack-lite" >@@ -41,14 +41,18 @@ > > src_compile() { > econf \ >- --libdir=/usr/$(get_libdir)/blas/reference \ >+ --libdir=${EPREFIX}/usr/$(get_libdir)/blas/reference \ > || die "econf failed" > emake LDFLAGS="${LDFLAGS}" || die "emake failed" > } > > src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >- eselect blas add $(get_libdir) "${FILESDIR}"/eselect.blas.reference ${ESELECT_PROF} >+ cd "${T}" >+ cp "${FILESDIR}"/eselect.blas.reference . >+ epatch "${FILESDIR}"/eselect.blas.reference.patch >+ eprefixify eselect.blas.reference >+ eselect blas add $(get_libdir) eselect.blas.reference ${ESELECT_PROF} > } > > pkg_postinst() {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277849
:
197952
|
197954
|
197956
|
197957
|
197958
|
197959
|
207322
|
207324
|
210350
|
210352