csrc-sdsu / mole

The Mimetic Operators Library Enhanced
GNU General Public License v3.0
16 stars 36 forks source link

Improved documentation for mac OS makefile. #21

Open aneeshs1729 opened 2 hours ago

aneeshs1729 commented 2 hours ago

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.

Screenshot 2024-11-14 at 3 20 14 PM. 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.

valeriabarra commented 2 hours ago

Hi @aneeshs1729 , thank you for opening this Issue. There seems to be already an open Issue (Issue #19 ) that addresses this problem.

Do you think you can resolve both Issues?