neper make test failed #591
-
Hi, everyone I have some issues while running ctest and I don't know how to solve them. Neper version: 4.5.1-2 Failed test list:
Errors while running CTest Please help me to solve these. Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, everyone. When I use the Neper version: 4.3.0, all the tests pass. |
Beta Was this translation helpful? Give feedback.
-
M tests: There must be something wrong with your Gmsh installation. Go to e.g. V tests: you are missing Asymptote, see Installing Neper. You'll also need Tex Live ( |
Beta Was this translation helpful? Give feedback.
M tests: There must be something wrong with your Gmsh installation. Go to e.g.
tests/M/cl
and compareref.msh
andtest.msh.bak
(if the test did not fail, these files should have been be identical). Iftest.msh.bak
does not exist, then it tells you that Neper (or Gmsh) failed - then, simply run the command provided intest.cmake
to see what the problem is.V tests: you are missing Asymptote, see Installing Neper. You'll also need Tex Live (
texlive-full
on Ubuntu).