Advertisement
Guest User

Untitled

a guest
Mar 8th, 2020
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. CMake Deprecation Warning at CMakeLists.txt:57 (CMAKE_POLICY):
  2. The OLD behavior for policy CMP0022 will be removed from a future version
  3. of CMake.
  4.  
  5. The cmake-policies(7) manual explains that the OLD behaviors of all
  6. policies are deprecated and that a policy should be set to OLD only under
  7. specific short-term circumstances. Projects should be ported to the NEW
  8. behavior and not rely on setting a policy to OLD.
  9.  
  10.  
  11. -- Checking whether GFortran version >= 4.8 -- yes
  12. -- ------------------------------------------------
  13. -- Mesh adaptation 2D/3D looking for [Mmg] tools
  14. -- Library not found: >MMG_FOUND<
  15. -- Missing: >MMG_INCLUDE_DIR< , >MMG_LIBRARY<, to compile MMG3DSolver
  16. -- ------------------------------------------------
  17. -- A library with LAPACK API found.
  18. -- Checking whether /usr/local/bin/gfortran supports PROCEDURE POINTER
  19. -- Checking whether /usr/local/bin/gfortran supports PROCEDURE POINTER -- yes
  20. -- Checking whether /usr/local/bin/gfortran supports CONTIGUOUS
  21. -- Checking whether /usr/local/bin/gfortran supports CONTIGUOUS -- yes
  22. -- Checking whether /usr/local/bin/gfortran supports EXECUTE_COMMAND_LINE
  23. -- Checking whether /usr/local/bin/gfortran supports EXECUTE_COMMAND_LINE -- yes
  24. -- Found 120 modules from /Users/foobar/Downloads/elmerfem/fem/src/modules
  25. -- ELMERSOLVER_RPATH_STRING_MOD @loader_path/../lib/elmersolver
  26. -- ELMERLIB_RPATH_STRING @loader_path/
  27. -- Found 629 tests
  28. -- checking for thread-local storage - found
  29. -- ------------------------------------------------
  30. -- BLAS library: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Accelerate.framework
  31. -- LAPACK library: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Accelerate.framework
  32. -- ------------------------------------------------
  33. -- Fortran compiler: /usr/local/bin/gfortran
  34. -- Fortran flags: -O2 -g -DNDEBUG
  35. -- ------------------------------------------------
  36. -- C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  37. -- C flags: -O2 -g -DNDEBUG
  38. -- ------------------------------------------------
  39. -- CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  40. -- CXX flags: -O2 -g -DNDEBUG
  41. -- ------------------------------------------------
  42. -- ------------------------------------------------
  43. -- Package filename: elmerfem-8.4-648f31d2-20200307_Darwin-x86_64
  44. -- Patch version: 8.4-648f31d2
  45. -- Configuring done
  46. -- Generating done
  47. -- Build files have been written to: /Users/foobar/Downloads/elmerfem/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement