← Back to team overview

dolfin team mailing list archive

Re: Trilinos-8.0.7

 

On Fri, June 27, 2008 Kent-Andre Mardal wrote:
> On Thu, 2008-06-26 at 22:34 +0200, Johan Hake wrote:
>> On Thursday 26 June 2008 21:30:31 Ilmar Wilbers wrote:
>> > Kent is referring to the trilinos package created by Johannes here at
>> > Simula:
>> > http://packages.simula.no/
>> >
>> > The .deb package for Gutsy can be found at
>> > http://packages.simula.no/pool/main/t/trilinos/
>>
>> Ahh, I have heard of this in the corridors ;)
>>
>> Which trilinos packages is included?
>>
>> Johan
>
> At least ML, Amesos, PyTrilinos, Epetra, Aztecoo, which I have used,
> but probably some more as well.

Trilinos packages for Hardy are now added to http://packages.simula.no,
but only for version 8.0.3 as I couldn't get 8.0.7 to compile. The
packages are configured with the following options:

	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
	  --prefix=$(CURDIR)/debian/tmp/usr \
	  --enable-default-packages \
	  --enable-galeri \
	  --enable-ml \
	  --enable-epetra \
	  --enable-amesos \
	  --enable-teuchos \
	  --enable-python \
	  --enable-pytrilinos \
	  --enable-mpi \
	  --with-mpi-compilers \
	  --disable-export-makefiles \
	  --disable-examples \
	  --disable-tests \
	  --with-cflags="$(CFLAGS)" \
	  --with-cxxflags="$(CXXFLAGS)" \
	  --with-fflags="$(FFLAGS)" \
	  --with-ldflags="$(LDFLAGS)" \
	  --with-ccflags="$(CCFLAGS)"

Johannes



References