abyss: fix

This commit is contained in:
Kuoi 2023-05-12 20:45:56 +08:00
parent db58fe3bf4
commit 7878654081
2 changed files with 7 additions and 12 deletions

View file

@ -1,4 +1,5 @@
# Maintainer: PolpOnline <aur at t0mmy dot anonaddy dot com>
# Maintainer: Guoyi ZHang <myname at malacology dot net>
# Contributor: PolpOnline <aur at t0mmy dot anonaddy dot com>
# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
pkgname=abyss
@ -8,8 +9,8 @@ pkgdesc="Assembly By Short Sequences - a de novo, parallel, paired-end sequence
arch=("i686" "x86_64")
url="https://github.com/bcgsc/abyss"
license=("GPL3")
depends=("openmpi" "boost-libs" "btllib" "sqlite")
makedepends=("boost" "sparsehash" "make")
depends=("openmpi" "samtools")
makedepends=("boost" "sparsehash" "make" "btllib")
optdepends=(
'pigz: for parallel gzip'
)
@ -18,19 +19,11 @@ sha512sums=('1853e2d4d577abf7d0e8ce70e944846e5ad67afcd1f0a1a4b9944047c7e8ebc1dbd
build() {
cd "${pkgname}-${pkgver}"
./autogen.sh
LDFLAGS="${LDFLAGS:-} -L/usr/lib/openmpi" \
./configure --prefix=/usr --disable-werror
./configure --prefix=/usr --with-boost=/usr/lib --with-mpi=/usr/lib/openmpi --with-sparsehash=/usr/lib --without-sqlite --disable-werror
make
}
check() {
cd "${pkgname}-${pkgver}"
make check
}
package() {
cd "${pkgname}-${pkgver}"

View file

@ -7,8 +7,10 @@ pre_build_script: |
run_cmd(['updpkgsums'])
post_build_script: |
git_pkgbuild_commit()
update_aur_repo()
repo_depends:
- btllib
- samtools
update_on:
- source: github
github: bcgsc/abyss