SpielzeugFX

nest_cmake_out

Sep 24th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.49 KB | None | 0 0
  1. --------------------------------------------------------------------------------
  2. NEST Configuration Summary
  3. --------------------------------------------------------------------------------
  4.  
  5. Build type          :
  6. Target System       : Linux
  7. Cross Compiling     : FALSE
  8. C compiler          : /usr/bin/cc
  9. C compiler flags    :  -O2 -Wall -fopenmp -fdiagnostics-color=auto
  10. C++ compiler        : /usr/bin/c++
  11. C++ compiler flags  :  -O2 -Wall -fopenmp -fdiagnostics-color=auto
  12. Build dynamic       : ON
  13.  
  14. Built-in modules    : models;precise;topology
  15. User modules        : None
  16. Python bindings     : Yes (Python 3.6: /usr/bin/python)
  17.        Includes     : /usr/include/python3.6
  18.        Libraries    : /usr/lib/libpython3.6.so
  19.  
  20. Cython bindings     : Yes (Cython 0.26.1: /usr/bin/cython)
  21. Use threading       : Yes (OpenMP: -fopenmp)
  22. Use GSL             : Yes (GSL 2.4)
  23.     Includes        : /usr/include
  24.     Libraries       : /usr/lib/libgsl.so;/usr/lib/libgslcblas.so
  25.  
  26. Use Readline        : Yes (GNU Readline 7.0)
  27.     Includes        : /usr/include
  28.     Libraries       : /lib/libreadline.so;/lib/libncurses.so
  29.  
  30. Use libltdl         : Yes (LTDL 2.4.6)
  31.     Includes        : /usr/include
  32.     Libraries       : /lib/libltdl.so
  33.  
  34. Use doxygen         : Yes (/usr/bin/doxygen)
  35.                     : target `doc` available
  36.     `dot` available : Yes (/usr/bin/dot)
  37.                     : target `fulldoc` available
  38. Use MPI             : No
  39. Use MUSIC           : No
  40. Use libneurosim     : No
  41.  
  42. --------------------------------------------------------------------------------
  43.  
  44. The NEST executable will be installed to:
  45.   /usr/bin/
  46.  
  47. Documentation and examples will be installed to:
  48.   /usr/share/doc/nest/
  49.  
  50. PyNEST will be installed to:
  51.     /usr/lib64/python3.6/site-packages
  52.  
  53. To set necessary environment variables, add the following line
  54. to your ~/.bashrc :
  55.   source /usr/bin/nest_vars.sh
  56.  
  57. --------------------------------------------------------------------------------
  58.  
  59. You can now build and install NEST with
  60.   make
  61.   make install
  62.   make installcheck
  63.  
  64. If you experience problems with the installation or the use of NEST,
  65. please see http://www.nest-simulator.org/frequently_asked_questions
  66. or go to http://www.nest-simulator.org/community to find out how to
  67. join the user mailing list.
  68.  
  69. -- Configuring done
  70. -- Generating done
  71. CMake Warning:
  72.   Manually-specified variables were not used by the project:
  73.  
  74.     PYTHON_BASENAME
  75.  
  76.  
  77. -- Build files have been written to: /home/rei/Downloads/nest-build
Advertisement
Add Comment
Please, Sign In to add comment