sys-devel/autofdo - 0.19 (blshkv)

Search

Install

Install this version:

emerge -a =sys-devel/autofdo-0.19

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-devel/autofdo-0.19

Or alternatively:

emerge --autounmask-write -a =sys-devel/autofdo-0.19

Package Information

Description:
System to simplify real-world deployment of feedback-directed optimization
Homepage:
https://gcc.gnu.org/wiki/AutoFDO
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.19 8 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="System to simplify real-world deployment of feedback-directed optimization"
HOMEPAGE="https://gcc.gnu.org/wiki/AutoFDO"
#SRC_URI="https://github.com/google/autofdo/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/google/autofdo/releases/download/0.19/0.19.tar.gz  -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
#KEYWORDS="~amd64 ~x86"

DEPEND=">=llvm-core/llvm-5.0.1:*
	sys-devel/gcc:*"

RDEPEND="${DEPEND}"

src_prepare(){
	eapply "${FILESDIR}/disable-rpath.diff"
	eapply "${FILESDIR}/link-atomic.diff"
#	eapply "${FILESDIR}/link-libgflags.diff"
#	eapply "${FILESDIR}/link-libglog.diff"

	eautoreconf
	eapply_user
}

src_configure(){
	econf --with-llvm
}

Inherited Eclasses

Dependencies

DEPEND

>=llvm-core/llvm-5.0.1:*
	sys-devel/gcc:*

RDEPEND

>=llvm-core/llvm-5.0.1:*
	sys-devel/gcc:*

Manifest for 0.19

Type File Size Source URLs
DIST autofdo-0.19.tar.gz 364598015 bytes https://github.com/google/autofdo/releases/download/0.19/0.19.tar.gz