-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.h.in
59 lines (40 loc) · 1.48 KB
/
config.h.in
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* Name of package */
#define PACKAGE ${PACKAGE}
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ${PACKAGE_BUGREPORT}
/* Define to the full name of this package. */
#define PACKAGE_NAME ${PACKAGE_NAME}
/* Define to the full name and version of this package. */
#define PACKAGE_STRING ${PACKAGE_STRING}
/* Define to the version of this package. */
#define PACKAGE_VERSION ${PACKAGE_VERSION}
/* repository git version */
#define GIT_VERSION ${GIT_REVISION}
/* repository svn version */
#define SVN_VERSION ${SVN_REVISION}
/* repository git version */
#define BUILD_DATE ${BUILD_DATE}
/* Version number of package */
#define VERSION ${VERSION}
/* Do we have boost */
#cmakedefine SKYLARK_HAVE_BOOST 1
/* Do we have boost filesystem */
#cmakedefine SKYLARK_HAVE_BOOST_FILESYSTEM 1
/* Do we have hdf5 */
#cmakedefine SKYLARK_HAVE_HDF5 1
/* Do we have libhdfs */
#cmakedefine SKYLARK_HAVE_LIBHDFS 1
/* Do we have profiler enabled */
#cmakedefine SKYLARK_HAVE_PROFILER 1
/* Do we have OpenMP */
#cmakedefine SKYLARK_HAVE_OPENMP 1
/* Do we have want to build with fftw */
#cmakedefine SKYLARK_HAVE_FFTW 1
/* Do we have want to build with kissfft */
#cmakedefine SKYLARK_HAVE_KISSFFT 1
/* Do we have want to build with single precision fftw */
#cmakedefine SKYLARK_HAVE_FFTWF 1
/* Do we have want to build with spiralwht */
#cmakedefine SKYLARK_HAVE_SPIRALWHT 1
/* Do we have want to build with CombBLAS */
#cmakedefine SKYLARK_HAVE_COMBBLAS 1