mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
Added test suite to mummer but commented out due to apparent bug
This commit is contained in:
parent
6b200c1578
commit
c0624f38c8
1 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,7 @@ pkgrel=1
|
|||
pkgdesc="A fast and versatile genome alignment system. https://doi.org/10.1371/journal.pcbi.1005944"
|
||||
arch=('x86_64')
|
||||
url="https://mummer4.github.io/"
|
||||
license=('GPL' 'PerlArtistic')
|
||||
license=('PerlArtistic')
|
||||
depends=(gcc-libs)
|
||||
makedepends=(sh perl)
|
||||
provides=()
|
||||
|
@ -20,7 +20,16 @@ build() {
|
|||
make
|
||||
}
|
||||
|
||||
# check seems to fail due to an apparent bug in test_md5
|
||||
# see also https://github.com/mummer4/mummer/issues/147
|
||||
|
||||
# check() {
|
||||
# cd "mummer-${pkgver}"
|
||||
# make check
|
||||
# }
|
||||
|
||||
package() {
|
||||
cd "mummer-${pkgver}"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue