diff options
author | Vitalii Kuzhdin | 2024-08-01 15:41:22 +0300 |
---|---|---|
committer | Vitalii Kuzhdin | 2024-08-01 15:41:22 +0300 |
commit | 21315626f4ea6b5a866dd33fe49dcb2b730f6d9f (patch) | |
tree | be36439d14808cf52be0582d8e305b47e60937d9 /PKGBUILD | |
parent | f7dead6de9319d7c7eb4d607d63d96af393a5ec3 (diff) | |
download | aur-21315626f4ea6b5a866dd33fe49dcb2b730f6d9f.tar.gz |
Add pybertini to optdepends, fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,8 +8,9 @@ pkgdesc="The redevelopment of Bertini in C++" arch=('any') url="https://github.com/bertiniteam/b2" license=('custom:GPL-3.0-or-later WITH Bertini2-Additional-GPL-Terms') -makedepends=('git' 'boost' 'boost-libs>=1.83' 'mpfr' 'gmp' 'eigen') +makedepends=('git' 'boost' 'boost-libs>=1.83' 'boost-libs' 'mpfr' 'gmp' 'libmpc' 'eigen') depends=('glibc' 'gcc-libs' 'boost-libs' 'mpfr' 'gmp' 'libmpc') +optdepends=('pybertini: Python interface support') provides=("${_pkgname}" 'libbertini2.so') conflicts=("${_pkgname}") _pkgsrc="b2" |