Ouch

404

We couldn't find the page you were looking for.

You probably meant to go somewhere else.

Click on the navbar to try a different page.

page.

running build_ext
running build_src
build_src
building extension "nd_local_maxima" sources
build_src: building npy-pkg config files
new_compiler returns distutils.unixccompiler.UnixCCompiler
INFO     customize UnixCCompiler
customize UnixCCompiler using build_ext
********************************************************************************
distutils.unixccompiler.UnixCCompiler
linker_exe    = u'gcc-5'
compiler_so   = u'gcc-5 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC'
archiver      = ['ar', 'rc']
preprocessor  = u'gcc-5 -E'
linker_so     = ['gcc', '-pthread', '-shared', '-Wl,-O1,--sort-common,--as-needed,-z,relro']
compiler_cxx  = u'g++-5'
ranlib        = None
compiler      = u'gcc-5 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
libraries     = []
library_dirs  = ['/usr/lib']
include_dirs  = ['/usr/include/python2.7']
********************************************************************************
new_compiler returns distutils.unixccompiler.UnixCCompiler
INFO     customize UnixCCompiler
customize UnixCCompiler using build_ext
********************************************************************************
distutils.unixccompiler.UnixCCompiler
linker_exe    = u'gcc-5'
compiler_so   = u'gcc-5 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC'
archiver      = ['ar', 'rc']
preprocessor  = u'gcc-5 -E'
linker_so     = ['gcc', '-pthread', '-shared', '-Wl,-O1,--sort-common,--as-needed,-z,relro']
compiler_cxx  = u'g++-5'
ranlib        = None
compiler      = u'gcc-5 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
libraries     = []
library_dirs  = ['/usr/lib']
include_dirs  = ['/usr/include/python2.7']
********************************************************************************
Traceback (most recent call last):
  File "/scratch/avmo/opt/fluidsim-merge/bin/pythran", line 11, in 
    sys.exit(run())
  File "/scratch/avmo/opt/fluidsim-merge/lib/python2.7/site-packages/pythran/run.py", line 133, in run
    **compile_flags(args))
  File "/scratch/avmo/opt/fluidsim-merge/lib/python2.7/site-packages/pythran/toolchain.py", line 360, in compile_pythranfile
    **kwargs)
  File "/scratch/avmo/opt/fluidsim-merge/lib/python2.7/site-packages/pythran/toolchain.py", line 331, in compile_pythrancode
    **kwargs)
  File "/scratch/avmo/opt/fluidsim-merge/lib/python2.7/site-packages/pythran/toolchain.py", line 293, in compile_cxxcode
    output_binary, **kwargs)
  File "/scratch/avmo/opt/fluidsim-merge/lib/python2.7/site-packages/pythran/toolchain.py", line 263, in compile_cxxfile
    '--build-temp', buildtmp,
  File "/scratch/avmo/opt/fluidsim-merge/lib/python2.7/site-packages/numpy/distutils/core.py", line 169, in setup
    return old_setup(**new_attr)
  File "/usr/lib64/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/scratch/avmo/opt/fluidsim-merge/lib/python2.7/site-packages/numpy/distutils/command/build_ext.py", line 206, in run
    self._cxx_compiler = compiler.cxx_compiler()
  File "/scratch/avmo/opt/fluidsim-merge/lib/python2.7/site-packages/numpy/distutils/ccompiler.py", line 633, in CCompiler_cxx_compiler
    cxx.compiler_so = [cxx.compiler_cxx[0]] + cxx.compiler_so[1:]
TypeError: can only concatenate list (not "unicode") to list