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