repo.or.cz
/
sgilles-overlay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sys-apps/dbus-stub: add
[sgilles-overlay.git]
/
sci-mathematics
/
matroid-finder
/
matroid-finder-9999.ebuild
blob
012410ff1942ab5249480e2de6330f368b3b04e9
1
EAPI
=
6
2
3
inherit eutils git-r3
4
5
DESCRIPTION
=
"A program to find matroids of plabic graphs"
6
HOMEPAGE
=
"http://www.math.umd.edu/~sgilles"
7
EGIT_REPO_URI
=
"git://repo.or.cz/matroid-finder.git"
8
9
LICENSE
=
"ISC"
10
SLOT
=
"0"
11
KEYWORDS
=
"alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
12
13
src_compile
() {
14
emake CC
=
$
(
tc-getCC
)
15
}