Search Criteria
Package Details: bart 0.9.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.github.io/bart/ |
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: | 2023-12-06 10:11 (UTC) |
Dependencies (6)
- blas-openblas
- fftw (fftw-amdAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- libpng (libpng-apngAUR, libpng-gitAUR)
- octave (octave-hgAUR) (optional)
- python3 (python) (optional)
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-openblas
already depends on repo'sopenblas
(these two are actually split packages coming from the same repo PKGBUILD).Also AUR's
openblas-lapack
provides 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-lapack
toblas-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-lapack
AUR package should be deleted.Users and dependent packages should switch to using the
blas-openblas
repo package instead.