add new llvm-propeller ebuild (non working)
This commit is contained in:
parent
69c5519ef4
commit
a0ec8040cf
25
sys-apps/llvm-propeller/llvm-propeller-9999.ebuild
Normal file
25
sys-apps/llvm-propeller/llvm-propeller-9999.ebuild
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit git-r3 cmake
|
||||||
|
|
||||||
|
HOMEPAGE="https://github.com/google/llvm-propeller"
|
||||||
|
DESCRIPTION="AutoFDO"
|
||||||
|
|
||||||
|
EGIT_REPO_URI="https://github.com/google/llvm-propeller.git"
|
||||||
|
|
||||||
|
LICENSE=""
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
IUSE=""
|
||||||
|
# REQUIRED_USE=""
|
||||||
|
|
||||||
|
# src_configure() {
|
||||||
|
# local mycmakeargs=(
|
||||||
|
# -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||||
|
# -DBUILD_SHARED=On
|
||||||
|
# $(use llvm && echo "-DENABLE_TOOL=LLVM")
|
||||||
|
# $(use gcov && echo "-DENABLE_TOOL=GCOV")
|
||||||
|
# )
|
||||||
|
#
|
||||||
|
# cmake_src_configure
|
||||||
|
# }
|
||||||
Loading…
Reference in New Issue
Block a user