mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
try to build without libstdc++5
This commit is contained in:
parent
1529a9d1a9
commit
a18a175e0d
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ pkgdesc="Efficient phylogenomic software by maximum likelihood; multicore versio
|
|||
arch=(x86_64)
|
||||
url="http://www.iqtree.org/"
|
||||
license=('GPL2')
|
||||
depends=('boost' 'eigen' 'glibc' 'libstdc++5' 'zlib')
|
||||
makedepends=('cmake' 'make')
|
||||
depends=('boost' 'eigen' 'glibc' 'zlib')
|
||||
makedepends=('cmake' 'make' 'gcc')
|
||||
source=("iqtree2-$pkgver::https://github.com/iqtree/iqtree2/archive/v${pkgver}.tar.gz")
|
||||
md5sums=('d20ca3e053852574dcbdd218f4e6ebfc')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue