SAGECal is a fast, memory efficient and GPU accelerated radio interferometric calibration program. It supports all source models including points, Gaussians and Shapelets. Distributed calibration using MPI and consensus optimization is enabled. Both spectral and spatial priors can be used as constraints. Tools to build/restore sky models are included.
When compiling sagecal, I'm getting a message "/usr/bin/ld: cannot find -lintl"
I could fix this issue by editing CMakeLists.txt and changing
into
Could you apply this fix to sagecal?