Advertisement
Guest User

Untitled

a guest
Mar 19th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.55 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by spral configure 2016.06.24, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ../configure NVCC=nvcc --with-metis=-L/home/poofee/metis-4.0.3 -lmetis --with-blas=-L/opt/OpenBLAS/lib -lopenblas
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = hoofee
  14. uname -m = x86_64
  15. uname -r = 4.4.0-21-generic
  16. uname -s = Linux
  17. uname -v = #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/local/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2472: checking for a BSD-compatible install
  45. configure:2540: result: /usr/bin/install -c
  46. configure:2551: checking whether build environment is sane
  47. configure:2606: result: yes
  48. configure:2757: checking for a thread-safe mkdir -p
  49. configure:2796: result: /bin/mkdir -p
  50. configure:2803: checking for gawk
  51. configure:2833: result: no
  52. configure:2803: checking for mawk
  53. configure:2819: found /usr/bin/mawk
  54. configure:2830: result: mawk
  55. configure:2841: checking whether make sets $(MAKE)
  56. configure:2863: result: yes
  57. configure:2892: checking whether make supports nested variables
  58. configure:2909: result: yes
  59. configure:3106: checking for gcc
  60. configure:3122: found /usr/bin/gcc
  61. configure:3133: result: gcc
  62. configure:3362: checking for C compiler version
  63. configure:3371: gcc --version >&5
  64. gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
  65. Copyright (C) 2015 Free Software Foundation, Inc.
  66. This is free software; see the source for copying conditions. There is NO
  67. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  68.  
  69. configure:3382: $? = 0
  70. configure:3371: gcc -v >&5
  71. Using built-in specs.
  72. COLLECT_GCC=gcc
  73. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  74. Target: x86_64-linux-gnu
  75. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  76. Thread model: posix
  77. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  78. configure:3382: $? = 0
  79. configure:3371: gcc -V >&5
  80. gcc: error: unrecognized command line option '-V'
  81. gcc: fatal error: no input files
  82. compilation terminated.
  83. configure:3382: $? = 1
  84. configure:3371: gcc -qversion >&5
  85. gcc: error: unrecognized command line option '-qversion'
  86. gcc: fatal error: no input files
  87. compilation terminated.
  88. configure:3382: $? = 1
  89. configure:3402: checking whether the C compiler works
  90. configure:3424: gcc conftest.c >&5
  91. configure:3428: $? = 0
  92. configure:3476: result: yes
  93. configure:3479: checking for C compiler default output file name
  94. configure:3481: result: a.out
  95. configure:3487: checking for suffix of executables
  96. configure:3494: gcc -o conftest conftest.c >&5
  97. configure:3498: $? = 0
  98. configure:3520: result:
  99. configure:3542: checking whether we are cross compiling
  100. configure:3550: gcc -o conftest conftest.c >&5
  101. configure:3554: $? = 0
  102. configure:3561: ./conftest
  103. configure:3565: $? = 0
  104. configure:3580: result: no
  105. configure:3585: checking for suffix of object files
  106. configure:3607: gcc -c conftest.c >&5
  107. configure:3611: $? = 0
  108. configure:3632: result: o
  109. configure:3636: checking whether we are using the GNU C compiler
  110. configure:3655: gcc -c conftest.c >&5
  111. configure:3655: $? = 0
  112. configure:3664: result: yes
  113. configure:3673: checking whether gcc accepts -g
  114. configure:3693: gcc -c -g conftest.c >&5
  115. configure:3693: $? = 0
  116. configure:3734: result: yes
  117. configure:3751: checking for gcc option to accept ISO C89
  118. configure:3814: gcc -c -g -O2 conftest.c >&5
  119. configure:3814: $? = 0
  120. configure:3827: result: none needed
  121. configure:3852: checking whether gcc understands -c and -o together
  122. configure:3874: gcc -c conftest.c -o conftest2.o
  123. configure:3877: $? = 0
  124. configure:3874: gcc -c conftest.c -o conftest2.o
  125. configure:3877: $? = 0
  126. configure:3889: result: yes
  127. configure:3917: checking for style of include used by make
  128. configure:3945: result: GNU
  129. configure:3971: checking dependency style of gcc
  130. configure:4082: result: gcc3
  131. configure:4155: checking for g++
  132. configure:4171: found /usr/bin/g++
  133. configure:4182: result: g++
  134. configure:4209: checking for C++ compiler version
  135. configure:4218: g++ --version >&5
  136. g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
  137. Copyright (C) 2015 Free Software Foundation, Inc.
  138. This is free software; see the source for copying conditions. There is NO
  139. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  140.  
  141. configure:4229: $? = 0
  142. configure:4218: g++ -v >&5
  143. Using built-in specs.
  144. COLLECT_GCC=g++
  145. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  146. Target: x86_64-linux-gnu
  147. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  148. Thread model: posix
  149. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  150. configure:4229: $? = 0
  151. configure:4218: g++ -V >&5
  152. g++: error: unrecognized command line option '-V'
  153. g++: fatal error: no input files
  154. compilation terminated.
  155. configure:4229: $? = 1
  156. configure:4218: g++ -qversion >&5
  157. g++: error: unrecognized command line option '-qversion'
  158. g++: fatal error: no input files
  159. compilation terminated.
  160. configure:4229: $? = 1
  161. configure:4233: checking whether we are using the GNU C++ compiler
  162. configure:4252: g++ -c conftest.cpp >&5
  163. configure:4252: $? = 0
  164. configure:4261: result: yes
  165. configure:4270: checking whether g++ accepts -g
  166. configure:4290: g++ -c -g conftest.cpp >&5
  167. configure:4290: $? = 0
  168. configure:4331: result: yes
  169. configure:4356: checking dependency style of g++
  170. configure:4467: result: gcc3
  171. configure:4535: checking for g77
  172. configure:4565: result: no
  173. configure:4535: checking for xlf
  174. configure:4565: result: no
  175. configure:4535: checking for f77
  176. configure:4551: found /usr/bin/f77
  177. configure:4562: result: f77
  178. configure:4588: checking for Fortran 77 compiler version
  179. configure:4597: f77 --version >&5
  180. GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
  181. Copyright (C) 2015 Free Software Foundation, Inc.
  182.  
  183. GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
  184. You may redistribute copies of GNU Fortran
  185. under the terms of the GNU General Public License.
  186. For more information about these matters, see the file named COPYING
  187.  
  188. configure:4608: $? = 0
  189. configure:4597: f77 -v >&5
  190. Using built-in specs.
  191. COLLECT_GCC=f77
  192. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  193. Target: x86_64-linux-gnu
  194. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  195. Thread model: posix
  196. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  197. configure:4608: $? = 0
  198. configure:4597: f77 -V >&5
  199. f77: error: unrecognized command line option '-V'
  200. f77: fatal error: no input files
  201. compilation terminated.
  202. configure:4608: $? = 1
  203. configure:4597: f77 -qversion >&5
  204. f77: error: unrecognized command line option '-qversion'
  205. f77: fatal error: no input files
  206. compilation terminated.
  207. configure:4608: $? = 1
  208. configure:4617: checking whether we are using the GNU Fortran 77 compiler
  209. configure:4630: f77 -c conftest.F >&5
  210. configure:4630: $? = 0
  211. configure:4639: result: yes
  212. configure:4645: checking whether f77 accepts -g
  213. configure:4656: f77 -c -g conftest.f >&5
  214. configure:4656: $? = 0
  215. configure:4664: result: yes
  216. configure:4746: checking for gfortran
  217. configure:4762: found /usr/bin/gfortran
  218. configure:4773: result: gfortran
  219. configure:4799: checking for Fortran compiler version
  220. configure:4808: gfortran --version >&5
  221. GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
  222. Copyright (C) 2015 Free Software Foundation, Inc.
  223.  
  224. GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
  225. You may redistribute copies of GNU Fortran
  226. under the terms of the GNU General Public License.
  227. For more information about these matters, see the file named COPYING
  228.  
  229. configure:4819: $? = 0
  230. configure:4808: gfortran -v >&5
  231. Using built-in specs.
  232. COLLECT_GCC=gfortran
  233. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  234. Target: x86_64-linux-gnu
  235. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  236. Thread model: posix
  237. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  238. configure:4819: $? = 0
  239. configure:4808: gfortran -V >&5
  240. gfortran: error: unrecognized command line option '-V'
  241. gfortran: fatal error: no input files
  242. compilation terminated.
  243. configure:4819: $? = 1
  244. configure:4808: gfortran -qversion >&5
  245. gfortran: error: unrecognized command line option '-qversion'
  246. gfortran: fatal error: no input files
  247. compilation terminated.
  248. configure:4819: $? = 1
  249. configure:4828: checking whether we are using the GNU Fortran compiler
  250. configure:4841: gfortran -c conftest.F >&5
  251. configure:4841: $? = 0
  252. configure:4850: result: yes
  253. configure:4856: checking whether gfortran accepts -g
  254. configure:4867: gfortran -c -g conftest.f >&5
  255. configure:4867: $? = 0
  256. configure:4875: result: yes
  257. configure:4947: checking for ranlib
  258. configure:4963: found /usr/bin/ranlib
  259. configure:4974: result: ranlib
  260. configure:5066: checking for gcc option to accept ISO C99
  261. configure:5215: gcc -c -g -O2 conftest.c >&5
  262. configure:5215: $? = 0
  263. configure:5228: result: none needed
  264. configure:5267: checking for gcc option to support OpenMP
  265. configure:5282: gcc -o conftest -g -O2 conftest.c >&5
  266. conftest.c:13:2: error: unknown type name 'choke'
  267. choke me
  268. ^
  269. In file included from conftest.c:15:0:
  270. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:35:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  271. typedef struct
  272. ^
  273. configure:5282: $? = 1
  274. configure: failed program was:
  275. | /* confdefs.h */
  276. | #define PACKAGE_NAME "spral"
  277. | #define PACKAGE_TARNAME "spral"
  278. | #define PACKAGE_VERSION "2016.06.24"
  279. | #define PACKAGE_STRING "spral 2016.06.24"
  280. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  281. | #define PACKAGE_URL ""
  282. | #define PACKAGE "spral"
  283. | #define VERSION "2016.06.24"
  284. | /* end confdefs.h. */
  285. |
  286. | #ifndef _OPENMP
  287. | choke me
  288. | #endif
  289. | #include <omp.h>
  290. | int main () { return omp_get_num_threads (); }
  291. |
  292. configure:5300: gcc -o conftest -g -O2 -fopenmp conftest.c >&5
  293. configure:5300: $? = 0
  294. configure:5314: result: -fopenmp
  295. configure:5339: checking for g++ option to support OpenMP
  296. configure:5354: g++ -o conftest -g -O2 conftest.cpp >&5
  297. conftest.cpp:13:2: error: 'choke' does not name a type
  298. choke me
  299. ^
  300. In file included from conftest.cpp:15:0:
  301. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:39:3: error: 'omp_lock_t' does not name a type
  302. } omp_lock_t;
  303. ^
  304. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:28: error: variable or field 'omp_init_lock' declared void
  305. extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
  306. ^
  307. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:28: error: 'omp_lock_t' was not declared in this scope
  308. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:40: error: expected primary-expression before ')' token
  309. extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
  310. ^
  311. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:31: error: variable or field 'omp_destroy_lock' declared void
  312. extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
  313. ^
  314. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:31: error: 'omp_lock_t' was not declared in this scope
  315. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:43: error: expected primary-expression before ')' token
  316. extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
  317. ^
  318. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:27: error: variable or field 'omp_set_lock' declared void
  319. extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
  320. ^
  321. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:27: error: 'omp_lock_t' was not declared in this scope
  322. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:39: error: expected primary-expression before ')' token
  323. extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
  324. ^
  325. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:29: error: variable or field 'omp_unset_lock' declared void
  326. extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
  327. ^
  328. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:29: error: 'omp_lock_t' was not declared in this scope
  329. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:41: error: expected primary-expression before ')' token
  330. extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
  331. ^
  332. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:27: error: 'omp_lock_t' was not declared in this scope
  333. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  334. ^
  335. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:39: error: expected primary-expression before ')' token
  336. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  337. ^
  338. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:41: error: expected ',' or ';' before 'throw'
  339. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  340. ^
  341. configure:5354: $? = 1
  342. configure: failed program was:
  343. | /* confdefs.h */
  344. | #define PACKAGE_NAME "spral"
  345. | #define PACKAGE_TARNAME "spral"
  346. | #define PACKAGE_VERSION "2016.06.24"
  347. | #define PACKAGE_STRING "spral 2016.06.24"
  348. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  349. | #define PACKAGE_URL ""
  350. | #define PACKAGE "spral"
  351. | #define VERSION "2016.06.24"
  352. | /* end confdefs.h. */
  353. |
  354. | #ifndef _OPENMP
  355. | choke me
  356. | #endif
  357. | #include <omp.h>
  358. | int main () { return omp_get_num_threads (); }
  359. |
  360. configure:5372: g++ -o conftest -g -O2 -fopenmp conftest.cpp >&5
  361. configure:5372: $? = 0
  362. configure:5386: result: -fopenmp
  363. configure:5411: checking build system type
  364. configure:5425: result: x86_64-pc-linux-gnu
  365. configure:5445: checking host system type
  366. configure:5458: result: x86_64-pc-linux-gnu
  367. configure:5483: checking how to get verbose linking output from gfortran
  368. configure:5493: gfortran -c -g -O2 conftest.f >&5
  369. configure:5493: $? = 0
  370. configure:5511: gfortran -o conftest -g -O2 -v conftest.f
  371. Using built-in specs.
  372. Target: x86_64-linux-gnu
  373. Thread model: posix
  374. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  375. /usr/lib/gcc/x86_64-linux-gnu/5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/5/finclude -o /tmp/ccIyMDQH.s
  376. GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu)
  377. compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3
  378. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  379. GNU Fortran2008 (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu)
  380. compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3
  381. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  382. as -v --64 -o /tmp/cc5qtfLS.o /tmp/ccIyMDQH.s
  383. GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1
  384. Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec
  385. rename spec lib to liborig
  386. /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccBw0UG3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. /tmp/cc5qtfLS.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
  387. configure:5594: result: -v
  388. configure:5596: checking for Fortran libraries of gfortran
  389. configure:5619: gfortran -o conftest -g -O2 -v conftest.f
  390. Using built-in specs.
  391. Target: x86_64-linux-gnu
  392. Thread model: posix
  393. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  394. /usr/lib/gcc/x86_64-linux-gnu/5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/5/finclude -o /tmp/ccourWDL.s
  395. GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu)
  396. compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3
  397. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  398. GNU Fortran2008 (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu)
  399. compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3
  400. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  401. as -v --64 -o /tmp/ccYDRvNW.o /tmp/ccourWDL.s
  402. GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1
  403. Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec
  404. rename spec lib to liborig
  405. /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccG7zfY7.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. /tmp/ccYDRvNW.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
  406. configure:5815: result: -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath
  407. configure:5827: checking flags to link C main with gfortran
  408. Trying ''
  409. configure:5881: result: none
  410. configure:5945: checking for std::align
  411. configure:5967: g++ -o conftest -g -O2 conftest.cpp >&5
  412. conftest.cpp: In function 'int main()':
  413. conftest.cpp:16:1: error: 'align' is not a member of 'std'
  414. std::align(alignment, size, ptr, space);
  415. ^
  416. configure:5967: $? = 1
  417. configure: failed program was:
  418. | /* confdefs.h */
  419. | #define PACKAGE_NAME "spral"
  420. | #define PACKAGE_TARNAME "spral"
  421. | #define PACKAGE_VERSION "2016.06.24"
  422. | #define PACKAGE_STRING "spral 2016.06.24"
  423. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  424. | #define PACKAGE_URL ""
  425. | #define PACKAGE "spral"
  426. | #define VERSION "2016.06.24"
  427. | /* end confdefs.h. */
  428. | #include <memory>
  429. | int
  430. | main ()
  431. | {
  432. | std::size_t alignment, size, space; void* ptr;
  433. | std::align(alignment, size, ptr, space);
  434. | ;
  435. | return 0;
  436. | }
  437. configure:5973: result: no
  438. configure:5987: checking for sched_getcpu()
  439. configure:6000: gcc -o conftest -g -O2 conftest.c >&5
  440. conftest.c: In function 'main':
  441. conftest.c:15:1: warning: implicit declaration of function 'sched_getcpu' [-Wimplicit-function-declaration]
  442. sched_getcpu();
  443. ^
  444. configure:6000: $? = 0
  445. configure:6001: result: yes
  446. configure:6020: checking how to get verbose linking output from f77
  447. configure:6030: f77 -c -g -O2 conftest.f >&5
  448. configure:6030: $? = 0
  449. configure:6048: f77 -o conftest -g -O2 -v conftest.f
  450. Using built-in specs.
  451. Target: x86_64-linux-gnu
  452. Thread model: posix
  453. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  454. /usr/lib/gcc/x86_64-linux-gnu/5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/5/finclude -o /tmp/ccxXlCEd.s
  455. GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu)
  456. compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3
  457. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  458. GNU Fortran2008 (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu)
  459. compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3
  460. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  461. as -v --64 -o /tmp/ccnFJ1Fp.o /tmp/ccxXlCEd.s
  462. GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1
  463. Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec
  464. rename spec lib to liborig
  465. /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/ccaGvBIB.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. /tmp/ccnFJ1Fp.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
  466. configure:6131: result: -v
  467. configure:6133: checking for Fortran 77 libraries of f77
  468. configure:6156: f77 -o conftest -g -O2 -v conftest.f
  469. Using built-in specs.
  470. Target: x86_64-linux-gnu
  471. Thread model: posix
  472. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
  473. /usr/lib/gcc/x86_64-linux-gnu/5/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-linux-gnu/5/finclude -o /tmp/ccivTGbk.s
  474. GNU Fortran (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu)
  475. compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3
  476. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  477. GNU Fortran2008 (Ubuntu 5.4.0-6ubuntu1~16.04.4) version 5.4.0 20160609 (x86_64-linux-gnu)
  478. compiled by GNU C version 5.4.0 20160609, GMP version 6.1.0, MPFR version 3.1.4, MPC version 1.0.3
  479. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  480. as -v --64 -o /tmp/cctdVIsw.o /tmp/ccivTGbk.s
  481. GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1
  482. Reading specs from /usr/lib/gcc/x86_64-linux-gnu/5/libgfortran.spec
  483. rename spec lib to liborig
  484. /usr/lib/gcc/x86_64-linux-gnu/5/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper -plugin-opt=-fresolution=/tmp/cccaD3KI.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o conftest /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/5/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. /tmp/cctdVIsw.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/5/crtend.o /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crtn.o
  485. configure:6352: result: -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath
  486. configure:6368: checking for dummy main to link with Fortran 77 libraries
  487. configure:6402: gcc -o conftest -g -O2 conftest.c -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5
  488. configure:6402: $? = 0
  489. configure:6447: result: none
  490. configure:6480: checking for Fortran 77 name-mangling scheme
  491. configure:6493: f77 -c -g -O2 conftest.f >&5
  492. configure:6493: $? = 0
  493. configure:6534: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5
  494. /tmp/ccyMbizD.o: In function `main':
  495. /home/poofee/spral/build/conftest.c:31: undefined reference to `foobar'
  496. collect2: error: ld returned 1 exit status
  497. configure:6534: $? = 1
  498. configure: failed program was:
  499. | /* confdefs.h */
  500. | #define PACKAGE_NAME "spral"
  501. | #define PACKAGE_TARNAME "spral"
  502. | #define PACKAGE_VERSION "2016.06.24"
  503. | #define PACKAGE_STRING "spral 2016.06.24"
  504. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  505. | #define PACKAGE_URL ""
  506. | #define PACKAGE "spral"
  507. | #define VERSION "2016.06.24"
  508. | #define HAVE_SCHED_GETCPU 1
  509. | /* end confdefs.h. */
  510. |
  511. | /* Override any GCC internal prototype to avoid an error.
  512. | Use char because int might match the return type of a GCC
  513. | builtin and then its argument prototype would still apply. */
  514. | #ifdef __cplusplus
  515. | extern "C"
  516. | #endif
  517. | char foobar ();
  518. | #ifdef F77_DUMMY_MAIN
  519. |
  520. | # ifdef __cplusplus
  521. | extern "C"
  522. | # endif
  523. | int F77_DUMMY_MAIN() { return 1; }
  524. |
  525. | #endif
  526. | int
  527. | main ()
  528. | {
  529. | return foobar ();
  530. | ;
  531. | return 0;
  532. | }
  533. configure:6534: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5
  534. configure:6534: $? = 0
  535. configure:6592: gcc -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5
  536. configure:6592: $? = 0
  537. configure:6634: result: lower case, underscore, no extra underscore
  538. configure:6709: checking for sgemm_ in -L/opt/OpenBLAS/lib -lopenblas
  539. configure:6737: gcc -o conftest -g -O2 conftest.c -L/opt/OpenBLAS/lib -lopenblas -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5
  540. configure:6737: $? = 0
  541. configure:6744: result: yes
  542. configure:8045: checking for cheev_
  543. configure:8045: gcc -o conftest -g -O2 conftest.c -L/opt/OpenBLAS/lib -lopenblas -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath >&5
  544. configure:8045: $? = 0
  545. configure:8045: result: yes
  546. configure:8125: checking for METIS library
  547. configure:8170: checking for metis_nodend_ in -L/home/poofee/metis-4.0.3 -lmetis
  548. configure:8198: gcc -o conftest -g -O2 conftest.c -L/home/poofee/metis-4.0.3 -lmetis -lm >&5
  549. configure:8198: $? = 0
  550. configure:8205: result: yes
  551. configure:8281: checking version of METIS
  552. configure:8309: gcc -o conftest -g -O2 conftest.c -L/home/poofee/metis-4.0.3 -lmetis -lm >&5
  553. /tmp/cc9jrhmd.o: In function `main':
  554. /home/poofee/spral/build/conftest.c:34: undefined reference to `METIS_Free'
  555. collect2: error: ld returned 1 exit status
  556. configure:8309: $? = 1
  557. configure: failed program was:
  558. | /* confdefs.h */
  559. | #define PACKAGE_NAME "spral"
  560. | #define PACKAGE_TARNAME "spral"
  561. | #define PACKAGE_VERSION "2016.06.24"
  562. | #define PACKAGE_STRING "spral 2016.06.24"
  563. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  564. | #define PACKAGE_URL ""
  565. | #define PACKAGE "spral"
  566. | #define VERSION "2016.06.24"
  567. | #define HAVE_SCHED_GETCPU 1
  568. | #define HAVE_BLAS 1
  569. | #define HAVE_LAPACK 1
  570. | #define HAVE_METIS 1
  571. | /* end confdefs.h. */
  572. |
  573. | /* Override any GCC internal prototype to avoid an error.
  574. | Use char because int might match the return type of a GCC
  575. | builtin and then its argument prototype would still apply. */
  576. | #ifdef __cplusplus
  577. | extern "C"
  578. | #endif
  579. | char METIS_Free ();
  580. | #ifdef F77_DUMMY_MAIN
  581. |
  582. | # ifdef __cplusplus
  583. | extern "C"
  584. | # endif
  585. | int F77_DUMMY_MAIN() { return 1; }
  586. |
  587. | #endif
  588. | int
  589. | main ()
  590. | {
  591. | return METIS_Free ();
  592. | ;
  593. | return 0;
  594. | }
  595. configure:8318: result: "version 4"
  596. configure:8383: checking for pkg-config
  597. configure:8401: found /usr/bin/pkg-config
  598. configure:8413: result: /usr/bin/pkg-config
  599. configure:8438: checking pkg-config is at least version 0.9.0
  600. configure:8441: result: yes
  601. configure:8452: checking for HWLOC
  602. configure:8459: $PKG_CONFIG --exists --print-errors "hwloc"
  603. Package hwloc was not found in the pkg-config search path.
  604. Perhaps you should add the directory containing `hwloc.pc'
  605. to the PKG_CONFIG_PATH environment variable
  606. No package 'hwloc' found
  607. configure:8462: $? = 1
  608. configure:8476: $PKG_CONFIG --exists --print-errors "hwloc"
  609. Package hwloc was not found in the pkg-config search path.
  610. Perhaps you should add the directory containing `hwloc.pc'
  611. to the PKG_CONFIG_PATH environment variable
  612. No package 'hwloc' found
  613. configure:8479: $? = 1
  614. configure:8493: result: no
  615. No package 'hwloc' found
  616. configure:8509: WARNING: hwloc not supplied: cannot detect NUMA regions
  617. configure:8533: checking how to run the C preprocessor
  618. configure:8564: gcc -E conftest.c
  619. configure:8564: $? = 0
  620. configure:8578: gcc -E conftest.c
  621. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  622. compilation terminated.
  623. configure:8578: $? = 1
  624. configure: failed program was:
  625. | /* confdefs.h */
  626. | #define PACKAGE_NAME "spral"
  627. | #define PACKAGE_TARNAME "spral"
  628. | #define PACKAGE_VERSION "2016.06.24"
  629. | #define PACKAGE_STRING "spral 2016.06.24"
  630. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  631. | #define PACKAGE_URL ""
  632. | #define PACKAGE "spral"
  633. | #define VERSION "2016.06.24"
  634. | #define HAVE_SCHED_GETCPU 1
  635. | #define HAVE_BLAS 1
  636. | #define HAVE_LAPACK 1
  637. | #define HAVE_METIS 1
  638. | /* end confdefs.h. */
  639. | #include <ac_nonexistent.h>
  640. configure:8603: result: gcc -E
  641. configure:8623: gcc -E conftest.c
  642. configure:8623: $? = 0
  643. configure:8637: gcc -E conftest.c
  644. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  645. compilation terminated.
  646. configure:8637: $? = 1
  647. configure: failed program was:
  648. | /* confdefs.h */
  649. | #define PACKAGE_NAME "spral"
  650. | #define PACKAGE_TARNAME "spral"
  651. | #define PACKAGE_VERSION "2016.06.24"
  652. | #define PACKAGE_STRING "spral 2016.06.24"
  653. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  654. | #define PACKAGE_URL ""
  655. | #define PACKAGE "spral"
  656. | #define VERSION "2016.06.24"
  657. | #define HAVE_SCHED_GETCPU 1
  658. | #define HAVE_BLAS 1
  659. | #define HAVE_LAPACK 1
  660. | #define HAVE_METIS 1
  661. | /* end confdefs.h. */
  662. | #include <ac_nonexistent.h>
  663. configure:8666: checking for grep that handles long lines and -e
  664. configure:8724: result: /bin/grep
  665. configure:8729: checking for egrep
  666. configure:8791: result: /bin/grep -E
  667. configure:8796: checking for ANSI C header files
  668. configure:8824: gcc -c -g -O2 conftest.c >&5
  669. configure:8824: $? = 0
  670. configure:8897: gcc -o conftest -g -O2 conftest.c >&5
  671. configure:8897: $? = 0
  672. configure:8897: ./conftest
  673. configure:8897: $? = 0
  674. configure:8908: result: yes
  675. configure:8921: checking for sys/types.h
  676. configure:8921: gcc -c -g -O2 conftest.c >&5
  677. configure:8921: $? = 0
  678. configure:8921: result: yes
  679. configure:8921: checking for sys/stat.h
  680. configure:8921: gcc -c -g -O2 conftest.c >&5
  681. configure:8921: $? = 0
  682. configure:8921: result: yes
  683. configure:8921: checking for stdlib.h
  684. configure:8921: gcc -c -g -O2 conftest.c >&5
  685. configure:8921: $? = 0
  686. configure:8921: result: yes
  687. configure:8921: checking for string.h
  688. configure:8921: gcc -c -g -O2 conftest.c >&5
  689. configure:8921: $? = 0
  690. configure:8921: result: yes
  691. configure:8921: checking for memory.h
  692. configure:8921: gcc -c -g -O2 conftest.c >&5
  693. configure:8921: $? = 0
  694. configure:8921: result: yes
  695. configure:8921: checking for strings.h
  696. configure:8921: gcc -c -g -O2 conftest.c >&5
  697. configure:8921: $? = 0
  698. configure:8921: result: yes
  699. configure:8921: checking for inttypes.h
  700. configure:8921: gcc -c -g -O2 conftest.c >&5
  701. configure:8921: $? = 0
  702. configure:8921: result: yes
  703. configure:8921: checking for stdint.h
  704. configure:8921: gcc -c -g -O2 conftest.c >&5
  705. configure:8921: $? = 0
  706. configure:8921: result: yes
  707. configure:8921: checking for unistd.h
  708. configure:8921: gcc -c -g -O2 conftest.c >&5
  709. configure:8921: $? = 0
  710. configure:8921: result: yes
  711. configure:8940: checking cuda_runtime_api.h usability
  712. configure:8940: gcc -c -g -O2 conftest.c >&5
  713. conftest.c:58:30: fatal error: cuda_runtime_api.h: No such file or directory
  714. compilation terminated.
  715. configure:8940: $? = 1
  716. configure: failed program was:
  717. | /* confdefs.h */
  718. | #define PACKAGE_NAME "spral"
  719. | #define PACKAGE_TARNAME "spral"
  720. | #define PACKAGE_VERSION "2016.06.24"
  721. | #define PACKAGE_STRING "spral 2016.06.24"
  722. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  723. | #define PACKAGE_URL ""
  724. | #define PACKAGE "spral"
  725. | #define VERSION "2016.06.24"
  726. | #define HAVE_SCHED_GETCPU 1
  727. | #define HAVE_BLAS 1
  728. | #define HAVE_LAPACK 1
  729. | #define HAVE_METIS 1
  730. | #define STDC_HEADERS 1
  731. | #define HAVE_SYS_TYPES_H 1
  732. | #define HAVE_SYS_STAT_H 1
  733. | #define HAVE_STDLIB_H 1
  734. | #define HAVE_STRING_H 1
  735. | #define HAVE_MEMORY_H 1
  736. | #define HAVE_STRINGS_H 1
  737. | #define HAVE_INTTYPES_H 1
  738. | #define HAVE_STDINT_H 1
  739. | #define HAVE_UNISTD_H 1
  740. | /* end confdefs.h. */
  741. | #include <stdio.h>
  742. | #ifdef HAVE_SYS_TYPES_H
  743. | # include <sys/types.h>
  744. | #endif
  745. | #ifdef HAVE_SYS_STAT_H
  746. | # include <sys/stat.h>
  747. | #endif
  748. | #ifdef STDC_HEADERS
  749. | # include <stdlib.h>
  750. | # include <stddef.h>
  751. | #else
  752. | # ifdef HAVE_STDLIB_H
  753. | # include <stdlib.h>
  754. | # endif
  755. | #endif
  756. | #ifdef HAVE_STRING_H
  757. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  758. | # include <memory.h>
  759. | # endif
  760. | # include <string.h>
  761. | #endif
  762. | #ifdef HAVE_STRINGS_H
  763. | # include <strings.h>
  764. | #endif
  765. | #ifdef HAVE_INTTYPES_H
  766. | # include <inttypes.h>
  767. | #endif
  768. | #ifdef HAVE_STDINT_H
  769. | # include <stdint.h>
  770. | #endif
  771. | #ifdef HAVE_UNISTD_H
  772. | # include <unistd.h>
  773. | #endif
  774. | #include <cuda_runtime_api.h>
  775. configure:8940: result: no
  776. configure:8940: checking cuda_runtime_api.h presence
  777. configure:8940: gcc -E conftest.c
  778. conftest.c:25:30: fatal error: cuda_runtime_api.h: No such file or directory
  779. compilation terminated.
  780. configure:8940: $? = 1
  781. configure: failed program was:
  782. | /* confdefs.h */
  783. | #define PACKAGE_NAME "spral"
  784. | #define PACKAGE_TARNAME "spral"
  785. | #define PACKAGE_VERSION "2016.06.24"
  786. | #define PACKAGE_STRING "spral 2016.06.24"
  787. | #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  788. | #define PACKAGE_URL ""
  789. | #define PACKAGE "spral"
  790. | #define VERSION "2016.06.24"
  791. | #define HAVE_SCHED_GETCPU 1
  792. | #define HAVE_BLAS 1
  793. | #define HAVE_LAPACK 1
  794. | #define HAVE_METIS 1
  795. | #define STDC_HEADERS 1
  796. | #define HAVE_SYS_TYPES_H 1
  797. | #define HAVE_SYS_STAT_H 1
  798. | #define HAVE_STDLIB_H 1
  799. | #define HAVE_STRING_H 1
  800. | #define HAVE_MEMORY_H 1
  801. | #define HAVE_STRINGS_H 1
  802. | #define HAVE_INTTYPES_H 1
  803. | #define HAVE_STDINT_H 1
  804. | #define HAVE_UNISTD_H 1
  805. | /* end confdefs.h. */
  806. | #include <cuda_runtime_api.h>
  807. configure:8940: result: no
  808. configure:8940: checking for cuda_runtime_api.h
  809. configure:8940: result: no
  810. configure:8951: checking for cuda_runtime_api.h
  811. configure:8951: result: no
  812. configure:8967: error: NVCC include path not found
  813.  
  814. ## ---------------- ##
  815. ## Cache variables. ##
  816. ## ---------------- ##
  817.  
  818. ac_cv_build=x86_64-pc-linux-gnu
  819. ac_cv_c_compiler_gnu=yes
  820. ac_cv_cxx_compiler_gnu=yes
  821. ac_cv_env_CCC_set=
  822. ac_cv_env_CCC_value=
  823. ac_cv_env_CC_set=
  824. ac_cv_env_CC_value=
  825. ac_cv_env_CFLAGS_set=
  826. ac_cv_env_CFLAGS_value=
  827. ac_cv_env_CPPFLAGS_set=
  828. ac_cv_env_CPPFLAGS_value=
  829. ac_cv_env_CPP_set=
  830. ac_cv_env_CPP_value=
  831. ac_cv_env_CXXFLAGS_set=
  832. ac_cv_env_CXXFLAGS_value=
  833. ac_cv_env_CXX_set=
  834. ac_cv_env_CXX_value=
  835. ac_cv_env_F77_set=
  836. ac_cv_env_F77_value=
  837. ac_cv_env_FCFLAGS_set=
  838. ac_cv_env_FCFLAGS_value=
  839. ac_cv_env_FC_set=
  840. ac_cv_env_FC_value=
  841. ac_cv_env_FFLAGS_set=
  842. ac_cv_env_FFLAGS_value=
  843. ac_cv_env_HWLOC_CFLAGS_set=
  844. ac_cv_env_HWLOC_CFLAGS_value=
  845. ac_cv_env_HWLOC_LIBS_set=
  846. ac_cv_env_HWLOC_LIBS_value=
  847. ac_cv_env_LDFLAGS_set=
  848. ac_cv_env_LDFLAGS_value=
  849. ac_cv_env_LIBS_set=
  850. ac_cv_env_LIBS_value=
  851. ac_cv_env_NVCCFLAGS_set=
  852. ac_cv_env_NVCCFLAGS_value=
  853. ac_cv_env_NVCC_set=set
  854. ac_cv_env_NVCC_value=nvcc
  855. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  856. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  857. ac_cv_env_PKG_CONFIG_PATH_set=
  858. ac_cv_env_PKG_CONFIG_PATH_value=
  859. ac_cv_env_PKG_CONFIG_set=
  860. ac_cv_env_PKG_CONFIG_value=
  861. ac_cv_env_build_alias_set=
  862. ac_cv_env_build_alias_value=
  863. ac_cv_env_host_alias_set=
  864. ac_cv_env_host_alias_value=
  865. ac_cv_env_target_alias_set=
  866. ac_cv_env_target_alias_value=
  867. ac_cv_f77_compiler_gnu=yes
  868. ac_cv_f77_dummy_main=none
  869. ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath'
  870. ac_cv_f77_mangling='lower case, underscore, no extra underscore'
  871. ac_cv_fc_compiler_gnu=yes
  872. ac_cv_fc_libs=' -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath'
  873. ac_cv_fortran_dummy_main=none
  874. ac_cv_func_cheev_=yes
  875. ac_cv_header_cuda_runtime_api_h=no
  876. ac_cv_header_inttypes_h=yes
  877. ac_cv_header_memory_h=yes
  878. ac_cv_header_stdc=yes
  879. ac_cv_header_stdint_h=yes
  880. ac_cv_header_stdlib_h=yes
  881. ac_cv_header_string_h=yes
  882. ac_cv_header_strings_h=yes
  883. ac_cv_header_sys_stat_h=yes
  884. ac_cv_header_sys_types_h=yes
  885. ac_cv_header_unistd_h=yes
  886. ac_cv_host=x86_64-pc-linux-gnu
  887. ac_cv_objext=o
  888. ac_cv_path_EGREP='/bin/grep -E'
  889. ac_cv_path_GREP=/bin/grep
  890. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  891. ac_cv_path_install='/usr/bin/install -c'
  892. ac_cv_path_mkdir=/bin/mkdir
  893. ac_cv_prog_AWK=mawk
  894. ac_cv_prog_CPP='gcc -E'
  895. ac_cv_prog_ac_ct_CC=gcc
  896. ac_cv_prog_ac_ct_CXX=g++
  897. ac_cv_prog_ac_ct_F77=f77
  898. ac_cv_prog_ac_ct_FC=gfortran
  899. ac_cv_prog_ac_ct_RANLIB=ranlib
  900. ac_cv_prog_c_openmp=-fopenmp
  901. ac_cv_prog_cc_c89=
  902. ac_cv_prog_cc_c99=
  903. ac_cv_prog_cc_g=yes
  904. ac_cv_prog_cxx_g=yes
  905. ac_cv_prog_cxx_openmp=-fopenmp
  906. ac_cv_prog_f77_g=yes
  907. ac_cv_prog_f77_v=-v
  908. ac_cv_prog_fc_g=yes
  909. ac_cv_prog_fc_v=-v
  910. ac_cv_prog_make_make_set=yes
  911. am_cv_CC_dependencies_compiler_type=gcc3
  912. am_cv_CXX_dependencies_compiler_type=gcc3
  913. am_cv_make_support_nested_variables=yes
  914. am_cv_prog_cc_c_o=yes
  915.  
  916. ## ----------------- ##
  917. ## Output variables. ##
  918. ## ----------------- ##
  919.  
  920. ACLOCAL='${SHELL} /home/poofee/spral/missing aclocal-1.15'
  921. AMDEPBACKSLASH='\'
  922. AMDEP_FALSE='#'
  923. AMDEP_TRUE=''
  924. AMTAR='$${TAR-tar}'
  925. AM_BACKSLASH='\'
  926. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  927. AM_DEFAULT_VERBOSITY='1'
  928. AM_V='$(V)'
  929. AUTOCONF='${SHELL} /home/poofee/spral/missing autoconf'
  930. AUTOHEADER='${SHELL} /home/poofee/spral/missing autoheader'
  931. AUTOMAKE='${SHELL} /home/poofee/spral/missing automake-1.15'
  932. AWK='mawk'
  933. BLAS_LIBS='-L/opt/OpenBLAS/lib -lopenblas'
  934. CC='gcc'
  935. CCDEPMODE='depmode=gcc3'
  936. CFLAGS='-g -O2'
  937. CPP='gcc -E'
  938. CPPFLAGS=''
  939. CXX='g++'
  940. CXXDEPMODE='depmode=gcc3'
  941. CXXFLAGS='-g -O2'
  942. CXXLIB='-lstdc++'
  943. CYGPATH_W='echo'
  944. DEFS=''
  945. DEPDIR='.deps'
  946. ECHO_C=''
  947. ECHO_N='-n'
  948. ECHO_T=''
  949. EGREP='/bin/grep -E'
  950. EXEEXT=''
  951. F77='f77'
  952. FC='gfortran'
  953. FCFLAGS='-g -O2'
  954. FCLIBS=' -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath'
  955. FFLAGS='-g -O2'
  956. FLIBS=' -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath'
  957. GREP='/bin/grep'
  958. GTG_INCLUDE=''
  959. GTG_LIBS=''
  960. HAVE_NVCC_FALSE='#'
  961. HAVE_NVCC_TRUE=''
  962. HWLOC_CFLAGS=''
  963. HWLOC_LIBS=''
  964. INSTALL_DATA='${INSTALL} -m 644'
  965. INSTALL_PROGRAM='${INSTALL}'
  966. INSTALL_SCRIPT='${INSTALL}'
  967. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  968. LAPACK_LIBS=''
  969. LDFLAGS=''
  970. LIBOBJS=''
  971. LIBS=''
  972. LTLIBOBJS=''
  973. MAKEINFO='${SHELL} /home/poofee/spral/missing makeinfo'
  974. METIS_LIBS='-L/home/poofee/metis-4.0.3 -lmetis'
  975. METIS_VERSION='4'
  976. MKDIR_P='/bin/mkdir -p'
  977. NO_FORT_MAIN=''
  978. NVCC='nvcc'
  979. NVCCFLAGS='-g -arch=compute_20 -code=compute_20,sm_20,sm_35'
  980. NVCC_INCLUDE_FLAGS=' -I/usr/local/cuda/include'
  981. OBJEXT='o'
  982. OPENMP_CFLAGS='-fopenmp'
  983. OPENMP_CXXFLAGS='-fopenmp'
  984. PACKAGE='spral'
  985. PACKAGE_BUGREPORT='jonathan.hogg@stfc.ac.uk'
  986. PACKAGE_NAME='spral'
  987. PACKAGE_STRING='spral 2016.06.24'
  988. PACKAGE_TARNAME='spral'
  989. PACKAGE_URL=''
  990. PACKAGE_VERSION='2016.06.24'
  991. PATH_SEPARATOR=':'
  992. PKG_CONFIG='/usr/bin/pkg-config --static'
  993. PKG_CONFIG_LIBDIR=''
  994. PKG_CONFIG_PATH=''
  995. RANLIB='ranlib'
  996. SET_MAKE=''
  997. SHELL='/bin/bash'
  998. STRIP=''
  999. VERSION='2016.06.24'
  1000. ac_ct_CC='gcc'
  1001. ac_ct_CXX='g++'
  1002. ac_ct_F77='f77'
  1003. ac_ct_FC='gfortran'
  1004. am__EXEEXT_FALSE=''
  1005. am__EXEEXT_TRUE=''
  1006. am__fastdepCC_FALSE='#'
  1007. am__fastdepCC_TRUE=''
  1008. am__fastdepCXX_FALSE='#'
  1009. am__fastdepCXX_TRUE=''
  1010. am__include='include'
  1011. am__isrc=' -I$(srcdir)'
  1012. am__leading_dot='.'
  1013. am__nodep='_no'
  1014. am__quote=''
  1015. am__tar='$${TAR-tar} chof - "$$tardir"'
  1016. am__untar='$${TAR-tar} xf -'
  1017. bindir='${exec_prefix}/bin'
  1018. build='x86_64-pc-linux-gnu'
  1019. build_alias=''
  1020. build_cpu='x86_64'
  1021. build_os='linux-gnu'
  1022. build_vendor='pc'
  1023. datadir='${datarootdir}'
  1024. datarootdir='${prefix}/share'
  1025. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1026. dvidir='${docdir}'
  1027. exec_prefix='NONE'
  1028. host='x86_64-pc-linux-gnu'
  1029. host_alias=''
  1030. host_cpu='x86_64'
  1031. host_os='linux-gnu'
  1032. host_vendor='pc'
  1033. htmldir='${docdir}'
  1034. includedir='${prefix}/include'
  1035. infodir='${datarootdir}/info'
  1036. install_sh='${SHELL} /home/poofee/spral/install-sh'
  1037. libdir='${exec_prefix}/lib'
  1038. libexecdir='${exec_prefix}/libexec'
  1039. localedir='${datarootdir}/locale'
  1040. localstatedir='${prefix}/var'
  1041. mandir='${datarootdir}/man'
  1042. mkdir_p='$(MKDIR_P)'
  1043. oldincludedir='/usr/include'
  1044. pdfdir='${docdir}'
  1045. prefix='NONE'
  1046. program_transform_name='s,x,x,'
  1047. psdir='${docdir}'
  1048. runstatedir='${localstatedir}/run'
  1049. sbindir='${exec_prefix}/sbin'
  1050. sharedstatedir='${prefix}/com'
  1051. sysconfdir='${prefix}/etc'
  1052. target_alias=''
  1053.  
  1054. ## ----------- ##
  1055. ## confdefs.h. ##
  1056. ## ----------- ##
  1057.  
  1058. /* confdefs.h */
  1059. #define PACKAGE_NAME "spral"
  1060. #define PACKAGE_TARNAME "spral"
  1061. #define PACKAGE_VERSION "2016.06.24"
  1062. #define PACKAGE_STRING "spral 2016.06.24"
  1063. #define PACKAGE_BUGREPORT "jonathan.hogg@stfc.ac.uk"
  1064. #define PACKAGE_URL ""
  1065. #define PACKAGE "spral"
  1066. #define VERSION "2016.06.24"
  1067. #define HAVE_SCHED_GETCPU 1
  1068. #define HAVE_BLAS 1
  1069. #define HAVE_LAPACK 1
  1070. #define HAVE_METIS 1
  1071. #define STDC_HEADERS 1
  1072. #define HAVE_SYS_TYPES_H 1
  1073. #define HAVE_SYS_STAT_H 1
  1074. #define HAVE_STDLIB_H 1
  1075. #define HAVE_STRING_H 1
  1076. #define HAVE_MEMORY_H 1
  1077. #define HAVE_STRINGS_H 1
  1078. #define HAVE_INTTYPES_H 1
  1079. #define HAVE_STDINT_H 1
  1080. #define HAVE_UNISTD_H 1
  1081.  
  1082. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement