mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
qtltools: fix dependencies
This commit is contained in:
parent
a9cc13c3ca
commit
6c806d1895
1 changed files with 4 additions and 6 deletions
|
@ -1,14 +1,12 @@
|
|||
# Maintainer: Bipin Kumar <kbipinkumar@pm.me>
|
||||
|
||||
pkgname=qtltools
|
||||
pkgver=1.3.1
|
||||
pkgrel=4
|
||||
pkgdesc="A complete tool set for molecular QTL discovery and analysis. https://doi.org/10.1038/ncomms15452"
|
||||
pkgdesc="A complete tool set for molecular QTL discovery and analysis"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://qtltools.github.io/qtltools"
|
||||
license=('GPL3')
|
||||
depends=('boost' 'bzip2' 'gzip' 'zip' 'gsl' 'cblas' 'openblas' 'htslib' 'r')
|
||||
makedepends=('git')
|
||||
depends=('bzip2' 'gsl' 'openblas' 'cblas' 'htslib' 'r' 'bash' 'glibc' 'xz' 'curl' 'zlib' 'gcc-libs' 'boost-libs')
|
||||
makedepends=('git' 'boost')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/qtltools/qtltools/archive/refs/tags/${pkgver}.tar.gz"
|
||||
'Makefile.patch')
|
||||
|
||||
|
@ -16,7 +14,7 @@ sha256sums=('033b9b61923fd65c4b8b80bc0add321e6fd6fb40de49d15c2dfe6a4d7e60764a'
|
|||
'5bdfda40c5f793f25840172b55fd3caffba53c2ef71c94d3f0ff12a607643763')
|
||||
|
||||
prepare() {
|
||||
# patch Makefile as 'make PREFIX=/usr' does not work
|
||||
# patch Makefile as make PREFIX=/usr does not work
|
||||
cp Makefile.patch ${pkgname}-${pkgver}/
|
||||
cd ${pkgname}-${pkgver}
|
||||
patch -p1 < Makefile.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue