From 4659d94575e9937e2123c3f43178306b024a8f33 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Fri, 12 May 2023 21:00:42 +0800 Subject: [PATCH] abyss: revert --- BioArchLinux/abyss/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BioArchLinux/abyss/PKGBUILD b/BioArchLinux/abyss/PKGBUILD index 80b1517bef..0b7aa7f0d9 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 -j1 + make } package() {