Date: Thursday, March 4, 2021 @ 10:25:34 Author: arojas Revision: 880164
Disable -march=native (FS#69879) Modified: nauty/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 09:53:41 UTC (rev 880163) +++ PKGBUILD 2021-03-04 10:25:34 UTC (rev 880164) @@ -2,7 +2,7 @@ pkgname=nauty pkgver=27r1 -pkgrel=1 +pkgrel=2 pkgdesc="A program for computing automorphism groups of graphs and digraphs" arch=(x86_64) url="http://pallini.di.uniroma1.it/" @@ -9,13 +9,13 @@ license=(Apache) depends=(glibc) source=(http://pallini.di.uniroma1.it/nauty$pkgver.tar.gz) -sha256sums=('9c2ba0df9702b45dec037f576608a4ad3ba35cbf6f827c27f54873d9c405d5db') +sha256sums=('76ca5d196e402c83a987f90c28ff706bcc5a333bb4a8fbb979a62d3b99c34e77') build() { cd nauty$pkgver export CFLAGS+=' -fPIC' - ./configure + ./configure --enable-generic make }
