Advertisement
Guest User

Untitled

a guest
Jun 7th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. $ rm -rf build; python setup.py install
  2. running install
  3. running bdist_egg
  4. running egg_info
  5. running build_src
  6. build_src
  7. building extension "cobyla.cobyla" sources
  8. creating build
  9. creating build/src.linux-x86_64-2.7
  10. creating build/src.linux-x86_64-2.7/f2py
  11. f2py options: []
  12. f2py: f2py/cobyla.pyf
  13. Reading fortran codes...
  14. Reading file 'f2py/cobyla.pyf' (format:free)
  15. Post-processing...
  16. Block: cobyla__user__routines
  17. Block: cobyla_user_interface
  18. Block: calcfc
  19. Block: cobyla
  20. Block: cobyla
  21. In: f2py/cobyla.pyf:cobyla:unknown_interface:cobyla
  22. get_useparameters: no module cobyla__user__routines info used by cobyla
  23. Block: openunit
  24. Block: pyflush
  25. Block: closeunit
  26. Post-processing (stage 2)...
  27. Building modules...
  28. Constructing call-back function "cb_calcfc_in_cobyla__user__routines"
  29. def calcfc(n,m,x,f,con): return f,con
  30. Building module "cobyla"...
  31. Constructing wrapper function "cobyla"...
  32. iact,ifail,nfvals = cobyla(calcfc,n,m,x,rhobeg,rhoend,iprint,maxfun,w,iact,ifail,nfvals,iout,ifile,ff,gg,[calcfc_extra_args])
  33. Constructing wrapper function "openunit"...
  34. ierror = openunit(unitnum,filename,filestatus,fileaction)
  35. Constructing wrapper function "pyflush"...
  36. pyflush(unitnum)
  37. Constructing wrapper function "closeunit"...
  38. closeunit(unitnum)
  39. Wrote C/API module "cobyla" to file "build/src.linux-x86_64-2.7/f2py/cobylamodule.c"
  40. adding 'build/src.linux-x86_64-2.7/fortranobject.c' to sources.
  41. adding 'build/src.linux-x86_64-2.7' to include_dirs.
  42. copying /usr/lib/python2.7/dist-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-2.7
  43. copying /usr/lib/python2.7/dist-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-2.7
  44. building data_files sources
  45. build_src: building npy-pkg config files
  46. writing requirements to cobyla.egg-info/requires.txt
  47. writing cobyla.egg-info/PKG-INFO
  48. writing top-level names to cobyla.egg-info/top_level.txt
  49. writing dependency_links to cobyla.egg-info/dependency_links.txt
  50. reading manifest file 'cobyla.egg-info/SOURCES.txt'
  51. reading manifest template 'MANIFEST.in'
  52. writing manifest file 'cobyla.egg-info/SOURCES.txt'
  53. installing library code to build/bdist.linux-x86_64/egg
  54. running install_lib
  55. running build_ext
  56. customize UnixCCompiler
  57. customize UnixCCompiler using build_ext
  58. customize Gnu95FCompiler
  59. Found executable /usr/bin/gfortran
  60. customize Gnu95FCompiler
  61. customize Gnu95FCompiler using build_ext
  62. building 'cobyla.cobyla' extension
  63. compiling C sources
  64. C compiler: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC
  65.  
  66. creating build/temp.linux-x86_64-2.7
  67. creating build/temp.linux-x86_64-2.7/build
  68. creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7
  69. creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/f2py
  70. compile options: '-Ibuild/src.linux-x86_64-2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  71. x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/fortranobject.c
  72. In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  73. from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  74. from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  75. from build/src.linux-x86_64-2.7/fortranobject.h:13,
  76. from build/src.linux-x86_64-2.7/fortranobject.c:2:
  77. /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  78. #warning "Using deprecated NumPy API, disable it by " \
  79. ^
  80. x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/f2py/cobylamodule.c
  81. In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  82. from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  83. from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  84. from build/src.linux-x86_64-2.7/fortranobject.h:13,
  85. from build/src.linux-x86_64-2.7/f2py/cobylamodule.c:19:
  86. /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  87. #warning "Using deprecated NumPy API, disable it by " \
  88. ^
  89. build/src.linux-x86_64-2.7/f2py/cobylamodule.c:195:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
  90. static int f2py_size(PyArrayObject* var, ...)
  91. ^
  92. compiling Fortran sources
  93. Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
  94. Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
  95. Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
  96. compile options: '-Ibuild/src.linux-x86_64-2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  97. gfortran:f77: cobyla.f
  98. gfortran:f77: closeunit.f
  99. gfortran:f77: cobylb.f
  100. gfortran:f77: openunit.f
  101. gfortran:f77: trstlp.f
  102. creating build/lib.linux-x86_64-2.7
  103. creating build/lib.linux-x86_64-2.7/cobyla
  104. /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/f2py/cobylamodule.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/fortranobject.o build/temp.linux-x86_64-2.7/cobyla.o build/temp.linux-x86_64-2.7/closeunit.o build/temp.linux-x86_64-2.7/cobylb.o build/temp.linux-x86_64-2.7/openunit.o build/temp.linux-x86_64-2.7/trstlp.o -lgfortran -o build/lib.linux-x86_64-2.7/cobyla/cobyla.so
  105. creating build/bdist.linux-x86_64
  106. creating build/bdist.linux-x86_64/egg
  107. creating build/bdist.linux-x86_64/egg/cobyla
  108. copying build/lib.linux-x86_64-2.7/cobyla/cobyla.so -> build/bdist.linux-x86_64/egg/cobyla
  109. creating stub loader for cobyla/cobyla.so
  110. byte-compiling build/bdist.linux-x86_64/egg/cobyla/cobyla.py to cobyla.pyc
  111. installing package data to build/bdist.linux-x86_64/egg
  112. running install_data
  113. copying README -> build/bdist.linux-x86_64/egg/
  114. copying LICENSE -> build/bdist.linux-x86_64/egg/
  115. running install_clib
  116. customize UnixCCompiler
  117. creating build/bdist.linux-x86_64/egg/EGG-INFO
  118. copying cobyla.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  119. copying cobyla.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  120. copying cobyla.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  121. copying cobyla.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
  122. copying cobyla.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  123. copying cobyla.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  124. writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
  125. creating 'dist/cobyla-1.0.1-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  126. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  127. Processing cobyla-1.0.1-py2.7-linux-x86_64.egg
  128. removing '/home/matt/Downloads/openmdao-0.10.3.2/lib/python2.7/site-packages/cobyla-1.0.1-py2.7-linux-x86_64.egg' (and everything under it)
  129. creating /home/matt/Downloads/openmdao-0.10.3.2/lib/python2.7/site-packages/cobyla-1.0.1-py2.7-linux-x86_64.egg
  130. Extracting cobyla-1.0.1-py2.7-linux-x86_64.egg to /home/matt/Downloads/openmdao-0.10.3.2/lib/python2.7/site-packages
  131. cobyla 1.0.1 is already the active version in easy-install.pth
  132.  
  133. Installed /home/matt/Downloads/openmdao-0.10.3.2/lib/python2.7/site-packages/cobyla-1.0.1-py2.7-linux-x86_64.egg
  134. Processing dependencies for cobyla==1.0.1
  135. Searching for numpy==1.11.0
  136. Best match: numpy 1.11.0
  137. numpy 1.11.0 is already the active version in easy-install.pth
  138.  
  139. Using /usr/lib/python2.7/dist-packages
  140. Finished processing dependencies for cobyla==1.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement