I am trying to install OpenMOC, but I have a trouble, when I am building the binaries files, at run file setup.py display message
>$ python setup.py install --user --fp=double
running install
running build
running build_py
running build_ext
sh: swig: orden is not found
building '_openmoc' extension
gcc -DFP_PRECISION=double -DDOUBLE -DGNU -DVEC_LENGTH=8 -DVEC_ALIGNMENT=16 -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c openmoc/openmoc_wrap.cpp -o build/temp.linux-x86_64-2.7/openmoc/openmoc_wrap.o -c -O3 -ffast-math -fopenmp -std=c++0x -fpic
gcc: error: openmoc/openmoc_wrap.cpp: file o directory does no exist
gcc: fatal error: no input files
Installation is stop.
What should I do to compiler?
Best regards.