Both of the following commands lead to the same error when building
cmake -DREST_MPFR=OFF -DCMAKE_INSTALL_PREFIX=../install -DRESTLIB_RAW=ON -DREST_EVE=OFF ..
cmake -DCMAKE_INSTALL_PREFIX=../install -DRESTLIB_RAW=ON -DREST_EVE=OFF ..
Error:
make -j install
[...]
[ 17%] generating: /home/vpadulan/Programs/framework/build/rootdict/CINT_TRestTask.cxx with /home/vpadulan/Programs/framework/source/framework/core/inc/TRestTask.h;/home/vpadulan/Programs/framework/build/rootdict/TRestTask_Linkdef.h
In file included from input_line_9:3:
In file included from /home/vpadulan/Programs/framework/source/framework/tools/inc/TRestComplex.h:27:
/home/vpadulan/Programs/framework/source/framework/tools/inc/mpreal.h:121:10: fatal error: 'mpfr.h' file not found
#include <mpfr.h>
^~~~~~~~