Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 376648 Details for
Bug 506412
media-libs/mesa-10.0.4[llvm]: llvmpipe tests need pax marking
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch v2
mesa-10.1.1.ebuild.llvm.patch (text/plain), 800 bytes, created by
Nikoli
on 2014-05-10 09:04:01 UTC
(
hide
)
Description:
patch v2
Filename:
MIME Type:
Creator:
Nikoli
Created:
2014-05-10 09:04:01 UTC
Size:
800 bytes
patch
obsolete
>--- /var/package-manager/portage/media-libs/mesa/mesa-10.1.1.ebuild 2014-05-01 14:01:23.000000000 +0400 >+++ mesa-10.1.1.ebuild 2014-05-10 12:48:55.000000000 +0400 >@@ -14,7 +14,7 @@ > PYTHON_COMPAT=( python{2_6,2_7} ) > > inherit base autotools multilib multilib-minimal flag-o-matic \ >- python-any-r1 toolchain-funcs ${GIT_ECLASS} >+ python-any-r1 toolchain-funcs pax-utils ${GIT_ECLASS} > > OPENGL_DIR="xorg-x11" > >@@ -413,6 +413,13 @@ > } > > multilib_src_test() { >+ if use llvm; then >+ local llvm_tests='lp_test_arit lp_test_arit lp_test_blend lp_test_blend lp_test_conv lp_test_conv lp_test_format lp_test_format lp_test_printf lp_test_printf' >+ pushd src/gallium/drivers/llvmpipe >/dev/null || die >+ emake ${llvm_tests} >+ pax-mark m ${llvm_tests} >+ popd >/dev/null || die >+ fi > emake check > } >
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 506412
:
374008
| 376648