Search Criteria
Package Details: casacore-git r23274.adc7333f9-1
Package Actions
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: | http://casacore.github.io/casacore/ |
Keywords: | astronomy data processing radio radioastronomy |
Licenses: | GPL2 |
Conflicts: | casacore |
Provides: | casacore-git, libcasa_casa.so, libcasa_coordinates.so, libcasa_derivedmscal.so, libcasa_fits.so, libcasa_images.so, libcasa_lattices.so, libcasa_meas.so, libcasa_measures.so, libcasa_mirlib.so, libcasa_ms.so, libcasa_msfits.so, libcasa_python3.so, libcasa_scimath.so, libcasa_scimath_f.so, libcasa_tables.so |
Submitter: | fdiblen |
Maintainer: | None |
Last Packager: | Mr.Smith1974 |
Votes: | 1 |
Popularity: | 0.000024 |
First Submitted: | 2019-07-18 11:33 (UTC) |
Last Updated: | 2023-10-03 09:14 (UTC) |
Dependencies (17)
- boost-libs
- cfitsio
- fftw
- gsl (gsl-gitAUR)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- openblas (openblas-lapackAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- wcslib
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gsl (gsl-gitAUR) (make)
- fftw (optional) – a library for computing the discrete Fourier transform
- hdf5 (hdf5-gitAUR, hdf5-openmpi) (optional) – general purpose library and file format for storing scientific data
- ncurses (ncurses-gitAUR) (optional) – curses emulation library
- sofaAUR (optional) – only for testing casacore measures
Latest Comments
MarsSeed commented on 2023-06-18 10:39 (UTC)
It does not make sense to make this depend on
openblas
package. It needsblas
andlapack
libraries. If you want this to use the optimized OpenBLAS implementation of those, please make this depend on the newblas-openblas
package.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.