Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ rm -rf build; python setup.py install
- running install
- running bdist_egg
- running egg_info
- running build_src
- build_src
- building extension "cobyla.cobyla" sources
- creating build
- creating build/src.linux-x86_64-2.7
- creating build/src.linux-x86_64-2.7/f2py
- f2py options: []
- f2py: f2py/cobyla.pyf
- Reading fortran codes...
- Reading file 'f2py/cobyla.pyf' (format:free)
- Post-processing...
- Block: cobyla__user__routines
- Block: cobyla_user_interface
- Block: calcfc
- Block: cobyla
- Block: cobyla
- In: f2py/cobyla.pyf:cobyla:unknown_interface:cobyla
- get_useparameters: no module cobyla__user__routines info used by cobyla
- Block: openunit
- Block: pyflush
- Block: closeunit
- Post-processing (stage 2)...
- Building modules...
- Constructing call-back function "cb_calcfc_in_cobyla__user__routines"
- def calcfc(n,m,x,f,con): return f,con
- Building module "cobyla"...
- Constructing wrapper function "cobyla"...
- iact,ifail,nfvals = cobyla(calcfc,n,m,x,rhobeg,rhoend,iprint,maxfun,w,iact,ifail,nfvals,iout,ifile,ff,gg,[calcfc_extra_args])
- Constructing wrapper function "openunit"...
- ierror = openunit(unitnum,filename,filestatus,fileaction)
- Constructing wrapper function "pyflush"...
- pyflush(unitnum)
- Constructing wrapper function "closeunit"...
- closeunit(unitnum)
- Wrote C/API module "cobyla" to file "build/src.linux-x86_64-2.7/f2py/cobylamodule.c"
- adding 'build/src.linux-x86_64-2.7/fortranobject.c' to sources.
- adding 'build/src.linux-x86_64-2.7' to include_dirs.
- copying /usr/lib/python2.7/dist-packages/numpy/f2py/src/fortranobject.c -> build/src.linux-x86_64-2.7
- copying /usr/lib/python2.7/dist-packages/numpy/f2py/src/fortranobject.h -> build/src.linux-x86_64-2.7
- building data_files sources
- build_src: building npy-pkg config files
- writing requirements to cobyla.egg-info/requires.txt
- writing cobyla.egg-info/PKG-INFO
- writing top-level names to cobyla.egg-info/top_level.txt
- writing dependency_links to cobyla.egg-info/dependency_links.txt
- reading manifest file 'cobyla.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- writing manifest file 'cobyla.egg-info/SOURCES.txt'
- installing library code to build/bdist.linux-x86_64/egg
- running install_lib
- running build_ext
- customize UnixCCompiler
- customize UnixCCompiler using build_ext
- customize Gnu95FCompiler
- Found executable /usr/bin/gfortran
- customize Gnu95FCompiler
- customize Gnu95FCompiler using build_ext
- building 'cobyla.cobyla' extension
- compiling C sources
- 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
- creating build/temp.linux-x86_64-2.7
- creating build/temp.linux-x86_64-2.7/build
- creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7
- creating build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/f2py
- 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'
- x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/fortranobject.c
- In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
- from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
- from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
- from build/src.linux-x86_64-2.7/fortranobject.h:13,
- from build/src.linux-x86_64-2.7/fortranobject.c:2:
- /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]
- #warning "Using deprecated NumPy API, disable it by " \
- ^
- x86_64-linux-gnu-gcc: build/src.linux-x86_64-2.7/f2py/cobylamodule.c
- In file included from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
- from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
- from /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
- from build/src.linux-x86_64-2.7/fortranobject.h:13,
- from build/src.linux-x86_64-2.7/f2py/cobylamodule.c:19:
- /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]
- #warning "Using deprecated NumPy API, disable it by " \
- ^
- build/src.linux-x86_64-2.7/f2py/cobylamodule.c:195:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
- static int f2py_size(PyArrayObject* var, ...)
- ^
- compiling Fortran sources
- Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
- Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
- Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
- 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'
- gfortran:f77: cobyla.f
- gfortran:f77: closeunit.f
- gfortran:f77: cobylb.f
- gfortran:f77: openunit.f
- gfortran:f77: trstlp.f
- creating build/lib.linux-x86_64-2.7
- creating build/lib.linux-x86_64-2.7/cobyla
- /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
- creating build/bdist.linux-x86_64
- creating build/bdist.linux-x86_64/egg
- creating build/bdist.linux-x86_64/egg/cobyla
- copying build/lib.linux-x86_64-2.7/cobyla/cobyla.so -> build/bdist.linux-x86_64/egg/cobyla
- creating stub loader for cobyla/cobyla.so
- byte-compiling build/bdist.linux-x86_64/egg/cobyla/cobyla.py to cobyla.pyc
- installing package data to build/bdist.linux-x86_64/egg
- running install_data
- copying README -> build/bdist.linux-x86_64/egg/
- copying LICENSE -> build/bdist.linux-x86_64/egg/
- running install_clib
- customize UnixCCompiler
- creating build/bdist.linux-x86_64/egg/EGG-INFO
- copying cobyla.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying cobyla.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying cobyla.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying cobyla.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying cobyla.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- copying cobyla.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
- writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
- creating 'dist/cobyla-1.0.1-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
- removing 'build/bdist.linux-x86_64/egg' (and everything under it)
- Processing cobyla-1.0.1-py2.7-linux-x86_64.egg
- 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)
- creating /home/matt/Downloads/openmdao-0.10.3.2/lib/python2.7/site-packages/cobyla-1.0.1-py2.7-linux-x86_64.egg
- 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
- cobyla 1.0.1 is already the active version in easy-install.pth
- Installed /home/matt/Downloads/openmdao-0.10.3.2/lib/python2.7/site-packages/cobyla-1.0.1-py2.7-linux-x86_64.egg
- Processing dependencies for cobyla==1.0.1
- Searching for numpy==1.11.0
- Best match: numpy 1.11.0
- numpy 1.11.0 is already the active version in easy-install.pth
- Using /usr/lib/python2.7/dist-packages
- Finished processing dependencies for cobyla==1.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement