mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
sci-mathematics/chaco: fix CC
Closes: https://bugs.gentoo.org/785166 Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI=7
|
||||||
|
|
||||||
|
inherit toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="Software for Partitioning Graphs"
|
DESCRIPTION="Software for Partitioning Graphs"
|
||||||
HOMEPAGE="https://www3.cs.stonybrook.edu/~algorith/implement/chaco/implement.shtml"
|
HOMEPAGE="https://www3.cs.stonybrook.edu/~algorith/implement/chaco/implement.shtml"
|
||||||
@@ -13,10 +15,13 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
PATCHES=( "${FILESDIR}/makefile.patch" )
|
PATCHES=( "${FILESDIR}/makefile.patch" )
|
||||||
S="${WORKDIR}/Chaco-${PV}"
|
S="${WORKDIR}/Chaco-${PV}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
cd code || die
|
||||||
|
tc-export CC
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
pushd code || die
|
|
||||||
emake
|
|
||||||
popd || die
|
|
||||||
dobin "exec/chaco"
|
dobin "exec/chaco"
|
||||||
dodoc -r doc/.
|
dodoc -r doc/.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user