Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 848741 Details for
Bug 891197
multilib-build.eclass: multilib_check_headers refuses to merge when headers are only present for native ABI
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
media-libs/openexr ebuild patch used for multilib compilation
media-libs_openexr_openexr-3.1.5.ebuild.patch (text/plain), 1021 bytes, created by
Jocelyn Mayer
on 2023-01-17 14:15:58 UTC
(
hide
)
Description:
media-libs/openexr ebuild patch used for multilib compilation
Filename:
MIME Type:
Creator:
Jocelyn Mayer
Created:
2023-01-17 14:15:58 UTC
Size:
1021 bytes
patch
obsolete
>--- media-libs/openexr/openexr-3.1.5.ebuild.keep 2022-09-28 12:10:24.000000000 +0200 >+++ media-libs/openexr/openexr-3.1.5.ebuild 2023-01-17 15:12:50.018038218 +0100 >@@ -3,7 +3,7 @@ > > EAPI=8 > >-inherit cmake flag-o-matic >+inherit cmake-multilib flag-o-matic > > MY_PN=OpenEXR > >@@ -19,8 +19,8 @@ > RESTRICT="!test? ( test )" > > RDEPEND=" >- ~dev-libs/imath-${PV}:= >- sys-libs/zlib >+ ~dev-libs/imath-${PV}:=[${MULTILIB_USEDEP}] >+ sys-libs/zlib[${MULTILIB_USEDEP}] > !media-libs/openexr:3 > !media-libs/ilmbase > " >@@ -48,6 +48,7 @@ > fi > > cmake_src_prepare >+ multilib_copy_sources > } > > src_configure() { >@@ -66,13 +67,14 @@ > -DOPENEXR_INSTALL_TOOLS=$(usex utils) > -DOPENEXR_USE_CLANG_TIDY=OFF # don't look for clang-tidy > ) >+ multilib_is_native_abi || mycmakeargs+=( OPENEXR_FORCE_INTERNAL_IMATH=ON ) > > use test && mycmakeargs+=( -DOPENEXR_RUN_FUZZ_TESTS=ON ) > > cmake_src_configure > } > >-src_install() { >+multilib_src_install() { > use examples && docompress -x /usr/share/doc/${PF}/examples > > cmake_src_install
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 891197
:
848735
|
848737
|
848739
| 848741