-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h
More file actions
35 lines (24 loc) · 1.02 KB
/
config.h
File metadata and controls
35 lines (24 loc) · 1.02 KB
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
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the `blas' library (-lblas). */
/* #undef HAVE_LIBBLAS */
/* Define to 1 if you have the `f77blas' library (-lf77blas). */
/* #undef HAVE_LIBF77BLAS */
/* Define to 1 if you have the `lapack' library (-llapack). */
/* #undef HAVE_LIBLAPACK */
/* Name of package */
#define PACKAGE "qs3"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "qsss.inquiry{at}gmail.com"
/* Define to the full name of this package. */
#define PACKAGE_NAME "QS3"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "QS3 2.0.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "qs3"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0.0"
/* Version number of package */
#define VERSION "2.0.0"