summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Holme2023-06-15 16:25:27 +0200
committerChristian Holme2023-06-15 16:25:27 +0200
commit318bb3a9234cf293e7504ff5ae4d95a2c1c3ab00 (patch)
treea1b385cfd35e6a8337a63b6508181a3bdcae8e59 /PKGBUILD
parent76ef7a804a33976801a11184e4281c73633e4a3f (diff)
downloadaur-318bb3a9234cf293e7504ff5ae4d95a2c1c3ab00.tar.gz
update dependencies and optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7c51bebd8e3..39941ad11fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,12 @@ pkgdesc="Berkeley Advanced Reconstruction Toolbox (BART) for Computational Magne
arch=('x86_64')
url="https://mrirecon.github.io/bart/"
license=('BSD')
-makedepends=('git')
-depends=('gcc>=11.2.0' 'openblas' 'blas-openblas' 'fftw' 'libpng')
-optdepends=('octave' 'python3')
+makedepends=('git' 'gcc>=11.2.0')
+depends=('gcc-libs' 'openblas' 'blas-openblas' 'fftw' 'libpng')
+optdepends=('octave: MATLAB/Octave wrapper'
+ 'python: Python wrapper'
+ 'python-numpy: Python wrapper'
+ 'python-matplotlib: Python scripts')
source=('bart::git+https://github.com/mrirecon/bart.git'
'Makefile.local')
sha512sums=('SKIP'