[Trilinos-Users] problem with make

Daniele Bettella sunriis at gmail.com
Thu May 29 10:45:41 MDT 2008


Yes, I've seen that issue; problem is I've disabled default packages and am
not enabling ML; I also tried to enable-amesos, but the problem is still
there...

On Thu, May 29, 2008 at 6:29 PM, Joshua Bronson <jabronson at gmail.com> wrote:

> I believe you are hitting the issue referenced at
> http://trilinos.sandia.gov/packages/pytrilinos/faq.html:
>
>> If ML is enabled, as is the default, then you currently need to
>> --enable-amesos as well in order to get PyTrilinos to compile correctly. You
>> could also --disable-ml if you so choose.
>>
>
> Does it work if you --disable-ml or --enable-amesos?
>
> Josh
>
> On Thu, May 29, 2008 at 9:53 AM, Daniele Bettella <sunriis at gmail.com>
> wrote:
>
>> Hi, I'm having a new error when making Trilinos version 8.0.7 (but the
>> same happened with 8.0.4).
>> The problem is this:
>>
>> Compiling the PyTrilinos source files
>> mpicxx -I/home/bettella/trilfem /Python/include/python2.5 -fPIC -m64
>> -DNUMPY_NOPREFIX -c ../src/AztecOO_wrap.cpp -o ../src/AztecOO_wrap.o
>> ../src/AztecOO_wrap.cpp:3130:21: error: AztecOO.h: No such file or
>> directory
>> ../src/AztecOO_wrap.cpp:3131:29: error: AztecOO_Version.h: No such file or
>> directory
>> ../src/AztecOO_wrap.cpp:3144:31: error: numpy/arrayobject.h: No such file
>> or directory
>>
>> the configure command was this
>> ./configure --prefix=${TRILINOSDIR} --enable-mpi --with-mpi-compilers \
>>         --disable-default-packages --enable-epetra \
>>             --enable-teuchos --enable-triutils --enable-aztecoo \
>>         --enable-aztecoo-teuchos  --enable-pytrilinos \
>>             --with-python=${PYTHONDIR}/bin/python \
>>             --with-swig=${SWIGDIR}/bin/swig \
>>             FFLAGS="-fPIC -O3 -m64" \
>>             CFLAGS="-fPIC -m64" \
>>             CXXFLAGS="-fPIC -m64"
>>
>> (I'm compiling from a sh script)
>>
>> I event tried with different configurations of "enables" and "disables",
>> but everytime, when it says "compiling the PyTrilinos source files", it
>> looks like it looses some -I options...
>>
>> Hope you can help!
>>
>> _______________________________________________
>> Trilinos-Users mailing list
>> Trilinos-Users at software.sandia.gov
>> http://software.sandia.gov/mailman/listinfo/trilinos-users
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20080529/a20e0c4b/attachment.html 


More information about the Trilinos-Users mailing list