mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nauty: update to 2.8.9.
This commit is contained in:
parent
59e08bc1bc
commit
1e7097996a
2 changed files with 15 additions and 3 deletions
11
srcpkgs/nauty/patches/fix-runalltests.patch
Normal file
11
srcpkgs/nauty/patches/fix-runalltests.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/runalltests.in 2024-08-26 00:55:55.000000000 -0300
|
||||||
|
+++ b/runalltests.in 2024-09-08 09:30:04.032719770 -0300
|
||||||
|
@@ -121,7 +121,7 @@
|
||||||
|
runonetest "./geng -q -TD6 10 | ./ransubg -qS765 -P9/10 | ./countg --NN,A,G,GG" "" nautestv.ans
|
||||||
|
runonetest "./genrang -q -P3 -S1234 70 1000 | ./countg --G,GG" "" nautestw.ans
|
||||||
|
runonetest "./genrang -q -P4 -z -S1234 70 500 | ./countg --G,GG" "" nautestx.ans
|
||||||
|
-runonetest "./geng -q -bT 12 | ./ranlabg -qS7654 -m5 | uniqg -u" "" nautesty.ans
|
||||||
|
+runonetest "./geng -q -bT 12 | ./ranlabg -qS7654 -m5 | ./uniqg -u" "" nautesty.ans
|
||||||
|
|
||||||
|
echo " "
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'nauty'
|
# Template file for 'nauty'
|
||||||
pkgname=nauty
|
pkgname=nauty
|
||||||
version=2.8.8
|
version=2.8.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="includedir=/usr/include/nauty
|
make_install_args="includedir=/usr/include/nauty
|
||||||
pkgconfigexecdir=/usr/lib/pkgconfig"
|
pkgconfigexecdir=/usr/lib/pkgconfig"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="Compute the automorphism groups of graphs and digraphs"
|
short_desc="Compute the automorphism groups of graphs and digraphs"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://pallini.di.uniroma1.it/"
|
homepage="https://pallini.di.uniroma1.it/"
|
||||||
changelog="https://pallini.di.uniroma1.it/changes24-28.txt"
|
changelog="https://pallini.di.uniroma1.it/changes24-28.txt"
|
||||||
distfiles="https://pallini.di.uniroma1.it/nauty${version//./_}.tar.gz"
|
distfiles="https://pallini.di.uniroma1.it/nauty${version//./_}.tar.gz"
|
||||||
checksum=159d2156810a6bb240410cd61eb641add85088d9f15c888cdaa37b8681f929ce
|
checksum=c97ab42bf48796a86a598bce3e9269047ca2b32c14fc23e07208a244fe52c4ee
|
||||||
|
|
||||||
build_options="native_build"
|
build_options="native_build"
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ if [ -z "$build_option_native_build" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
aclocal
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue