Author: lsaavedr
Date: Mon Feb  9 03:41:42 2009
New Revision: 2884

URL: http://svn.gna.org/viewcvs/getfem?rev=2884&view=rev
Log:
Add enable/disable SuperLU support (enable by default).

For example in debian/lenny, for install SuperLU (v3.0):

# aptitude install libsuperlu3-dev

and then, for install GetFEM from svn sources:

$ ./configure --enable-python=yes --enable-superlu=no
$ make
# make install

test with:
  tests/crack.cc
  interface/tests/python/demo_plate.py (change numarray to numpy)

My idea is that SuperLU's license is different that GetFEM's license,
and this might bring problems, for example, when getfem is packed for
debian distribution.


Modified:
    trunk/getfem++/ChangeLog
    trunk/getfem++/Makefile.am
    trunk/getfem++/configure.in
    trunk/getfem++/interface/Makefile.am
    trunk/getfem++/interface/tests/python/demo_plate.py
    trunk/getfem++/src/Makefile.am
    trunk/getfem++/src/getfem_superlu.cc
    trunk/getfem++/src/gmm/gmm_superlu_interface.h


_______________________________________________
Getfem-commits mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-commits

Reply via email to