← Back to team overview

dolfin team mailing list archive

new problem

 

Trying to build pytrilinos on leopard so I can get pydolfin, it seems that the
amesos wrapping is dying.  The include path does not seem
to search for Amesos includes, although it the other wrap packages build
fine.

Rob


.
.
.
Trilinos package new_package built successfully
Making all in PyTrilinos
Making all in shared
/sw/bin/python ./setup.py build

Extracting Makefile variables ... done

Compiling the PyTrilinos source files
g++-4 -I/sw/include/python2.5 -fPIC -DNUMPY_NOPREFIX -c
../src/Amesos_wrap.cpp -o ../src/Amesos_wrap.o
../src/Amesos_wrap.cpp:3119:31: error: Amesos_ConfigDefs.h: No such file or
directory
../src/Amesos_wrap.cpp:3147:20: error: Amesos.h: No such file or directory
../src/Amesos_wrap.cpp:3148:31: error: Amesos_BaseSolver.h: No such file or
directory
In file included from ../src/NumPyImporter.h:32,
                 from ../src/Amesos_wrap.cpp:3181:
../src/numpy_include.h:46:31: error: numpy/arrayobject.h: No such file or
directory
../src/numpy_include.h:49:28: error: numpy/noprefix.h: No such file or
directory
.
.
.

Follow ups