mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
sci-electronics/yosys: fixes yosys-config and pre-strip
- fix yosys-config (e.g. for ghdl-yosys-plugin) - do not pre-strip Closes: https://github.com/gentoo/guru/pull/184 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -25,16 +25,15 @@ RDEPEND="
|
|||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="dev-vcs/git"
|
BDEPEND="dev-vcs/git"
|
||||||
|
|
||||||
QA_PRESTRIPPED="
|
|
||||||
/usr/bin/yosys-filterlib
|
|
||||||
/usr/bin/yosys-abc
|
|
||||||
"
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
mv "${WORKDIR}/abc-${ABC_GIT_COMMIT}" "${S}"/abc || die
|
mv "${WORKDIR}/abc-${ABC_GIT_COMMIT}" "${S}"/abc || die
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_configure() {
|
||||||
emake DESTDIR="${D}" PREFIX='/usr' install
|
cat <<-__EOF__ >> Makefile.conf || die
|
||||||
|
PREFIX := ${EPREFIX}/usr
|
||||||
|
STRIP := @echo "skipping strip"
|
||||||
|
__EOF__
|
||||||
|
default
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user