abyss: possible fix

This commit is contained in:
Kuoi 2023-05-12 20:51:46 +08:00 committed by GitHub
parent 7878654081
commit f3ffba6378
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
make -j1
}
package() {