Package Details: casacore 3.5.0-3

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: Mr.Smith1974
Last Packager: carlosal1015
Votes: 1
Popularity: 0.000949
First Submitted: 2018-08-29 11:36 (UTC)
Last Updated: 2023-11-04 21:00 (UTC)

Latest Comments

flavius commented on 2023-08-23 18:07 (UTC)

Those dependencies spelled hdf5: and ncurses: 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 needs blas and lapack libraries. If you want this to use the optimized OpenBLAS implementation of those, please make this depend on the new blas-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.