compile neper on macOS Monterey (v 12.4) #701
-
I am having trouble compiling Neper on macOS. Do you have any suggestions?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I have not installed on Mac in awhile, but in my experience I was unable to use the default compilers. My solution was to install the LLVM compilers via brew, and be very specific about pointing CMake in the right direction with respect to pathing. Unfortunately, this was long enough ago that I do not have a set recipe, but this should get you started. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. I have install llvm and also add following two lines to the
however, I got new error :( cmake ..
make
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your suggestion. I have uninstalled cmake -DHAVE_MUPARSER=OFF ..
|
Beta Was this translation helpful? Give feedback.
I have not installed on Mac in awhile, but in my experience I was unable to use the default compilers. My solution was to install the LLVM compilers via brew, and be very specific about pointing CMake in the right direction with respect to pathing. Unfortunately, this was long enough ago that I do not have a set recipe, but this should get you started.