Installation problem with SuperLu on Mac

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

Hey Marco,
sorry for the late reply. Unfortunately we don’t have access to MacOS so we cannot help you here. Since the issue seems to be with compiling SuperLU, maybe you can ask their community for support (Issues · xiaoyeli/superlu · GitHub).
Best
Johannes

Hi Marco,

you don’t need both SuperLU and UMFPACK. Just one suffices to get 2D model support.
This said, you can install UMFPACK via Homebrew package manager:

brew install suite-sparse

At least this works on Travis CI.

Best,
Sam