-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.log
353 lines (329 loc) · 18.5 KB
/
config.log
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by sundialr configure 0.1.5, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu-ThinkPad
uname -m = x86_64
uname -r = 6.8.0-51-generic
uname -s = Linux
uname -v = #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/quantilogy/.juliaup/bin/
PATH: /home/quantilogy/.local/bin/
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
PATH: /usr/games/
PATH: /usr/local/games/
PATH: /snap/bin/
PATH: /snap/bin/
PATH: /opt/quarto/bin/
PATH: /usr/lib/rstudio/resources/app/bin/postback/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2188: checking for C++ compiler version
configure:2197: g++ -std=gnu++17 --version >&5
g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2208: $? = 0
configure:2197: g++ -std=gnu++17 -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04)
... rest of stderr output deleted ...
configure:2208: $? = 0
configure:2197: g++ -std=gnu++17 -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2208: $? = 1
configure:2197: g++ -std=gnu++17 -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:2208: $? = 1
configure:2228: checking whether the C++ compiler works
configure:2250: g++ -std=gnu++17 -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=/usr/src/r-base-4.4.2-1.2404.0 -Wdate-time -D_FORTIFY_SOURCE=3 -UNDEBUG -Wall -pedantic -g -O0 -fdiagnostics-color=always -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro conftest.cpp >&5
configure:2254: $? = 0
configure:2304: result: yes
configure:2307: checking for C++ compiler default output file name
configure:2309: result: a.out
configure:2315: checking for suffix of executables
configure:2322: g++ -std=gnu++17 -o conftest -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=/usr/src/r-base-4.4.2-1.2404.0 -Wdate-time -D_FORTIFY_SOURCE=3 -UNDEBUG -Wall -pedantic -g -O0 -fdiagnostics-color=always -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro conftest.cpp >&5
configure:2326: $? = 0
configure:2349: result:
configure:2371: checking whether we are cross compiling
configure:2379: g++ -std=gnu++17 -o conftest -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=/usr/src/r-base-4.4.2-1.2404.0 -Wdate-time -D_FORTIFY_SOURCE=3 -UNDEBUG -Wall -pedantic -g -O0 -fdiagnostics-color=always -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro conftest.cpp >&5
configure:2383: $? = 0
configure:2390: ./conftest
configure:2394: $? = 0
configure:2409: result: no
configure:2414: checking for suffix of object files
configure:2437: g++ -std=gnu++17 -c -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=/usr/src/r-base-4.4.2-1.2404.0 -Wdate-time -D_FORTIFY_SOURCE=3 -UNDEBUG -Wall -pedantic -g -O0 -fdiagnostics-color=always conftest.cpp >&5
configure:2441: $? = 0
configure:2463: result: o
configure:2467: checking whether the compiler supports GNU C++
configure:2487: g++ -std=gnu++17 -c -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=/usr/src/r-base-4.4.2-1.2404.0 -Wdate-time -D_FORTIFY_SOURCE=3 -UNDEBUG -Wall -pedantic -g -O0 -fdiagnostics-color=always conftest.cpp >&5
configure:2487: $? = 0
configure:2497: result: yes
configure:2508: checking whether g++ -std=gnu++17 accepts -g
configure:2529: g++ -std=gnu++17 -c -g conftest.cpp >&5
configure:2529: $? = 0
configure:2573: result: yes
configure:2593: checking for g++ -std=gnu++17 option to enable C++11 features
configure:2608: g++ -std=gnu++17 -c -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=/usr/src/r-base-4.4.2-1.2404.0 -Wdate-time -D_FORTIFY_SOURCE=3 -UNDEBUG -Wall -pedantic -g -O0 -fdiagnostics-color=always conftest.cpp >&5
[01m[Kconftest.cpp:[m[K In function '[01m[Kint[01;32m[K main[m[K(int, char**)[m[K':
[01m[Kconftest.cpp:132:8:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Ka1[m[K' [[01;35m[K-Wunused-variable[m[K]
132 | auto [01;35m[Ka1[m[K = 6538;
| [01;35m[K^~[m[K
[01m[Kconftest.cpp:139:16:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Ka4[m[K' [[01;35m[K-Wunused-variable[m[K]
139 | decltype(a2) [01;35m[Ka4[m[K = 34895.034;
| [01;35m[K^~[m[K
[01m[Kconftest.cpp:143:9:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Ksa[m[K' [[01;35m[K-Wunused-variable[m[K]
143 | short [01;35m[Ksa[m[K[cxx11test::get_val()] = { 0 };
| [01;35m[K^~[m[K
[01m[Kconftest.cpp:147:23:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Kil[m[K' [[01;35m[K-Wunused-variable[m[K]
147 | cxx11test::testinit [01;35m[Kil[m[K = { 4323, 435234.23544 };
| [01;35m[K^~[m[K
[01m[Kconftest.cpp:168:8:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Ka[m[K' [[01;35m[K-Wunused-variable[m[K]
168 | auto [01;35m[Ka[m[K = sum(1);
| [01;35m[K^[m[K
[01m[Kconftest.cpp:169:8:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Kb[m[K' [[01;35m[K-Wunused-variable[m[K]
169 | auto [01;35m[Kb[m[K = sum(1, 2);
| [01;35m[K^[m[K
[01m[Kconftest.cpp:170:8:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Kc[m[K' [[01;35m[K-Wunused-variable[m[K]
170 | auto [01;35m[Kc[m[K = sum(1.0, 2.0, 3.0);
| [01;35m[K^[m[K
[01m[Kconftest.cpp:175:25:[m[K [01;35m[Kwarning: [m[Kempty parentheses were disambiguated as a function declaration [[01;35m[K-Wvexing-parse[m[K]
175 | cxx11test::delegate d2[01;35m[K()[m[K;
| [01;35m[K^~[m[K
[01m[Kconftest.cpp:175:25:[m[K [01;36m[Knote: [m[Kremove parentheses to default-initialize a variable
175 | cxx11test::delegate d2[01;36m[K()[m[K;
| [01;36m[K^~[m[K
| [31m[K--[m[K
[01m[Kconftest.cpp:175:25:[m[K [01;36m[Knote: [m[Kor replace parentheses with braces to value-initialize a variable
[01m[Kconftest.cpp:184:9:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Kc[m[K' [[01;35m[K-Wunused-variable[m[K]
184 | char *[01;35m[Kc[m[K = nullptr;
| [01;35m[K^[m[K
[01m[Kconftest.cpp:192:15:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Kutf8[m[K' [[01;35m[K-Wunused-variable[m[K]
192 | char const *[01;35m[Kutf8[m[K = u8"UTF-8 string \u2500";
| [01;35m[K^~~~[m[K
[01m[Kconftest.cpp:193:19:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Kutf16[m[K' [[01;35m[K-Wunused-variable[m[K]
193 | char16_t const *[01;35m[Kutf16[m[K = u"UTF-8 string \u2500";
| [01;35m[K^~~~~[m[K
[01m[Kconftest.cpp:194:19:[m[K [01;35m[Kwarning: [m[Kunused variable '[01m[Kutf32[m[K' [[01;35m[K-Wunused-variable[m[K]
194 | char32_t const *[01;35m[Kutf32[m[K = U"UTF-32 string \u2500";
| [01;35m[K^~~~~[m[K
configure:2608: $? = 0
configure:2626: result: none needed
configure:2696: checking how to run the C++ preprocessor
configure:2718: g++ -std=gnu++17 -E conftest.cpp
configure:2718: $? = 0
configure:2733: g++ -std=gnu++17 -E conftest.cpp
conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:2733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sundialr"
| #define PACKAGE_TARNAME "sundialr"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "sundialr 0.1.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2760: result: g++ -std=gnu++17 -E
configure:2774: g++ -std=gnu++17 -E conftest.cpp
configure:2774: $? = 0
configure:2789: g++ -std=gnu++17 -E conftest.cpp
conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:2789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sundialr"
| #define PACKAGE_TARNAME "sundialr"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "sundialr 0.1.5"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2943: checking for C++ compiler version
configure:2952: g++ -std=gnu++17 --version >&5
g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2963: $? = 0
configure:2952: g++ -std=gnu++17 -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.3.0-6ubuntu2~24.04' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04)
... rest of stderr output deleted ...
configure:2963: $? = 0
configure:2952: g++ -std=gnu++17 -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2963: $? = 1
configure:2952: g++ -std=gnu++17 -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:2963: $? = 1
configure:2967: checking whether the compiler supports GNU C++
configure:2997: result: yes
configure:3008: checking whether g++ -std=gnu++17 accepts -g
configure:3073: result: yes
configure:3093: checking for g++ -std=gnu++17 option to enable C++11 features
configure:3126: result: none needed
configure:3196: checking for cmake
configure:3219: found /usr/bin/cmake
configure:3232: result: /usr/bin/cmake
configure:3396: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by sundialr config.status 0.1.5, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ubuntu-ThinkPad
config.status:719: creating src/Makevars
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=/usr/src/r-base-4.4.2-1.2404.0 -Wdate-time -D_FORTIFY_SOURCE=3 -UNDEBUG -Wall -pedantic -g -O0 -fdiagnostics-color=always'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='g++ -std=gnu++17'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_objext=o
ac_cv_path_have_cmake=/usr/bin/cmake
ac_cv_prog_CXXCPP='g++ -std=gnu++17 -E'
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
## ----------------- ##
## Output variables. ##
## ----------------- ##
CPPFLAGS=''
CXX='g++ -std=gnu++17'
CXXCPP='g++ -std=gnu++17 -E'
CXXFLAGS='-g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/build/r-base-4sITk6/r-base-4.4.2=/usr/src/r-base-4.4.2-1.2404.0 -Wdate-time -D_FORTIFY_SOURCE=3 -UNDEBUG -Wall -pedantic -g -O0 -fdiagnostics-color=always'
DEFS='-DPACKAGE_NAME=\"sundialr\" -DPACKAGE_TARNAME=\"sundialr\" -DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"sundialr\ 0.1.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
LDFLAGS='-Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='sundialr'
PACKAGE_STRING='sundialr 0.1.5'
PACKAGE_TARNAME='sundialr'
PACKAGE_URL=''
PACKAGE_VERSION='0.1.5'
PATH_SEPARATOR=':'
SHELL='/bin/bash'
SUNDIALR_CPPFLAGS=''
SUNDIALR_LIBS='-lsundials_idas -lsundials_cvodes -lsundials_nvecserial -lsundials_sunlinsoldense -lsundials_sunmatrixdense -lsundials_core -lm'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
have_cmake='/usr/bin/cmake'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "sundialr"
#define PACKAGE_TARNAME "sundialr"
#define PACKAGE_VERSION "0.1.5"
#define PACKAGE_STRING "sundialr 0.1.5"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 0