* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/chaco/
@ 2021-09-07 11:58 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2021-09-07 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 8b7db9595598dc007c54c3739272b63421864945
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Sep 7 11:57:31 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Sep 7 11:57:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b7db959
sci-mathematics/chaco: change file layout
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sci-mathematics/chaco/{chaco-2.2-r1.ebuild => chaco-2.2-r2.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/chaco/chaco-2.2-r1.ebuild b/sci-mathematics/chaco/chaco-2.2-r2.ebuild
similarity index 84%
rename from sci-mathematics/chaco/chaco-2.2-r1.ebuild
rename to sci-mathematics/chaco/chaco-2.2-r2.ebuild
index 499b1253a..c774dd464 100644
--- a/sci-mathematics/chaco/chaco-2.2-r1.ebuild
+++ b/sci-mathematics/chaco/chaco-2.2-r2.ebuild
@@ -27,10 +27,12 @@ src_compile() {
src_install() {
dodoc -r doc/.
- dodoc -r "code/matlab"
+ insinto "/usr/share/octave/packages/${PN}"
+ doins -r code/matlab/*
cd "exec" || die
dobin "chaco"
dolib.so "libchaco.so"
- dodoc *.coords *.graph "User_Params"
+ insinto "/usr/share/${PN}"
+ doins *.coords *.graph "User_Params"
newdoc README README_exec
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/chaco/
@ 2021-05-16 14:06 Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2021-05-16 14:06 UTC (permalink / raw
To: gentoo-commits
commit: d89786cb1d45ea18df86e694c44dda76b5c67033
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 13:46:54 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 16 14:05:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d89786cb
sci-mathematics/chaco: fix CC
Closes: https://bugs.gentoo.org/785166
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
sci-mathematics/chaco/chaco-2.2.ebuild | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/chaco/chaco-2.2.ebuild b/sci-mathematics/chaco/chaco-2.2.ebuild
index 745dd01c6..f7d0a7d15 100644
--- a/sci-mathematics/chaco/chaco-2.2.ebuild
+++ b/sci-mathematics/chaco/chaco-2.2.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
+
+inherit toolchain-funcs
DESCRIPTION="Software for Partitioning Graphs"
HOMEPAGE="https://www3.cs.stonybrook.edu/~algorith/implement/chaco/implement.shtml"
@@ -13,10 +15,13 @@ KEYWORDS="~amd64 ~x86"
PATCHES=( "${FILESDIR}/makefile.patch" )
S="${WORKDIR}/Chaco-${PV}"
+src_compile() {
+ cd code || die
+ tc-export CC
+ default
+}
+
src_install() {
- pushd code || die
- emake
- popd || die
dobin "exec/chaco"
dodoc -r doc/.
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-07 11:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07 11:58 [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/chaco/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-05-16 14:06 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox