All pastes #2052569 Raw Edit

Something

public text v1 · immutable
#2052569 ·published 2011-05-01 17:37 UTC
rendered paste body
em@leibniz:~/pyopencl-0.92$ sudo make install
ctags -R src || true
/bin/sh: ctags: not found
/usr/bin/python setup.py install
running install
install_dir /usr/local/lib/python2.6/dist-packages/
Checking .pth file support in /usr/local/lib/python2.6/dist-packages/
/usr/bin/python -E -c pass
TEST PASSED: /usr/local/lib/python2.6/dist-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing requirements to pyopencl.egg-info/requires.txt
writing pyopencl.egg-info/PKG-INFO
writing top-level names to pyopencl.egg-info/top_level.txt
writing dependency_links to pyopencl.egg-info/dependency_links.txt
reading manifest file 'pyopencl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pyopencl.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.6/pyopencl/clrandom.py -> build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.6/pyopencl/_cl.so -> build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.6/pyopencl/__init__.py -> build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.6/pyopencl/tools.py -> build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.6/pyopencl/version.py -> build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.6/pyopencl/clmath.py -> build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.6/pyopencl/array.py -> build/bdist.linux-x86_64/egg/pyopencl
copying build/lib.linux-x86_64-2.6/pyopencl/elementwise.py -> build/bdist.linux-x86_64/egg/pyopencl
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/clrandom.py to clrandom.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/tools.py to tools.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/version.py to version.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/clmath.py to clmath.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/array.py to array.pyc
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/elementwise.py to elementwise.pyc
creating stub loader for pyopencl/_cl.so
byte-compiling build/bdist.linux-x86_64/egg/pyopencl/_cl.py to _cl.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying pyopencl.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
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/pyopencl-0.92-py2.6-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 pyopencl-0.92-py2.6-linux-x86_64.egg
removing '/usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg' (and everything under it)
creating /usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg
Extracting pyopencl-0.92-py2.6-linux-x86_64.egg to /usr/local/lib/python2.6/dist-packages
pyopencl 0.92 is already the active version in easy-install.pth

Installed /usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg
Processing dependencies for pyopencl==0.92
Searching for decorator==3.3.1
Best match: decorator 3.3.1
Processing decorator-3.3.1-py2.6.egg
decorator 3.3.1 is already the active version in easy-install.pth

Using /usr/local/lib/python2.6/dist-packages/decorator-3.3.1-py2.6.egg
Searching for py==1.4.3
Best match: py 1.4.3
Processing py-1.4.3-py2.6.egg
py 1.4.3 is already the active version in easy-install.pth

Using /usr/local/lib/python2.6/dist-packages/py-1.4.3-py2.6.egg
Searching for pytools==2011.3
Best match: pytools 2011.3
Processing pytools-2011.3-py2.6.egg
pytools 2011.3 is already the active version in easy-install.pth

Using /usr/local/lib/python2.6/dist-packages/pytools-2011.3-py2.6.egg
Finished processing dependencies for pyopencl==0.92
em@leibniz:~/pyopencl-0.92$