/usr/include/trilinos/RythmosConfig.cmake is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.
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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | ##############################################################################
#
# CMake variable for use by Trilinos/Rythmos clients.
#
# Do not edit: This file was generated automatically by CMake.
#
##############################################################################
## ---------------------------------------------------------------------------
## Compilers used by Trilinos/Rythmos build
## ---------------------------------------------------------------------------
SET(Rythmos_CXX_COMPILER "/usr/bin/mpic++")
SET(Rythmos_C_COMPILER "/usr/bin/mpicc")
SET(Rythmos_FORTRAN_COMPILER "/usr/bin/mpif77")
## ---------------------------------------------------------------------------
## Compiler flags used by Trilinos/Rythmos build
## ---------------------------------------------------------------------------
## Set compiler flags, including those determined by build type
SET(Rythmos_CXX_FLAGS " -g -fPIC -O2 -g -O0")
SET(Rythmos_C_FLAGS " -g -fPIC -O2 -g -O0")
SET(Rythmos_FORTRAN_FLAGS " -g")
## Extra link flags (e.g., specification of fortran libraries)
SET(Rythmos_EXTRA_LD_FLAGS "")
## This is the command-line entry used for setting rpaths. In a build
## with static libraries it will be empty.
SET(Rythmos_SHARED_LIB_RPATH_COMMAND "-Wl,-rpath,/usr/lib")
SET(Rythmos_BUILD_SHARED_LIBS "ON")
SET(Rythmos_LINKER /usr/bin/ld)
SET(Rythmos_AR /usr/bin/ar)
## ---------------------------------------------------------------------------
## Set library specifications and paths
## ---------------------------------------------------------------------------
## List of package include dirs
SET(Rythmos_INCLUDE_DIRS "/usr/include/trilinos")
## List of package library paths
SET(Rythmos_LIBRARY_DIRS "/usr/lib")
## List of package libraries
SET(Rythmos_LIBRARIES "trilinos_rythmos;trilinos_thyratpetra;trilinos_thyraepetraext;trilinos_thyraepetra;trilinos_thyra;trilinos_epetraext;trilinos_tpetrainout;trilinos_tpetra;trilinos_triutils;trilinos_zoltan;trilinos_epetra;trilinos_kokkoslinalg;trilinos_kokkosnodeapi;trilinos_kokkos;trilinos_rtop;trilinos_tpi;trilinos_teuchos")
## Specification of directories for TPL headers
SET(Rythmos_TPL_INCLUDE_DIRS "")
## Specification of directories for TPL libraries
SET(Rythmos_TPL_LIBRARY_DIRS "")
## List of required TPLs
SET(Rythmos_TPL_LIBRARIES "/usr/lib/liblapack.so;/usr/lib/libblas.so")
## ---------------------------------------------------------------------------
## MPI specific variables
## These variables are provided to make it easier to get the mpi libraries
## and includes on systems that do not use the mpi wrappers for compiling
## ---------------------------------------------------------------------------
SET(Rythmos_MPI_LIBRARIES "")
SET(Rythmos_MPI_LIBRARY_DIRS "")
SET(Rythmos_MPI_INCLUDE_DIRS "")
SET(Rythmos_MPI_EXEC "MPI_EXEC-NOTFOUND")
SET(Rythmos_MPI_EXEC_MAX_NUMPROCS "")
SET(Rythmos_MPI_EXEC_NUMPROCS_FLAG "")
## ---------------------------------------------------------------------------
## Set useful general variables
## ---------------------------------------------------------------------------
## The packages enabled for this project
SET(Rythmos_PACKAGE_LIST "Rythmos;Thyra;EpetraExt;Tpetra;Triutils;Zoltan;Epetra;Kokkos;RTOp;ThreadPool;Teuchos")
## The TPLs enabled for this project
SET(Rythmos_TPL_LIST "LAPACK;BLAS;MPI")
|