File: GetDPConfig.h.in

package info (click to toggle)
getdp 2.9.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,384 kB
  • ctags: 8,206
  • sloc: cpp: 55,135; fortran: 13,955; yacc: 8,493; lex: 746; sh: 56; ansic: 34; awk: 33; makefile: 24
file content (39 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// GetDP - Copyright (C) 1997-2016 P. Dular and C. Geuzaine, University of Liege
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <getdp@onelab.info>.

#ifndef _GETDP_CONFIG_H_
#define _GETDP_CONFIG_H_

#cmakedefine HAVE_ARPACK
#cmakedefine HAVE_BLAS
#cmakedefine HAVE_GMSH
#cmakedefine HAVE_GSL
#cmakedefine HAVE_LAPACK
#cmakedefine HAVE_KERNEL
#cmakedefine HAVE_MPI
#cmakedefine HAVE_MULTIHARMONIC
#cmakedefine HAVE_NO_FORTRAN
#cmakedefine HAVE_NO_INTPTR_T
#cmakedefine HAVE_NO_SOCKLEN_T
#cmakedefine HAVE_NO_STDINT_H
#cmakedefine HAVE_NO_VSNPRINTF
#cmakedefine HAVE_NR
#cmakedefine HAVE_NX
#cmakedefine HAVE_OCTAVE
#cmakedefine HAVE_PETSC
#cmakedefine HAVE_PYTHON
// FIXME HAVE_ONELAB2 from Gmsh
#cmakedefine HAVE_ONELAB2
#cmakedefine HAVE_SLEPC
#cmakedefine HAVE_SMALLFEM
#cmakedefine HAVE_SPARSKIT
#cmakedefine HAVE_ZITSOL
#cmakedefine HAVE_MULTIHARMONIC

#define GETDP_CONFIG_OPTIONS "${GETDP_CONFIG_OPTIONS}"

${GETDP_CONFIG_PRAGMAS}

#endif