[arch-commits] Commit in nauty/repos/community-x86_64 (3 files)

Antonio Rojas arojas at archlinux.org
Tue May 19 17:02:25 UTC 2020


    Date: Tuesday, May 19, 2020 @ 17:02:24
  Author: arojas
Revision: 629932

archrelease: copy trunk to community-x86_64

Added:
  nauty/repos/community-x86_64/PKGBUILD
    (from rev 629931, nauty/trunk/PKGBUILD)
Deleted:
  nauty/repos/community-x86_64/PKGBUILD
  nauty/repos/community-x86_64/nauty-ldflags.patch

---------------------+
 PKGBUILD            |   81 ++++++++++++++++++++++----------------------------
 nauty-ldflags.patch |   22 -------------
 2 files changed, 37 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 17:02:10 UTC (rev 629931)
+++ PKGBUILD	2020-05-19 17:02:24 UTC (rev 629932)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=nauty
-pkgver=26r12
-pkgrel=6
-pkgdesc="A program for computing automorphism groups of graphs and digraphs"
-arch=(x86_64)
-url="http://pallini.di.uniroma1.it/"
-license=(Apache)
-depends=(glibc)
-source=(http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz
-        nauty-ldflags.patch)
-sha256sums=('862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc'
-            '65e0527b27edd783f23ba3e4f114edd6d54195c4cc453293d140195f8a307f69')
-
-prepare() {
-  cd nauty$pkgver
-  patch -p1 -i ../nauty-ldflags.patch # Honor LDFLAGS
-}
-
-build() {
-  cd nauty$pkgver
-
-  export CFLAGS+=' -fPIC'
-  ./configure
-  make
-}
-
-package() {
-  cd nauty$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin
-  for _program in addedgeg amtog biplabg catg complg converseg copyg countg cubhamg deledgeg delptg directg dreadnaut dretodot dretog \
-    genbg genbgL geng genquarticg genrang genspecialg gentourng gentreeg hamheuristic labelg linegraphg listg multig newedgeg \
-    pickg planarg ranlabg shortg showg subdivideg twohamg vcolg watercluster2 NRswitchg;
-  do
-   install -m755 $_program "$pkgdir"/usr/bin/$program
-  done
-  install -Dm644 nauty.a "$pkgdir"/usr/lib/libnauty.a
-  install -Dm644 *.h -t "$pkgdir"/usr/include/nauty
-
-  mkdir -p "$pkgdir"/usr/share/licenses/nauty
-  install COPYRIGHT "$pkgdir"/usr/share/licenses/nauty/LICENSE
-}

Copied: nauty/repos/community-x86_64/PKGBUILD (from rev 629931, nauty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-19 17:02:24 UTC (rev 629932)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=nauty
+pkgver=27r1
+pkgrel=1
+pkgdesc="A program for computing automorphism groups of graphs and digraphs"
+arch=(x86_64)
+url="http://pallini.di.uniroma1.it/"
+license=(Apache)
+depends=(glibc)
+source=(http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz)
+sha256sums=('9c2ba0df9702b45dec037f576608a4ad3ba35cbf6f827c27f54873d9c405d5db')
+
+build() {
+  cd nauty$pkgver
+
+  export CFLAGS+=' -fPIC'
+  ./configure
+  make
+}
+
+package() {
+  cd nauty$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin
+  for _program in addedgeg amtog biplabg catg complg converseg copyg countg cubhamg deledgeg delptg directg dreadnaut dretodot dretog \
+    genbg genbgL geng genquarticg genrang genspecialg gentourng gentreeg hamheuristic labelg linegraphg listg multig newedgeg \
+    pickg planarg ranlabg shortg showg subdivideg twohamg vcolg watercluster2 NRswitchg;
+  do
+   install -m755 $_program "$pkgdir"/usr/bin/$program
+  done
+  install -Dm644 nauty.a "$pkgdir"/usr/lib/libnauty.a
+  install -Dm644 *.h -t "$pkgdir"/usr/include/nauty
+
+  mkdir -p "$pkgdir"/usr/share/licenses/nauty
+  install COPYRIGHT "$pkgdir"/usr/share/licenses/nauty/LICENSE
+}

Deleted: nauty-ldflags.patch
===================================================================
--- nauty-ldflags.patch	2020-05-19 17:02:10 UTC (rev 629931)
+++ nauty-ldflags.patch	2020-05-19 17:02:24 UTC (rev 629932)
@@ -1,22 +0,0 @@
---- nauty26r12/makefile.basic.orig	2019-10-15 06:08:44.730370702 +0000
-+++ nauty26r12/makefile.basic	2019-10-15 06:09:06.797358787 +0000
-@@ -337,7 +337,7 @@
- 		nautilL1.o naugraphL1.o schreierL.o naurng.o ${LDFLAGS}
- 
- gentreeg : gentreeg.c gtools.o nauty.h gtools.h
--	${CC} -o gentreeg ${CFLAGS} gentreeg.c gtools.o
-+	${CC} -o gentreeg ${CFLAGS} gentreeg.c gtools.o ${LDFLAGS}
- 
- genrang : ${GTOOLSH} genrang.c gtools.o naututil.o ${NAUTYO}
- 	${CC} -o genrang ${CFLAGS} genrang.c \
---- nauty26r12/makefile.in.orig	2019-10-15 06:08:37.656934310 +0000
-+++ nauty26r12/makefile.in	2019-10-15 06:09:15.337483153 +0000
-@@ -337,7 +337,7 @@
- 		nautilL1.o naugraphL1.o schreierL.o naurng.o ${LDFLAGS}
- 
- gentreeg : gentreeg.c gtools.o nauty.h gtools.h
--	${CC} -o gentreeg ${CFLAGS} gentreeg.c gtools.o
-+	${CC} -o gentreeg ${CFLAGS} gentreeg.c gtools.o ${LDFLAGS}
- 
- genrang : ${GTOOLSH} genrang.c gtools.o naututil.o ${NAUTYO}
- 	${CC} -o genrang ${CFLAGS} genrang.c \



More information about the arch-commits mailing list