linea-it / pz-compute

Pipeline to compute photo-zs using public codes for large volumes of data using the Brazilian's LSST IDAC infrastructure.
https://www.linea.org.br/idac-2
MIT License
3 stars 0 forks source link

Add conda installation of numexpr to install-pz-rail #87

Closed hdante closed 2 months ago

hdante commented 2 months ago

This patch explicitly adds numexpr as part of the conda installation to avoid cases where the pip version is installed instead (in particular, when the default conda channel is set to conda-forge). The latest pip version of the package requires the glibc 2.27, which is not available in the current CentOS 7 installation and the source package is written in C++, but the compiler is also not available by default in the current installation.