Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / nauty
Commits:
b570a2eb by Antonio Rojas at 2024-08-25T16:28:00+02:00
upgpkg: 1:2.8.9-2: Install headers in a subdir
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nauty
pkgdesc = A program for computing automorphism groups of graphs and
digraphs
pkgver = 2.8.9
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://pallini.di.uniroma1.it/
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nauty
epoch=1
pkgver=2.8.9
-pkgrel=1
+pkgrel=2
pkgdesc='A program for computing automorphism groups of graphs and digraphs'
arch=(x86_64)
url='http://pallini.di.uniroma1.it/'
@@ -19,6 +19,7 @@ build() {
CFLAGS="$CFLAGS $LDFLAGS" \
./configure \
--prefix=/usr \
+ --includedir=/usr/include/nauty \
--enable-generic
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nauty/-/commit/b570a2eb8f996df993b11b110029cd0b2023b22b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nauty/-/commit/b570a2eb8f996df993b11b110029cd0b2023b22b
You're receiving this email because of your account on gitlab.archlinux.org.