[arch-commits] Commit in bliss-graphs/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 23:47:31
  Author: foutrelis
Revision: 405387

PIE/BUILDINFO rebuild

Modified:
  bliss-graphs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:47:00 UTC (rev 405386)
+++ PKGBUILD2018-11-09 23:47:31 UTC (rev 405387)
@@ -2,7 +2,7 @@
 
 pkgname=bliss-graphs
 pkgver=0.73
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for computing automorphism groups and canonical forms of 
graphs"
 arch=(x86_64)
 url="http://www.tcs.tkk.fi/Software/bliss/index.html;


[arch-commits] Commit in bliss-graphs/trunk (PKGBUILD)

2017-07-10 Thread Antonio Rojas
Date: Monday, July 10, 2017 @ 19:42:20
  Author: arojas
Revision: 243779

PIE rebuild

Modified:
  bliss-graphs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-10 19:23:59 UTC (rev 243778)
+++ PKGBUILD2017-07-10 19:42:20 UTC (rev 243779)
@@ -3,7 +3,7 @@
 
 pkgname=bliss-graphs
 pkgver=0.73
-pkgrel=2
+pkgrel=3
 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;


[arch-commits] Commit in bliss-graphs/trunk (PKGBUILD)

2015-12-05 Thread Allan McRae
Date: Saturday, December 5, 2015 @ 16:36:24
  Author: allan
Revision: 148491

C++11 ABI rebuild

Modified:
  bliss-graphs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-05 15:34:31 UTC (rev 148490)
+++ PKGBUILD2015-12-05 15:36:24 UTC (rev 148491)
@@ -3,7 +3,7 @@
 
 pkgname=bliss-graphs
 pkgver=0.73
-pkgrel=1
+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;


[arch-commits] Commit in bliss-graphs/trunk (PKGBUILD)

2015-09-28 Thread Antonio Rojas
Date: Monday, September 28, 2015 @ 18:22:03
  Author: arojas
Revision: 142097

Update to 0.73

Modified:
  bliss-graphs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-28 16:00:56 UTC (rev 142096)
+++ PKGBUILD2015-09-28 16:22:03 UTC (rev 142097)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bliss-graphs
-pkgver=0.72
-pkgrel=2
+pkgver=0.73
+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;
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(gcc-libs)
 source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip; 
'digraph_heuristic.patch')
-md5sums=('6f0e114944fa0863870b7f631850abb2'
+md5sums=('72f2e310786923b5c398ba0fc40b42ce'
  '242e9ff299178681a211c417c2db')
 
 prepare() {


[arch-commits] Commit in bliss-graphs/trunk (PKGBUILD digraph_heuristic.patch)

2015-07-27 Thread Antonio Rojas
Date: Monday, July 27, 2015 @ 16:09:18
  Author: arojas
Revision: 137503

Fix splitting heuristics for digraphs

Added:
  bliss-graphs/trunk/digraph_heuristic.patch
Modified:
  bliss-graphs/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++
 digraph_heuristic.patch |   12 
 2 files changed, 23 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-27 11:42:04 UTC (rev 137502)
+++ PKGBUILD2015-07-27 14:09:18 UTC (rev 137503)
@@ -3,15 +3,22 @@
 
 pkgname=bliss-graphs
 pkgver=0.72
-pkgrel=1
+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=(glibc)
-source=(http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip;)
-md5sums=('6f0e114944fa0863870b7f631850abb2')
+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
 

Added: digraph_heuristic.patch
===
--- digraph_heuristic.patch (rev 0)
+++ digraph_heuristic.patch 2015-07-27 14:09:18 UTC (rev 137503)
@@ -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();
+