Search Criteria
Package Details: casacore 3.5.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/casacore.git (read-only, click to copy) |
---|---|
Package Base: | casacore |
Description: | Suite of C++ libraries for radio astronomy data processing |
Upstream URL: | https://github.com/casacore/casacore |
Keywords: | astronomy data processing radio radioastronomy |
Licenses: | GPL |
Provides: | 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: | carlosal1015 |
Votes: | 1 |
Popularity: | 0.000014 |
First Submitted: | 2018-08-29 11:36 (UTC) |
Last Updated: | 2023-11-04 21:00 (UTC) |
Dependencies (12)
- boost-libs
- cfitsio
- fftw (fftw-amdAUR)
- gsl (gsl-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- wcslib
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- gsl (gsl-gitAUR) (make)
- hdf5 (hdf5-gitAUR, hdf5-openmpi) (optional) – for the HDF5 C++ bindings
- sofaAUR (optional) – only for testing casacore measures
Required by (7)
- python-casacore
- sagecal
- sagecal (make)
- sagecal-git
- sagecal-git (make)
- sagecal-gpu
- sagecal-gpu (make)
Latest Comments
flavius commented on 2023-08-23 18:07 (UTC)
Those dependencies spelled
hdf5:
andncurses:
with a colon at the end are wrong.MarsSeed commented on 2023-06-18 10:37 (UTC) (edited on 2023-06-18 10:37 (UTC) by MarsSeed)
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.lmartinez-mirror commented on 2022-10-20 20:36 (UTC)
Thanks for the report, I'll implement a fix whenever I can.
d3v-null commented on 2022-10-10 07:22 (UTC)
Hey there, by default, arch enables CXXFLAGS="-D_GLIBCXX_ASSERTIONS" in /etc/makepkg.conf . When these flags are enabled, all kinds of assertions will fail during normal use of the library. Here's an example: https://github.com/casacore/casacore/issues/1226
To disable the assertions, you could
export CXXFLAGS="$CFLAGS"
before the call to cmake.