H5lib_settings.c 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* Generated automatically by H5make_libsettings -- do not edit */
  2. /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  3. * Copyright by The HDF Group. *
  4. * Copyright by the Board of Trustees of the University of Illinois. *
  5. * All rights reserved. *
  6. * *
  7. * This file is part of HDF5. The full HDF5 copyright notice, including *
  8. * terms governing use, modification, and redistribution, is contained in *
  9. * the COPYING file, which can be found at the root of the source code *
  10. * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
  11. * If you do not have access to either file, you may request a copy from *
  12. * help@hdfgroup.org. *
  13. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  14. *
  15. * Created: Jan 29, 2019
  16. * root <root@qemux86-64>
  17. *
  18. * Purpose: This machine-generated source code contains
  19. * information about the library build configuration
  20. *
  21. * Modifications:
  22. *
  23. * DO NOT MAKE MODIFICATIONS TO THIS FILE!
  24. * It was generated by code in `H5make_libsettings.c'.
  25. *
  26. *-------------------------------------------------------------------------
  27. */
  28. char H5libhdf5_settings[]=
  29. " SUMMARY OF THE HDF5 CONFIGURATION\n"
  30. " =================================\n"
  31. "\n"
  32. "General Information:\n"
  33. "-------------------\n"
  34. " HDF5 Version: 1.8.19\n"
  35. " Configured on: 2019-01-29\n"
  36. " Configured by: Ninja\n"
  37. " Configure mode: CMAKE 3.12.2\n"
  38. " Host system: Linux-4.4.0-31-generic\n"
  39. " Uname information: Linux\n"
  40. " Byte sex: little-endian\n"
  41. " Libraries: \n"
  42. " Installation point: /usr\n"
  43. "\n"
  44. "Compiling Options:\n"
  45. "------------------\n"
  46. " Compilation Mode: \n"
  47. " H5_CFLAGS: \n"
  48. " AM_CFLAGS: \n"
  49. " CPPFLAGS: \n"
  50. " H5_CPPFLAGS: \n"
  51. " AM_CPPFLAGS: \n"
  52. " Shared C Library: YES\n"
  53. " Static C Library: YES\n"
  54. " Statically Linked Executables: OFF\n"
  55. " LDFLAGS: -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed\n"
  56. " AM_LDFLAGS: \n"
  57. " Extra libraries: m;dl\n"
  58. " Debugged Packages: \n"
  59. " API Tracing: OFF\n"
  60. "\n"
  61. "Languages:\n"
  62. "----------\n"
  63. " Fortran: OFF\n"
  64. " Fortran Compiler: \n"
  65. " Fortran 2003 Compiler: \n"
  66. " Fortran Flags: \n"
  67. " H5 Fortran Flags: \n"
  68. " AM Fortran Flags: \n"
  69. " Shared Fortran Library: YES\n"
  70. " Static Fortran Library: YES\n"
  71. "\n"
  72. " H5 C++ Flags: \n"
  73. " AM C++ Flags: \n"
  74. " Shared C++ Library: YES\n"
  75. " Static C++ Library: YES\n"
  76. "\n"
  77. "Features:\n"
  78. "---------\n"
  79. " Parallel HDF5: OFF\n"
  80. " High Level library: ON\n"
  81. " Threadsafety: OFF\n"
  82. " Default API Mapping: v18\n"
  83. " With Deprecated Public Symbols: ON\n"
  84. " I/O filters (external): \n"
  85. " MPE: \n"
  86. " Direct VFD: \n"
  87. " dmalloc: \n"
  88. "Clear file buffers before write: ON\n"
  89. " Using memory checker: OFF\n"
  90. " Function Stack Tracing: OFF\n"
  91. " Strict File Format Checks: OFF\n"
  92. " Optimization Instrumentation: \n"
  93. ;