From f3ffba637853433028d7755ebaab64ac2d4d5006 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 12 May 2023 20:51:46 +0800 Subject: [PATCH] abyss: possible fix --- BioArchLinux/abyss/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BioArchLinux/abyss/PKGBUILD b/BioArchLinux/abyss/PKGBUILD index ce1301ac89..80b1517bef 100644 --- a/BioArchLinux/abyss/PKGBUILD +++ b/BioArchLinux/abyss/PKGBUILD @@ -21,7 +21,7 @@ build() { cd "${pkgname}-${pkgver}" ./autogen.sh ./configure --prefix=/usr --with-boost=/usr/lib --with-mpi=/usr/lib/openmpi --with-sparsehash=/usr/lib --without-sqlite --disable-werror - make + make -j1 } package() {