Hi,
I am a new CADET user and trying to install it locally on my Macbook.
Following your guide, I have downloaded SuperLU_5.2.1, unzipped it, created a new folder in the parent directory of SuperLU_5.2.1 and cd into it. The execution of
cmake -DCMAKE_INSTALL_PREFIX="<ROOT>/Libs/superlu" -Denable_complex=OFF -Denable_complex16=OFF -Denable_blaslib=OFF -DCMAKE_C_FLAGS=-fPIC -
DCMAKE_BUILD_TYPE=Release ../SuperLU_5.2.1/
where <ROOT>
is my root directory of the CADET installation folder, works out. But when I run
make install
I get the error in the screenshot.
Any help appreciated!
Thank you,
Marco