mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 01:31:04 +02:00
autofdo: v0.18 bump
This commit is contained in:
parent
48a004a1fc
commit
a3a8df5883
2 changed files with 33 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST autofdo-0.16.tar.gz 62937947 SHA256 0bd5a5fe6c5821f67cc50d68294002bd2ee3845de0be1d6eafba7a48dd801689 SHA512 4c0203c32f4cfa48cbad376a68220e780ce981814bf2476f040259f8a8207151f81af4d09a4da7d3665116bd9b6ffca3514d29b7e068841434d53e3e8c6e00e2 WHIRLPOOL bf02bdd6cc2c855f71bc0d38a5f2717705b77a310501167521ff64babf34bef0733e8ba1953d433170ff6d30425c77bcdf476749103743c8ef258ce27113c97c
|
||||
DIST autofdo-0.16.tar.gz 62937947 BLAKE2B c8134b94990e86b9847a84f9a70aeede0acda8370db01662cca19d354260df4b8a4a04b38969030d98337effcefed497f9ece0dc8da11238a09109c87795df13 SHA512 4c0203c32f4cfa48cbad376a68220e780ce981814bf2476f040259f8a8207151f81af4d09a4da7d3665116bd9b6ffca3514d29b7e068841434d53e3e8c6e00e2
|
||||
DIST autofdo-0.18.tar.gz 62947085 BLAKE2B 2aef2bf35787339b8be86104a484a9a76adb0b54abe272965941c38bf963c7f49062246aefb2f710807ad4d55058c6babd610ba7290fc4c2114bfb2599cd267b SHA512 7f3b735347f69846c085d1ccd528c6cccd098cb6c768bfddfe4e4d5eb53b750775257da2fbf62f046ea073b5a499149d23b57bdf6ee6282630a69ceda0f1dd12
|
||||
|
|
|
|||
31
sys-devel/autofdo/autofdo-0.18.ebuild
Normal file
31
sys-devel/autofdo/autofdo-0.18.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=sys-devel/llvm-5.0.1:*
|
||||
sys-devel/gcc:*"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
#has Google forgot got change it?
|
||||
sed -i "s|\[0.14\]|\[${PV}\]|" configure.ac
|
||||
eautoreconf
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_configure(){
|
||||
econf --with-llvm
|
||||
}
|
||||
Loading…
Reference in a new issue