--------------------------------------
(xdress) cayley:geode% cns
Warning: clang doesn't know how to do OpenMP, so many things will be slower
configuring blas: using openblas
disabling openexr: no imath
scons: building associated VariantDir targets: build/native/release
xdress --rc geode/xdressrc.py --packagedir build/native/release/geode/xdress --builddir build/native/release/geode/xdress/tmp -p clang --extra-parser-args=-std=c++11 -I. -Ibuild/native/release -I. -I/usr/local/include -I/usr/local/include -Ibuild/native/release
autoall: discovering API names
autoall: no API names to discover!
dtypes: registering numpy dtypes
stlwrap: registering C++ standard library types
autodescribe: scraping C/C++ APIs from source
autodescribe: describing predicate_tests
autodescribe: describing log_initialized
autodescribe: describing log_configure
autodescribe: describing log_cache_initial_output
autodescribe: describing log_copy_to_file
autodescribe: describing log_finish
autodescribe: describing log_push_scope
autodescribe: describing log_pop_scope
autodescribe: describing log_print
autodescribe: describing log_error
autodescribe: describing log_flush
autodescribe: describing str_repr_test
autodescribe: describing partition_loop_test
autodescribe: describing large_partition_loop_test
autodescribe: describing format_test
autodescribe: describing cpu_times
autodescribe: describing memory_usage
autodescribe: describing max_memory_usage
cythongen: creating C/C++ API wrappers
Traceback (most recent call last):
File "/home/irving/.local/bin/xdress", line 10, in <module>
execfile(__file__)
File "/home/irving/xdress/scripts/xdress", line 6, in <module>
main()
File "/home/irving/xdress/xdress/main.py", line 222, in main
plugins.execute()
File "/home/irving/xdress/xdress/plugins.py", line 374, in execute
self.exit(e)
File "/home/irving/xdress/xdress/plugins.py", line 372, in execute
plugin.execute(rc)
File "/home/irving/xdress/xdress/cythongen.py", line 1611, in execute
cpppxds = gencpppxd(env, ts=rc.ts)
File "/home/irving/xdress/xdress/cythongen.py", line 72, in gencpppxd
cpppxds[name] = modcpppxd(mod, exceptions, ts=ts)
File "/home/irving/xdress/xdress/cythongen.py", line 166, in modcpppxd
ci_tup, attr_str = funccpppxd(desc, exceptions, ts)
File "/home/irving/xdress/xdress/cythongen.py", line 303, in funccpppxd
rtype = ts.cython_ctype(frtn)
File "/home/irving/xdress/xdress/utils.py", line 737, in __call__
cache[key] = self.meth(*args, **kwargs)
File "/home/irving/xdress/xdress/types/system.py", line 930, in cython_ctype
template_name = self.cython_ctypes[t[0]]
File "/home/irving/xdress/xdress/types/containers.py", line 35, in __getitem__
value = self._d[key]
KeyError: 'Vector'
scons: *** [build/native/release/geode/xdress/wrap.pxd] Error 1