/usr/include/trilinos/Piro_config.hpp is in libtrilinos-piro-dev 12.12.1-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | #ifndef PIRO_CONFIG_HPP
#define PIRO_CONFIG_HPP
/* Define if want to build examples */
/* #undef HAVE_EXAMPLES */
/* Define if you want to build export makefiles. */
/* #undef HAVE_EXPORT_MAKEFILES */
/* Define if you are using gnumake - this will shorten your link lines. */
/* #undef HAVE_GNUMAKE */
/* define if we want to use MPI */
#define HAVE_MPI
/* Define if want to build piro-tests */
/* #undef HAVE_PIRO_TESTS */
/* Defines for optional package dependencies */
#define HAVE_PIRO_NOX
/* DEPRECATED */
#define Piro_ENABLE_NOX
#define HAVE_PIRO_RYTHMOS
/* DEPRECATED */
#define Piro_ENABLE_Rythmos
/* #undef HAVE_PIRO_TEMPUS */
/* DEPRECATED */
/* #undef Piro_ENABLE_Tempus */
/* #undef HAVE_PIRO_MOOCHO */
/* DEPRECATED */
/* #undef Piro_ENABLE_MOOCHO */
#define HAVE_PIRO_STOKHOS
/* DEPRECATED */
#define Piro_ENABLE_Stokhos
#define HAVE_PIRO_OPTIPACK
/* DEPRECATED */
#define Piro_ENABLE_OptiPack
/* #undef HAVE_PIRO_TRIKOTA */
/* DEPRECATED */
/* #undef Piro_ENABLE_TriKota */
#define HAVE_PIRO_ROL
/* DEPRECATED */
#define Piro_ENABLE_ROL
#define HAVE_PIRO_IFPACK2
/* DEPRECATED */
#define Piro_ENABLE_Ifpack2
#define HAVE_PIRO_MUELU
/* DEPRECATED */
#define Piro_ENABLE_MueLu
#define HAVE_PIRO_THYRAEPETRAADAPTERS
#define HAVE_PIRO_THYRAEPETRAEXTADAPTERS
#define HAVE_PIRO_EPETRA
#define HAVE_PIRO_EPETRAEXT
#define HAVE_PIRO_TPETRA
/* Define to the address where bug reports for this package should be sent. */
/* #undef PACKAGE_BUGREPORT */
/* Define to the full name of this package. */
#define PACKAGE_NAME Piro
/* Define to the full name and version of this package. */
/* #undef PACKAGE_STRING */
/* Define to the one symbol short name of this package. */
/* #undef PACKAGE_TARNAME */
/* Define to the version of this package. */
/* #undef PACKAGE_VERSION */
#endif
|