[Trilinos-Users] zoltan tests.

John R. Cary cary at colorado.edu
Thu Oct 15 18:27:09 MDT 2009


PyTrilinos build problem?

I do

cmake \
  -D CMAKE_BUILD_TYPE:STRING=DEBUG \
  -D CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
  -D Trilinos_ENABLE_PyTrilinos:BOOL=ON \
  -D BUILD_SHARED_LIBS:BOOL=ON \
  -D Trilinos_ENABLE_Amesos:BOOL=ON \
  -D Trilinos_ENABLE_ML:BOOL=ON \
  -D Trilinos_ENABLE_AztecOO:BOOL=ON \
  -D Trilinos_ENABLE_EpetraExt:BOOL=ON \
  -D Trilinos_ENABLE_Epetra:BOOL=ON \
  -D Trilinos_ENABLE_Triutils:BOOL=ON \
  -D Trilinos_ENABLE_Teuchos:BOOL=ON \
  -D Trilinos_ENABLE_Ifpack:BOOL=ON \
  -D Trilinos_ENABLE_Galeri:BOOL=ON \
  -D Trilinos_ENABLE_Anasazi:BOOL=ON \
  -D DART_TESTING_TIMEOUT:STRING=600 \
  -D CMAKE_INSTALL_PREFIX:PATH=/contrib/trilinos-10.0.1-ser \
  $EXTRA_ARGS \
  ${TRILINOS_HOME}

and it fails at

os/src/Epetra.i:235: Error: Unable to find 'Epetra_dox.i'
make[2]: *** [packages/PyTrilinos/src/AmesosPYTHON_wrap.cpp] Error 1
make[2]: Leaving directory 
`/home/research/cary/projects/facetspkgs/builds/trilinos-10.0.1/ser'
make[1]: *** [packages/PyTrilinos/src/CMakeFiles/Amesos.dir/all] Error 2
make[1]: Leaving directory 
`/home/research/cary/projects/facetspkgs/builds/trilinos-10.0.1/ser'
make: *** [all] Error 2
octet.cary$


in the pytrilinos build.  So I removed that and it works.

I see that this is something to do with swig.  I have

octet.cary$ swig -version

SWIG Version 1.3.39

Compiled with g++ [x86_64-redhat-linux-gnu]
Please see http://www.swig.org for reporting bugs and further information

John Cary





More information about the Trilinos-Users mailing list