Open lkuna24 opened 10 months ago
I have the same error for Mac M2. Typing the following statements in the terminal solved it for me, but I guess now there is no multi thread calculation.
export CC=/usr/local/opt/llvm/bin/clang export CXX=/usr/local/opt/llvm/bin/clang++ export LDFLAGS="-L/usr/local/opt/llvm/lib" export CPPFLAGS="-I/usr/local/opt/llvm/include"
I am currently using MacBook Air M1 with MacOS 15 (beta system), the same problem occurred. To solve it, I downloaded the Xcode and then the problem can be solved.
Upon trying to install neper on an Apple M1 laptop(OS Ventura 13.6.1), I am running into issues with the meshing module.
I installed gmsh:
and am using homebrew installed OpenMP and compilers:
The cmake and compile seem to work without any issue. I will note the warning at the end of the compile, but I don't think this is cause for concern:
I run the tests and am running into some failures:
And of course running the examples from the Neper tutorial works fine for -T module:
and when I move to the mesh module, I get a failure:
Are there any suggestions for what could be wrong with this build?
Thanks, Luk