[arch-commits] Commit in bliss-graphs/repos (6 files)
Date: Saturday, December 5, 2015 @ 16:37:22 Author: allan Revision: 148494 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: bliss-graphs/repos/community-staging-i686/ bliss-graphs/repos/community-staging-i686/PKGBUILD (from rev 148493, bliss-graphs/trunk/PKGBUILD) bliss-graphs/repos/community-staging-i686/digraph_heuristic.patch (from rev 148493, bliss-graphs/trunk/digraph_heuristic.patch) bliss-graphs/repos/community-staging-x86_64/ bliss-graphs/repos/community-staging-x86_64/PKGBUILD (from rev 148493, bliss-graphs/trunk/PKGBUILD) bliss-graphs/repos/community-staging-x86_64/digraph_heuristic.patch (from rev 148493, bliss-graphs/trunk/digraph_heuristic.patch) --+ community-staging-i686/PKGBUILD | 36 + community-staging-i686/digraph_heuristic.patch | 12 +++ community-staging-x86_64/PKGBUILD| 36 + community-staging-x86_64/digraph_heuristic.patch | 12 +++ 4 files changed, 96 insertions(+) Copied: bliss-graphs/repos/community-staging-i686/PKGBUILD (from rev 148493, bliss-graphs/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-12-05 15:37:22 UTC (rev 148494) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=bliss-graphs +pkgver=0.73 +pkgrel=2 +pkgdesc="A library for computing automorphism groups and canonical forms of graphs" +arch=(i686 x86_64) +url="http://www.tcs.tkk.fi/Software/bliss/index.html"; +license=(GPL3) +depends=(gcc-libs) +source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip"; 'digraph_heuristic.patch') +md5sums=('72f2e310786923b5c398ba0fc40b42ce' + '242e9ff299178681a211c417c2db') + +prepare() { + cd bliss-$pkgver +# Fix splitting heuristics for digraphs + patch -p1 -i ../digraph_heuristic.patch +} + +build() { + cd bliss-$pkgver + + make +} + +package() { + cd bliss-$pkgver + + mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin} + cp *.hh "$pkgdir"/usr/include/bliss/ + cp libbliss.a "$pkgdir"/usr/lib/ + cp bliss "$pkgdir"/usr/bin/ +} + Copied: bliss-graphs/repos/community-staging-i686/digraph_heuristic.patch (from rev 148493, bliss-graphs/trunk/digraph_heuristic.patch) === --- community-staging-i686/digraph_heuristic.patch (rev 0) +++ community-staging-i686/digraph_heuristic.patch 2015-12-05 15:37:22 UTC (rev 148494) @@ -0,0 +1,12 @@ +--- bliss-0.72/graph.hh2011-05-12 15:29:46.0 +0200 /home/azi/bliss-0.72/graph.hh 2014-12-30 11:14:20.917059666 +0100 +@@ -843,7 +843,7 @@ + bool is_equitable() const; + + /* Splitting heuristics, documented in more detail in the cc-file. */ +- SplittingHeuristic sh; ++ SplittingHeuristic sh = shs_f; + Partition::Cell* find_next_cell_to_be_splitted(Partition::Cell *cell); + Partition::Cell* sh_first(); + Partition::Cell* sh_first_smallest(); + Copied: bliss-graphs/repos/community-staging-x86_64/PKGBUILD (from rev 148493, bliss-graphs/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-12-05 15:37:22 UTC (rev 148494) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=bliss-graphs +pkgver=0.73 +pkgrel=2 +pkgdesc="A library for computing automorphism groups and canonical forms of graphs" +arch=(i686 x86_64) +url="http://www.tcs.tkk.fi/Software/bliss/index.html"; +license=(GPL3) +depends=(gcc-libs) +source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip"; 'digraph_heuristic.patch') +md5sums=('72f2e310786923b5c398ba0fc40b42ce' + '242e9ff299178681a211c417c2db') + +prepare() { + cd bliss-$pkgver +# Fix splitting heuristics for digraphs + patch -p1 -i ../digraph_heuristic.patch +} + +build() { + cd bliss-$pkgver + + make +} + +package() { + cd bliss-$pkgver + + mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin} + cp *.hh "$pkgdir"/usr/include/bliss/ + cp libbliss.a "$pkgdir"/usr/lib/ + cp bliss "$pkgdir"/usr/bin/ +} + Copied: bliss-graphs/repos/community-staging-x86_64/digraph_heuristic.patch (from rev 148493, bliss-graphs/trunk/digraph_heuristic.patch) === --- community-staging-x86_64/digraph_heuristic.patch (rev 0) +++ community-staging-x86_64/digraph_heuristic.patch2015-12-05 15:37:22 UTC (rev 148494) @@ -0,0 +1,12 @@ +--- bliss-0.72/graph.hh2011-05-12 15:29:46.0 +0200 /home/azi/bliss-0.72/graph.hh 2014-12-30 11:14:20.917059666 +0100 +@@ -843,7 +843,7 @@ + bool is_equitable() const; + + /* Splitting heuristics
[arch-commits] Commit in bliss-graphs/repos (6 files)
Date: Monday, July 27, 2015 @ 16:10:19 Author: arojas Revision: 137504 archrelease: copy trunk to community-i686, community-x86_64 Added: bliss-graphs/repos/community-i686/PKGBUILD (from rev 137503, bliss-graphs/trunk/PKGBUILD) bliss-graphs/repos/community-i686/digraph_heuristic.patch (from rev 137503, bliss-graphs/trunk/digraph_heuristic.patch) bliss-graphs/repos/community-x86_64/PKGBUILD (from rev 137503, bliss-graphs/trunk/PKGBUILD) bliss-graphs/repos/community-x86_64/digraph_heuristic.patch (from rev 137503, bliss-graphs/trunk/digraph_heuristic.patch) Deleted: bliss-graphs/repos/community-i686/PKGBUILD bliss-graphs/repos/community-x86_64/PKGBUILD --+ /PKGBUILD| 72 + community-i686/PKGBUILD | 29 --- community-i686/digraph_heuristic.patch | 12 community-x86_64/PKGBUILD| 29 --- community-x86_64/digraph_heuristic.patch | 12 5 files changed, 96 insertions(+), 58 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-07-27 14:09:18 UTC (rev 137503) +++ community-i686/PKGBUILD 2015-07-27 14:10:19 UTC (rev 137504) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=bliss-graphs -pkgver=0.72 -pkgrel=1 -pkgdesc="A library for computing automorphism groups and canonical forms of graphs" -arch=(i686 x86_64) -url="http://www.tcs.tkk.fi/Software/bliss/index.html"; -license=(GPL3) -depends=(glibc) -source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip";) -md5sums=('6f0e114944fa0863870b7f631850abb2') - -build() { - cd bliss-$pkgver - - make -} - -package() { - cd bliss-$pkgver - - mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin} - cp *.hh "$pkgdir"/usr/include/bliss/ - cp libbliss.a "$pkgdir"/usr/lib/ - cp bliss "$pkgdir"/usr/bin/ -} - Copied: bliss-graphs/repos/community-i686/PKGBUILD (from rev 137503, bliss-graphs/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-27 14:10:19 UTC (rev 137504) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=bliss-graphs +pkgver=0.72 +pkgrel=2 +pkgdesc="A library for computing automorphism groups and canonical forms of graphs" +arch=(i686 x86_64) +url="http://www.tcs.tkk.fi/Software/bliss/index.html"; +license=(GPL3) +depends=(gcc-libs) +source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip"; 'digraph_heuristic.patch') +md5sums=('6f0e114944fa0863870b7f631850abb2' + '242e9ff299178681a211c417c2db') + +prepare() { + cd bliss-$pkgver +# Fix splitting heuristics for digraphs + patch -p1 -i ../digraph_heuristic.patch +} + +build() { + cd bliss-$pkgver + + make +} + +package() { + cd bliss-$pkgver + + mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin} + cp *.hh "$pkgdir"/usr/include/bliss/ + cp libbliss.a "$pkgdir"/usr/lib/ + cp bliss "$pkgdir"/usr/bin/ +} + Copied: bliss-graphs/repos/community-i686/digraph_heuristic.patch (from rev 137503, bliss-graphs/trunk/digraph_heuristic.patch) === --- community-i686/digraph_heuristic.patch (rev 0) +++ community-i686/digraph_heuristic.patch 2015-07-27 14:10:19 UTC (rev 137504) @@ -0,0 +1,12 @@ +--- bliss-0.72/graph.hh2011-05-12 15:29:46.0 +0200 /home/azi/bliss-0.72/graph.hh 2014-12-30 11:14:20.917059666 +0100 +@@ -843,7 +843,7 @@ + bool is_equitable() const; + + /* Splitting heuristics, documented in more detail in the cc-file. */ +- SplittingHeuristic sh; ++ SplittingHeuristic sh = shs_f; + Partition::Cell* find_next_cell_to_be_splitted(Partition::Cell *cell); + Partition::Cell* sh_first(); + Partition::Cell* sh_first_smallest(); + Deleted: community-x86_64/PKGBUILD === --- community-x86_64/PKGBUILD 2015-07-27 14:09:18 UTC (rev 137503) +++ community-x86_64/PKGBUILD 2015-07-27 14:10:19 UTC (rev 137504) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=bliss-graphs -pkgver=0.72 -pkgrel=1 -pkgdesc="A library for computing automorphism groups and canonical forms of graphs" -arch=(i686 x86_64) -url="http://www.tcs.tkk.fi/Software/bliss/index.html"; -license=(GPL3) -depends=(glibc) -source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip";) -md5sums=('6f0e114944fa0863870b7f631850abb2') - -build() { - cd bliss-$pkgver - - make -} - -package() { - cd bliss-$pkgver - - mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin} - cp *.hh "$pkgdir"/usr/include/bliss/ - cp libbliss.a "$pkgdir"/usr/lib/ - cp bliss "$pkgdir"/usr/bin/ -} - Copied: bliss-graphs/repos/community-x86_64/PKGBUILD (from rev 137503, bliss-gra