Advertisement
Guest User

fenicsError

a guest
Sep 13th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.8.1
  2. -- The CXX compiler identification is GNU 4.8.1
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/g++
  8. -- Check for working CXX compiler: /usr/bin/g++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Performing Test HAVE_PIPE
  12. -- Performing Test HAVE_PIPE - Success
  13. -- Performing Test HAVE_PEDANTIC
  14. -- Performing Test HAVE_PEDANTIC - Success
  15. -- Performing Test HAVE_STD
  16. -- Performing Test HAVE_STD - Success
  17. -- Performing Test HAVE_DEBUG
  18. -- Performing Test HAVE_DEBUG - Success
  19. -- Performing Test HAVE_O2_OPTIMISATION
  20. -- Performing Test HAVE_O2_OPTIMISATION - Success
  21. -- The Fortran compiler identification is GNU
  22. -- Check for working Fortran compiler: /usr/bin/gfortran
  23. -- Check for working Fortran compiler: /usr/bin/gfortran -- works
  24. -- Detecting Fortran compiler ABI info
  25. -- Detecting Fortran compiler ABI info - done
  26. -- Checking whether /usr/bin/gfortran supports Fortran 90
  27. -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes
  28. -- Found MPI_C: /usr/lib64/openmpi/libmpi.so;/usr/lib64/libdl.so;/usr/lib64/libhwloc.so
  29. -- Found MPI_CXX: /usr/lib64/openmpi/libmpi_cxx.so;/usr/lib64/openmpi/libmpi.so;/usr/lib64/libdl.so;/usr/lib64/libhwloc.so
  30. -- Found MPI_Fortran: /usr/lib64/openmpi/libmpi_f90.so;/usr/lib64/openmpi/libmpi_f77.so;/usr/lib64/openmpi/libmpi.so;/usr/lib64/libdl.so;/usr/lib64/libhwloc.so
  31. -- Try OpenMP C flag = [-fopenmp]
  32. -- Performing Test OpenMP_FLAG_DETECTED
  33. -- Performing Test OpenMP_FLAG_DETECTED - Success
  34. -- Try OpenMP CXX flag = [-fopenmp]
  35. -- Performing Test OpenMP_FLAG_DETECTED
  36. -- Performing Test OpenMP_FLAG_DETECTED - Success
  37. -- Found OpenMP: -fopenmp
  38. -- Performing Test OPENMP_UINT_TEST_RUNS
  39. -- Performing Test OPENMP_UINT_TEST_RUNS - Success
  40. -- Boost version: 1.54.0
  41. -- Found the following Boost libraries:
  42. -- filesystem
  43. -- program_options
  44. -- system
  45. -- thread
  46. -- iostreams
  47. -- mpi
  48. -- serialization
  49. -- timer
  50. -- chrono
  51. -- UFC version: 2.2.0+
  52. -- Checking for package 'Armadillo'
  53. -- Looking for Fortran sgemm
  54. -- Looking for Fortran sgemm - found
  55. -- Looking for include file pthread.h
  56. -- Looking for include file pthread.h - found
  57. -- Looking for pthread_create
  58. -- Looking for pthread_create - found
  59. -- Found Threads: TRUE
  60. -- A library with BLAS API found.
  61. -- A library with BLAS API found.
  62. -- Looking for Fortran cheev
  63. -- Looking for Fortran cheev - found
  64. -- A library with LAPACK API found.
  65. -- Performing Test ARMADILLO_TEST_RUNS
  66. -- Performing Test ARMADILLO_TEST_RUNS - Failed
  67. -- Performing Test ARMADILLO_LAPACK_TEST_RUNS
  68. -- Performing Test ARMADILLO_LAPACK_TEST_RUNS - Failed
  69. -- Performing Test ARMADILLO_BLAS_TEST_RUNS
  70. -- Performing Test ARMADILLO_BLAS_TEST_RUNS - Failed
  71. -- Performing Test ARMADILLO_GFORTRAN_TEST_RUNS
  72. -- Performing Test ARMADILLO_GFORTRAN_TEST_RUNS - Failed
  73. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  74. Armadillo could not be found. Be sure to set ARMADILLO_DIR. (missing:
  75. ARMADILLO_TEST_RUNS) (Required is at least version "2.4.2")
  76. Call Stack (most recent call first):
  77. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  78. cmake/modules/FindArmadillo.cmake:241 (find_package_handle_standard_args)
  79. CMakeLists.txt:261 (find_package)
  80.  
  81.  
  82. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement