In order to get my project on macOS, i had to add the link to superlu, -L/opt/Homebrew/Celler/superlu/7.0.0/lib to avoid linker errors.
.
I had to change the make statement to make CXX=g++-14 CC=gcc-14 because the path to the compiler was not recognized by clang.And i had to explicitly hard code it in the command line. I will be changing the readme file and adding instructions on how to install this library on mac after this.
In order to get my project on macOS, i had to add the link to superlu, -L/opt/Homebrew/Celler/superlu/7.0.0/lib to avoid linker errors.
. I had to change the make statement to make CXX=g++-14 CC=gcc-14 because the path to the compiler was not recognized by clang.And i had to explicitly hard code it in the command line. I will be changing the readme file and adding instructions on how to install this library on mac after this.