mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rw: Update to 0.9 and apply a patch to build with igraph >= 0.10.
* gnu/packages/patches/rw-igraph-0.10.patch: New file. * gnu/local.mk: Register it. * gnu/packages/graph.scm (rw): Update to 0.9. Apply patch.
This commit is contained in:
parent
a8754d3160
commit
0b1fae08d0
3 changed files with 25 additions and 8 deletions
|
@ -572,19 +572,18 @@ isolating planarity obstructions.")
|
|||
(name "rw")
|
||||
;; There is a version 0.8, but the tarball is broken with symlinks
|
||||
;; to /usr/share.
|
||||
(version "0.7")
|
||||
(version "0.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/rankwidth/"
|
||||
"rw-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rv2v42x2506x7f10349m1wpmmfxrv9l032bkminni2gbip9cjg0"))))
|
||||
(sha256
|
||||
(base32
|
||||
"0hdlxxmlccb6fp7g58zv0rdzpbyjn9bgqlf052sgrk95zq33bq61"))
|
||||
(patches (search-patches "rw-igraph-0.10.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list igraph))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list igraph))
|
||||
(home-page "https://sourceforge.net/projects/rankwidth/")
|
||||
(synopsis "Rank-width and rank-decomposition of graphs")
|
||||
(description "rw computes rank-width and rank-decompositions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue