Search Criteria
Package Details: casacore-git 1-1
Git Clone URL: | https://aur.archlinux.org/casacore-git.git (read-only, click to copy) |
---|---|
Package Base: | casacore-git |
Description: | Suite of c++ libraries for radio astronomy data processing |
Upstream URL: | None |
Licenses: | GPL-2.0 |
Conflicts: | casacore |
Provides: | casacore-git |
Submitter: | fdiblen |
Maintainer: | fdiblen |
Last Packager: | fdiblen |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-18 11:33 (UTC) |
Last Updated: | 2019-07-23 19:17 (UTC) |
Dependencies (19)
- binutils (binutils-git, binutils-2.35.2) (make)
- bison (byacc-bison, bison-git) (make)
- boost (boost-git) (make)
- boost-libs (boost171, boost-libs-git) (make)
- cfitsio (make)
- cmake (cmake-git) (make)
- flex (flex-git) (make)
- gcc (fastgcc, gccrs-git, gcc-git) (make)
- gcc-fortran (gccrs-fortran-git, gcc-fortran-git) (make)
- lapack (openblas-lapack-git, lapack-tmg, lapack-git, armpl, atlas-lapack, openblas-lapack-static, openblas-lapack) (make)
- make (make-git) (make)
- openblas (openblas-lapack-git, openblas-git, openblas-cblas-git, libopenblas, openblas-lapack-static, openblas-lapack) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
- python2-numpy (make)
- wcslib (wcslib62) (make)
- fftw (fftw-amd) (optional)
- hdf5 (hdf5-git, hdf5-openmpi) (optional)
- ncurses (ncurses-nohex, ncurses-git) (optional)
- sofa (optional) – only for testing casacore measures
Latest Comments
MarsSeed commented on 2022-06-10 18:08 (UTC) (edited on 2022-06-10 18:08 (UTC) by MarsSeed)
Please implement a git tag based
pkgver()
function and add versioned provides -provides=("${pkgname}=${pkgver}")
.Also, as @lmartinez-mirror mentions, please add
makedepends=('git')
as well.Additionally, please refresh dependencies; the code has been migrated to Python 3.
lmartinez-mirror commented on 2022-03-14 15:49 (UTC)
Package does not build in a clean chroot because it's missing
git
. Additionally this package needs apkgver()
function because it builds directly off of the master branch from upstream.