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

« back to all changes in this revision

Viewing changes to contrib/Metis/CMakeLists.txt

  • 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
# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
 
2
#
 
3
# See the LICENSE.txt file for license information. Please report all
 
4
# bugs and problems to <gmsh@geuz.org>.
 
5
 
 
6
set(SRC
 
7
  balance.c 
 
8
  fm.c        
 
9
  kwayfm.c    
 
10
  mcoarsen.c  
 
11
  minitpart2.c 
 
12
  mpmetis.c   
 
13
  pmetis.c     
 
14
  subdomains.c
 
15
  bucketsort.c  
 
16
  fortran.c  
 
17
  kwayrefine.c
 
18
  memory.c  
 
19
  minitpart.c  
 
20
  mrefine2.c
 
21
  pqueue.c
 
22
  timing.c
 
23
  ccgraph.c 
 
24
  frename.c 
 
25
  kwayvolfm.c
 
26
  mesh.c
 
27
  mkmetis.c
 
28
  mrefine.c 
 
29
  refine.c  
 
30
  util.c
 
31
  coarsen.c 
 
32
  graph.c
 
33
  kwayvolrefine.c  
 
34
  meshpart.c  
 
35
  mkwayfmh.c 
 
36
  mutil.c 
 
37
  separator.c
 
38
  compress.c
 
39
  initpart.c
 
40
  match.c
 
41
  mfm2.c 
 
42
  mkwayrefine.c
 
43
  myqsort.c
 
44
  sfm.c
 
45
  debug.c 
 
46
  kmetis.c  
 
47
  mbalance2.c
 
48
  mfm.c  
 
49
  mmatch.c 
 
50
  ometis.c 
 
51
  srefine.c
 
52
  estmem.c 
 
53
  kvmetis.c
 
54
  mbalance.c 
 
55
  mincover.c  
 
56
  mmd.c  
 
57
  parmetis.c 
 
58
  stat.c
 
59
)
 
60
 
 
61
append_gmsh_src(contrib/Metis "${SRC}")