Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 517796 Details for
Bug 646584
app-office/libreoffice-6.0.0.3 fails to configure with media-libs/glm-0.9.8.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
glm-0.9.8.5.ebuild
glm-0.9.8.5.ebuild (text/plain), 937 bytes, created by
Wojciech Myrda
on 2018-02-04 15:54:46 UTC
(
hide
)
Description:
glm-0.9.8.5.ebuild
Filename:
MIME Type:
Creator:
Wojciech Myrda
Created:
2018-02-04 15:54:46 UTC
Size:
937 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit cmake-utils > >DESCRIPTION="OpenGL Mathematics" >HOMEPAGE="http://glm.g-truc.net/" >SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="|| ( HappyBunny MIT )" >SLOT="0" >KEYWORDS="~amd64 ~arm ~arm64 ~x86" >IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2" > >RDEPEND="virtual/opengl" > >PATCHES=( "${FILESDIR}/${PN}-gcc73.patch" "${FILESDIR}/${PN}-include.patch" ) > >src_configure() { > if use test; then > local mycmakeargs=( > -DGLM_TEST_ENABLE=ON > -DGLM_TEST_ENABLE_SIMD_SSE2="$(usex cpu_flags_x86_sse2 ON OFF)" > -DGLM_TEST_ENABLE_SIMD_SSE3="$(usex cpu_flags_x86_sse3 ON OFF)" > -DGLM_TEST_ENABLE_SIMD_AVX="$(usex cpu_flags_x86_avx ON OFF)" > -DGLM_TEST_ENABLE_SIMD_AVX2="$(usex cpu_flags_x86_avx2 ON OFF)" > ) > fi > > cmake-utils_src_configure >}
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 646584
:
517794
| 517796