Search Criteria
Package Details: bart 1.0.00-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bart.git (read-only, click to copy) |
|---|---|
| Package Base: | bart |
| Description: | Berkeley Advanced Reconstruction Toolbox (BART) for Computational Magnetic Resonance Imaging |
| Upstream URL: | https://mrirecon.codeberg.page/ |
| Licenses: | BSD |
| Conflicts: | bart |
| Submitter: | Nordwin |
| Maintainer: | Nordwin |
| Last Packager: | Nordwin |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-06-09 14:44 (UTC) |
| Last Updated: | 2026-02-18 14:20 (UTC) |
Dependencies (9)
- blas-openblas
- fftw (fftw-amdAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- octave (octave-hgAUR) (optional) – MATLAB/Octave wrapper
- python (optional) – Python wrapper
- python-matplotlib (python-matplotlib-gitAUR) (optional) – Python scripts
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (optional) – Python wrapper
Latest Comments
MarsSeed commented on 2023-08-18 21:21 (UTC)
Thank you for the changes.
One small observation / recommendation: it would be best if you removed
depends=openblas. Becauseblas-openblasalready depends on repo'sopenblas(these two are actually split packages coming from the same repo PKGBUILD).Also AUR's
openblas-lapackprovides openblas but not blas-openblas, so it might be confusing to users. The openblas-lapack package no longer aligns with repo's split openblas packages and therefore it is problematic (and its maintainer refuses to change anything to remedy that).MarsSeed commented on 2023-06-15 11:32 (UTC) (edited on 2023-06-15 11:33 (UTC) by MarsSeed)
TLDR; Please change depends
openblas-lapacktoblas-openblas.Arch announced on June 14 a new blas-openblas repo package.
That is the same as the earlier AUR package openblas-lapack, providing the OpenBLAS implementation of blas, cblas, lapack, lapacke.
This means the
openblas-lapackAUR package should be deleted.Users and dependent packages should switch to using the
blas-openblasrepo package instead.