-
Thanks for the great work. I'd like to test run some cases using neper so I just started trying to build it on my Mac. And I encountered below error messages over the course of "cmake -DHAVE_OPENMP=OFF .. && make" Could you please guide me to help resolve this issue?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
There is at least one issue, which is that CMake uses both Neper's built-in muparser ( |
Beta Was this translation helpful? Give feedback.
There is at least one issue, which is that CMake uses both Neper's built-in muparser (
src/contrib/muparser
) and a system muparser (/usr/local/include/muParser*
). Did you install muparser on your system?