Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113272 Details for
Bug 170919
sci-libs/gsl-1.8 fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gsl-1.8-cleanup.patch
gsl-1.8-cleanup.patch (text/plain), 830 bytes, created by
Santiago M. Mola (RETIRED)
on 2007-03-14 18:20:01 UTC
(
hide
)
Description:
gsl-1.8-cleanup.patch
Filename:
MIME Type:
Creator:
Santiago M. Mola (RETIRED)
Created:
2007-03-14 18:20:01 UTC
Size:
830 bytes
patch
obsolete
>--- /usr/portage/sci-libs/gsl/gsl-1.8.ebuild 2007-03-06 12:06:03.000000000 +0100 >+++ gsl-1.8-r1.ebuild 2007-03-14 19:00:46.000000000 +0100 >@@ -14,11 +14,13 @@ > IUSE="" > > DEPEND="" >+RDEPEND="" > > src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/gsl-1.6-deps.diff >+ epatch "${FILESDIR}"/${P}-tests.patch > eautoreconf > } > >@@ -26,15 +28,11 @@ > replace-cpu-flags k6 k6-2 k6-3 i586 > filter-flags -ffast-math > >- econf --disable-libtool-lock || die >- emake || die 'emake failed.' >-} >- >-src_test() { >- make check || die 'make check failed.' >+ econf --disable-libtool-lock || die "econf failed" >+ emake || die "emake failed" > } > > src_install() { >- einstall || die 'einstall failed.' >+ emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README SUPPORT THANKS 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 170919
:
113270
| 113272