~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to utils/misc/GmshConfig.depend

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme
  • Date: 2009-09-02 18:12:15 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090902181215-yla8zvcas2ucvkm9
[Christophe Prud'homme]
* New upstream release
  + fixed surface mesh orientation bug introduced in 2.4.0;
  + mesh and graphics code refactoring;
  + small usability enhancements and bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _GMSH_CONFIG_H_
2
 
#define _GMSH_CONFIG_H_
3
 
 
4
 
#define HAVE_ANN
5
 
#define HAVE_BLAS
6
 
#define HAVE_CHACO
7
 
#define HAVE_FLTK
8
 
#define HAVE_LAPACK
9
 
#define HAVE_METIS
10
 
 
11
 
#endif