-
Notifications
You must be signed in to change notification settings - Fork 0
Description
After clonning the repository, I proceed to installation as follows
CPPFLAGS=-I/usr/include/eigen3 python setup.py install --user
which runs the following:
running install
running bdist_egg
running egg_info
writing python/tom.egg-info/PKG-INFO
writing dependency_links to python/tom.egg-info/dependency_links.txt
writing top-level names to python/tom.egg-info/top_level.txt
reading manifest file 'python/tom.egg-info/SOURCES.txt'
writing manifest file 'python/tom.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying python/tom/_version.py -> build/lib.linux-x86_64-3.8/tom
running build_ext
building 'tom.__tomlib' extension
gcc -pthread -B /home/tk/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/include/eigen3 -fPIC -I/home/tk/anaconda3/lib/python3.8/site-packages/numpy/core/include -Iinclude/tom -Iinclude/external -I/opt/local/include/eigen3 -I/home/tk/anaconda3/include/python3.8 -c swig/_tomlib_wrap.cpp -o build/temp.linux-x86_64-3.8/swig/_tomlib_wrap.o -std=c++11 -Wno-unused-variable -Wno-sign-compare
Then the compilation produces a series of warnings and errors (see attached file) and exits with error status 1
result.txt