abyss: revert

This commit is contained in:
Kuoi 2023-05-12 21:00:42 +08:00 committed by GitHub
parent f3ffba6378
commit 4659d94575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {