Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 417916 Details for
Bug 566876
dev-cpp/gtest fails the install step in cross-complation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild using cmake
gtest-1.7.0-r1.ebuild (text/plain), 789 bytes, created by
Yi Yang
on 2015-11-26 08:11:13 UTC
(
hide
)
Description:
ebuild using cmake
Filename:
MIME Type:
Creator:
Yi Yang
Created:
2015-11-26 08:11:13 UTC
Size:
789 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit cmake-utils > >DESCRIPTION="Google C++ Testing Framework" >HOMEPAGE="https://github.com/google/googletest" >SRC_URI="https://googletest.googlecode.com/files/${P}.zip" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" >IUSE="" > >DEPEND="app-arch/unzip > ${PYTHON_DEPS}" >RDEPEND="" > >src_configure() { > local mycmakeargs > > cmake-utils_src_configure >} > >src_install() { > into /usr > dolib.a "${BUILD_DIR}"/libgtest.a > dolib.a "${BUILD_DIR}"/libgtest_main.a > insinto /usr/include/gtest/ > for x in "${S}"/include/gtest/*.h > do > echo $x > doins "${x}" > done >}
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 566876
: 417916