Hello,
I am in the process of reinstalling dealii on my computer and I am able to
generate the build files and install everything. However, when I try to run
"make test" I get a strange error. Attached is also my detailed and
summary log.
I currently am running the following commands for generating the build
files.
cmake -DDEAL_II_WITH_PETSC=ON
-DCMAKE_INSTALL_PREFIX=/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/DEAL_II_INSTAL
L -DPETSC_DIR=$PETSC_DIR -DPETSC_ARCH=$PETSC_ARCH -DDEAL_II_WITH_MPI=ON
-DDEAL_II_WITH_HDF5=OFF ..
and then this command to install
make --jobs=32 install
when I run
make test
I get the error pasted at the end of this message. Note that I get this
error multiple times and sometimes it says Imported target
"dealii::dealii_release
as well as Imported target "dealii::dealii_debug.
CMake Error in CMakeLists.txt:
Imported target "dealii::dealii_debug" includes non-existent path
"/usr/include/openmpi-x86_64/hypre"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
Thanks for any help,
Mark
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/49776291-2ae8-445e-b645-e409c5b480c0n%40googlegroups.com.
###
#
# deal.II configuration:
# CMAKE_BUILD_TYPE: DebugRelease
# BUILD_SHARED_LIBS: ON
# CMAKE_INSTALL_PREFIX: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/DEAL_II_INSTALL
# CMAKE_SOURCE_DIR: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii
# (version 9.7.0-pre, shortrev 898bd72bf3)
# CMAKE_BINARY_DIR: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build
# CMAKE_CXX_COMPILER: GNU 13.3.1 on platform Linux x86_64
# /usr/bin/c++
# CMAKE_C_COMPILER: /usr/bin/cc
# CMAKE_Fortran_COMPILER: /usr/bin/gfortran
# CMAKE_GENERATOR: Unix Makefiles
# C++ language standard: C++17
# Vectorization level: 128 bit (sse2)
#
# Exported compiler and linker flags:
# DEAL_II_CXX_FLAGS: -fopenmp-simd
# DEAL_II_CXX_FLAGS_RELEASE: -O2 -funroll-loops -funroll-all-loops -Wno-unused-local-typedefs -Wno-unused-parameter
# DEAL_II_CXX_FLAGS_DEBUG: -O0 -ggdb -Wa,--compress-debug-sections
# DEAL_II_WARNING_FLAGS: -pedantic -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-placement-new -Wno-deprecated-declarations -Wno-literal-suffix -Wno-psabi -Wno-parentheses -Wno-unused-local-typedefs
# DEAL_II_LINKER_FLAGS: -rdynamic -fuse-ld=gold
# DEAL_II_LINKER_FLAGS_RELEASE:
# DEAL_II_LINKER_FLAGS_DEBUG: -ggdb -Wl,--compress-debug-sections=zlib
# Library targets:
#
# Target: dealii
# TYPE: INTERFACE_LIBRARY
# INTERFACE_LINK_LIBRARIES: $<$<CONFIG:Debug>:dealii::dealii_debug>,$<$<CONFIG:Release>:dealii::dealii_release>
# INTERFACE_COMPILE_OPTIONS: $<$<COMPILE_LANGUAGE:CXX>:-fopenmp-simd>,$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:CXX>>:-O0,-ggdb,-Wa,--compress-debug-sections>,$<$<AND:$<CONFIG:Release>,$<COMPILE_LANGUAGE:CXX>>:-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter>
# INTERFACE_LINK_OPTIONS: -rdynamic,-fuse-ld=gold,$<$<CONFIG:Debug>:-ggdb,-Wl,--compress-debug-sections=zlib>,$<$<CONFIG:Release>:>
#
# Target: dealii_debug
# TYPE: SHARED_LIBRARY
# VERSION: 9.7.0-pre
# SOVERSION: 9.7.0-pre
# LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk,bundled_kokkos_debug,bundled_tbb_debug,bundled_umfpack_L_UMF_debug,bundled_umfpack_Z_UMF_debug,bundled_umfpack_L_UMFPACK_debug,bundled_umfpack_DL_TSOLVE_debug,bundled_umfpack_DL_TRIPLET_MAP_NOX_debug,bundled_umfpack_DL_TRIPLET_MAP_X_debug,bundled_umfpack_DL_TRIPLET_NOMAP_X_debug,bundled_umfpack_DL_TRIPLET_NOMAP_NOX_debug,bundled_umfpack_DL_STORE_debug,bundled_umfpack_DL_ASSEMBLE_debug,bundled_umfpack_DL_SOLVE_debug,bundled_umfpack_ZL_TSOLVE_debug,bundled_umfpack_ZL_TRIPLET_MAP_NOX_debug,bundled_umfpack_ZL_TRIPLET_MAP_X_debug,bundled_umfpack_ZL_TRIPLET_NOMAP_X_debug,bundled_umfpack_ZL_TRIPLET_NOMAP_NOX_debug,bundled_umfpack_ZL_STORE_debug,bundled_umfpack_ZL_ASSEMBLE_debug,bundled_umfpack_ZL_SOLVE_debug,bundled_umfpack_GENERIC_debug,bundled_amd_int_debug,bundled_amd_long_debug,bundled_amd_global_debug,bundled_muparser_debug,object_numerics_debug,object_fe_debug,object_matrix_free_debug,object_dofs_debug,object_lac_debug,object_base_debug,object_cgal_debug,object_gmsh_debug,object_grid_debug,object_hp_debug,object_multigrid_debug,object_distributed_debug,object_algorithms_debug,object_integrators_debug,object_meshworker_debug,object_opencascade_debug,object_particle_debug,object_differentiation_ad_debug,object_differentiation_sd_debug,object_physics_elasticity_debug,object_physics_debug,object_rol_debug,object_non_matching_debug,object_sundials_debug,object_trilinos_debug,object_arborx_debug
# INCLUDE_DIRECTORIES: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/UMFPACK/Include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/AMD/Include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/algorithms/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/containers/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/core/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/simd/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/tpls/desul/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/muparser_v2_3_3//include
# COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS
# COMPILE_OPTIONS: -pedantic,-Wall,-Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-parentheses,-Wno-unused-local-typedefs,-fopenmp-simd,-O0,-ggdb,-Wa,--compress-debug-sections
# LINK_OPTIONS: -rdynamic,-fuse-ld=gold,-ggdb,-Wl,--compress-debug-sections=zlib
# INTERFACE_LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk
# INTERFACE_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/UMFPACK/Include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/AMD/Include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/algorithms/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/containers/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/core/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/simd/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/tpls/desul/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled>
# INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/UMFPACK/Include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/AMD/Include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/algorithms/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/containers/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/core/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/simd/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/tpls/desul/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled>
# INTERFACE_COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS
#
# Target: dealii_release
# TYPE: SHARED_LIBRARY
# VERSION: 9.7.0-pre
# SOVERSION: 9.7.0-pre
# LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk,bundled_kokkos_release,bundled_tbb_release,bundled_umfpack_L_UMF_release,bundled_umfpack_Z_UMF_release,bundled_umfpack_L_UMFPACK_release,bundled_umfpack_DL_TSOLVE_release,bundled_umfpack_DL_TRIPLET_MAP_NOX_release,bundled_umfpack_DL_TRIPLET_MAP_X_release,bundled_umfpack_DL_TRIPLET_NOMAP_X_release,bundled_umfpack_DL_TRIPLET_NOMAP_NOX_release,bundled_umfpack_DL_STORE_release,bundled_umfpack_DL_ASSEMBLE_release,bundled_umfpack_DL_SOLVE_release,bundled_umfpack_ZL_TSOLVE_release,bundled_umfpack_ZL_TRIPLET_MAP_NOX_release,bundled_umfpack_ZL_TRIPLET_MAP_X_release,bundled_umfpack_ZL_TRIPLET_NOMAP_X_release,bundled_umfpack_ZL_TRIPLET_NOMAP_NOX_release,bundled_umfpack_ZL_STORE_release,bundled_umfpack_ZL_ASSEMBLE_release,bundled_umfpack_ZL_SOLVE_release,bundled_umfpack_GENERIC_release,bundled_amd_int_release,bundled_amd_long_release,bundled_amd_global_release,bundled_muparser_release,object_numerics_release,object_fe_release,object_matrix_free_release,object_dofs_release,object_lac_release,object_base_release,object_cgal_release,object_gmsh_release,object_grid_release,object_hp_release,object_multigrid_release,object_distributed_release,object_algorithms_release,object_integrators_release,object_meshworker_release,object_opencascade_release,object_particle_release,object_differentiation_ad_release,object_differentiation_sd_release,object_physics_elasticity_release,object_physics_release,object_rol_release,object_non_matching_release,object_sundials_release,object_trilinos_release,object_arborx_release
# INCLUDE_DIRECTORIES: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/UMFPACK/Include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/AMD/Include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/algorithms/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/containers/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/core/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/simd/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/tpls/desul/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/muparser_v2_3_3//include
# COMPILE_DEFINITIONS: NDEBUG
# COMPILE_OPTIONS: -pedantic,-Wall,-Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-parentheses,-Wno-unused-local-typedefs,-fopenmp-simd,-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter
# LINK_OPTIONS: -rdynamic,-fuse-ld=gold
# INTERFACE_LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk
# INTERFACE_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/UMFPACK/Include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/AMD/Include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/algorithms/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/containers/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/core/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/simd/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/tpls/desul/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled>
# INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/UMFPACK/Include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/umfpack/AMD/Include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/algorithms/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/containers/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/core/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/simd/src>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/tpls/desul/include>,$<BUILD_INTERFACE:/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled>
# INTERFACE_COMPILE_DEFINITIONS: NDEBUG
#
# Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION = ON):
# ( DEAL_II_WITH_64BIT_INDICES = OFF )
# ( DEAL_II_WITH_ADOLC = OFF )
# ( DEAL_II_WITH_ARBORX = OFF )
# ( DEAL_II_WITH_ARPACK = OFF )
# ( DEAL_II_WITH_ASSIMP = OFF )
# DEAL_II_WITH_BOOST set up with external dependencies
# BOOST_VERSION = 1.81.0
# ( DEAL_II_WITH_CGAL = OFF )
# ( DEAL_II_WITH_COMPLEX_VALUES = OFF )
# ( DEAL_II_WITH_GINKGO = OFF )
# ( DEAL_II_WITH_GMSH = OFF )
# DEAL_II_WITH_GSL set up with external dependencies
# GSL_VERSION = 7.1
# ( DEAL_II_WITH_HDF5 = OFF )
# DEAL_II_WITH_KOKKOS set up with bundled packages
# KOKKOS_VERSION = 3.7.0
# KOKKOS_VERSION =
# KOKKOS_BACKENDS = Serial
# KOKKOS_ARCHITECTURES =
# DEAL_II_WITH_LAPACK set up with external dependencies
# LAPACK_WITH_64BIT_BLAS_INDICES = OFF
# ( DEAL_II_WITH_METIS = OFF )
# DEAL_II_WITH_MPI set up with external dependencies
# MPI_VERSION = 3.1
# MPI_C_COMPILER = /usr/lib64/openmpi/bin/mpicc
# MPI_CXX_COMPILER = /usr/lib64/openmpi/bin/mpicxx
# MPI_Fortran_COMPILER = /usr/lib64/openmpi/bin/mpif90
# MPI_CXX_VERSION = 3.1
# DEAL_II_WITH_MUPARSER set up with bundled packages
# MUPARSER_VERSION = 2.3.3
# ( DEAL_II_WITH_OPENCASCADE = OFF )
# ( DEAL_II_WITH_P4EST = OFF )
# DEAL_II_WITH_PETSC set up with external dependencies
# PETSC_VERSION = 3.21.4.
# PETSC_DIR = /storage/mbsimmon/EXTERNAL_SOFTWARES/COMPUTE_12/petsc
# ( DEAL_II_WITH_SCALAPACK = OFF )
# ( DEAL_II_WITH_SLEPC = OFF )
# ( DEAL_II_WITH_SUNDIALS = OFF )
# ( DEAL_II_WITH_SYMENGINE = OFF )
# ( DEAL_II_WITH_TASKFLOW = OFF )
# DEAL_II_WITH_TBB set up with bundled packages
# TBB_VERSION = 2018.0
# ( DEAL_II_WITH_TRILINOS = OFF )
# DEAL_II_WITH_UMFPACK set up with bundled packages
# UMFPACK_VERSION = 5.0.2
# DEAL_II_WITH_VTK set up with external dependencies
# VTK_VERSION = 9.2.6
# VTK_DIR = /usr/lib64/cmake/vtk
# DEAL_II_WITH_ZLIB set up with external dependencies
# ZLIB_VERSION = 1.2.13
#
# Interface targets:
#
# Target: interface_boost
# TYPE: INTERFACE_LIBRARY
# INTERFACE_LINK_LIBRARIES: /usr/lib64/libboost_iostreams.so,/usr/lib64/libboost_serialization.so,/usr/lib64/libboost_system.so,/usr/lib64/libboost_thread.so,/usr/lib64/libboost_regex.so,/usr/lib64/libboost_chrono.so,/usr/lib64/libboost_atomic.so
# INTERFACE_INCLUDE_DIRECTORIES: /usr/include
# INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/include
#
# Target: interface_gsl
# TYPE: INTERFACE_LIBRARY
# INTERFACE_LINK_LIBRARIES: /usr/lib64/libgsl.so,/usr/lib64/libgslcblas.so
# INTERFACE_INCLUDE_DIRECTORIES: /usr/include
# INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/include
#
# Target: bundled_kokkos_debug
# TYPE: OBJECT_LIBRARY
# LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk
# INCLUDE_DIRECTORIES: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/algorithms/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/containers/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/core/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/simd/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/tpls/desul/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include
# COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS
# COMPILE_OPTIONS: -pedantic,-Wall,-Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-parentheses,-Wno-unused-local-typedefs,-Wno-float-conversion,-Wno-missing-field-initializers,-Wno-suggest-override,-Wno-unused-but-set-parameter,-fopenmp-simd,-O0,-ggdb,-Wa,--compress-debug-sections
# INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_boost>,$<LINK_ONLY:interface_petsc>,$<LINK_ONLY:interface_gsl>,$<LINK_ONLY:interface_vtk>
#
# Target: bundled_kokkos_release
# TYPE: OBJECT_LIBRARY
# LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk
# INCLUDE_DIRECTORIES: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/algorithms/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/containers/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/core/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/simd/src,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/kokkos-3.7.00/tpls/desul/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include
# COMPILE_DEFINITIONS: NDEBUG
# COMPILE_OPTIONS: -pedantic,-Wall,-Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-parentheses,-Wno-unused-local-typedefs,-Wno-float-conversion,-Wno-missing-field-initializers,-Wno-suggest-override,-Wno-unused-but-set-parameter,-fopenmp-simd,-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter
# INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_boost>,$<LINK_ONLY:interface_petsc>,$<LINK_ONLY:interface_gsl>,$<LINK_ONLY:interface_vtk>
#
# Target: interface_lapack
# TYPE: INTERFACE_LIBRARY
# INTERFACE_LINK_LIBRARIES: -lm,-ldl,/usr/lib64/libflexiblas.so
#
# Target: interface_mpi
# TYPE: INTERFACE_LIBRARY
# INTERFACE_LINK_LIBRARIES: /usr/lib64/openmpi/lib/libmpi_cxx.so,/usr/lib64/openmpi/lib/libmpi_usempif08.so,/usr/lib64/openmpi/lib/libmpi_usempi_ignore_tkr.so,/usr/lib64/openmpi/lib/libmpi_mpifh.so,/usr/lib64/openmpi/lib/libmpi.so
# INTERFACE_INCLUDE_DIRECTORIES: /usr/include/openmpi-x86_64
# INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/include/openmpi-x86_64
# INTERFACE_LINK_OPTIONS: SHELL:-Wl,-rpath -Wl,/usr/lib64/openmpi/lib,-Wl,--enable-new-dtags
#
# Target: bundled_muparser_debug
# TYPE: OBJECT_LIBRARY
# LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk
# INCLUDE_DIRECTORIES: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/muparser_v2_3_3/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include
# COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS
# COMPILE_OPTIONS: -Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-parentheses,-Wno-unused-local-typedefs,-Wno-switch,-Wno-implicit-fallthrough,-Wno-cast-function-type,-Wno-float-conversion,-fopenmp-simd,-O0,-ggdb,-Wa,--compress-debug-sections
# INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_boost>,$<LINK_ONLY:interface_petsc>,$<LINK_ONLY:interface_gsl>,$<LINK_ONLY:interface_vtk>
#
# Target: bundled_muparser_release
# TYPE: OBJECT_LIBRARY
# LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk
# INCLUDE_DIRECTORIES: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/muparser_v2_3_3/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include
# COMPILE_DEFINITIONS: NDEBUG
# COMPILE_OPTIONS: -Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-parentheses,-Wno-unused-local-typedefs,-Wno-switch,-Wno-implicit-fallthrough,-Wno-cast-function-type,-Wno-float-conversion,-fopenmp-simd,-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter
# INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_boost>,$<LINK_ONLY:interface_petsc>,$<LINK_ONLY:interface_gsl>,$<LINK_ONLY:interface_vtk>
#
# Target: interface_petsc
# TYPE: INTERFACE_LIBRARY
# INTERFACE_LINK_LIBRARIES: /usr/lib64/openmpi/lib/libpetsc.so,/usr/lib64/openmpi/lib/libsuperlu_dist.so,/usr/lib64/libflexiblas.so,/usr/lib64/openmpi/lib/libptscotch.so,/usr/lib64/openmpi/lib/libscotch.so,/usr/lib64/openmpi/lib/libptscotcherr.so,/usr/lib64/openmpi/lib/libscotcherr.so,/usr/lib64/openmpi/lib/libhdf5.so,/usr/lib64/openmpi/lib/libhdf5_hl.so,m,/usr/lib64/libX11.so,quadmath,/usr/lib64/openmpi/lib/libmpi.so,/usr/lib64/openmpi/lib/libmpi_mpifh.so
# INTERFACE_INCLUDE_DIRECTORIES: /storage/mbsimmon/EXTERNAL_SOFTWARES/COMPUTE_12/petsc/include,/storage/mbsimmon/EXTERNAL_SOFTWARES/COMPUTE_12/petsc/arch-linux2-c-debug/include,/usr/include,/usr/include/openmpi-x86_64/petsc,/usr/lib64/gfortran/modules/openmpi/petsc,/usr/include/openmpi-x86_64/hypre,/usr/include/openmpi-x86_64/superlu_dist
# INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /storage/mbsimmon/EXTERNAL_SOFTWARES/COMPUTE_12/petsc/include,/storage/mbsimmon/EXTERNAL_SOFTWARES/COMPUTE_12/petsc/arch-linux2-c-debug/include,/usr/include,/usr/include/openmpi-x86_64/petsc,/usr/lib64/gfortran/modules/openmpi/petsc,/usr/include/openmpi-x86_64/hypre,/usr/include/openmpi-x86_64/superlu_dist
#
# Target: bundled_tbb_debug
# TYPE: OBJECT_LIBRARY
# LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk
# INCLUDE_DIRECTORIES: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/src/../include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/src/rml/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include
# COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS,__TBB_BUILD=1,USE_PTHREAD,DO_ITT_NOTIFY
# COMPILE_OPTIONS: -Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-parentheses,-Wno-unused-local-typedefs,-Wno-implicit-fallthrough,-Wno-stringop-overflow,-Wno-deprecated-copy,-fopenmp-simd,-flifetime-dse=1,-O0,-ggdb,-Wa,--compress-debug-sections
# INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_boost>,$<LINK_ONLY:interface_petsc>,$<LINK_ONLY:interface_gsl>,$<LINK_ONLY:interface_vtk>
#
# Target: bundled_tbb_release
# TYPE: OBJECT_LIBRARY
# LINK_LIBRARIES: dl,interface_lapack,interface_mpi,interface_zlib,interface_boost,interface_petsc,interface_gsl,interface_vtk
# INCLUDE_DIRECTORIES: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/src/../include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/bundled/tbb-2018_U2/src/rml/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build/include,/storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/include
# COMPILE_DEFINITIONS: NDEBUG,__TBB_BUILD=1,USE_PTHREAD,DO_ITT_NOTIFY
# COMPILE_OPTIONS: -Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-parentheses,-Wno-unused-local-typedefs,-Wno-implicit-fallthrough,-Wno-stringop-overflow,-Wno-deprecated-copy,-fopenmp-simd,-flifetime-dse=1,-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter
# INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_boost>,$<LINK_ONLY:interface_petsc>,$<LINK_ONLY:interface_gsl>,$<LINK_ONLY:interface_vtk>
#
# Target: interface_vtk
# TYPE: INTERFACE_LIBRARY
# INTERFACE_LINK_LIBRARIES: /usr/lib64/libvtkWrappingTools.so.9.2.6,/usr/lib64/libvtkWebCore.so.9.2.6,/usr/lib64/libvtksys.so.9.2.6,/usr/lib64/libvtkWebGLExporter.so.9.2.6,/usr/lib64/libvtkViewsQt.so.9.2.6,/usr/lib64/libvtkViewsInfovis.so.9.2.6,/usr/lib64/libvtkCommonColor.so.9.2.6,/usr/lib64/libvtkJava.so.9.2.6,/usr/lib64/libvtkViewsContext2D.so.9.2.6,/usr/lib64/libvtkloguru.so.9.2.6,/usr/lib64/libvtkTestingRendering.so.9.2.6,/usr/lib64/libvtkRenderingQt.so.9.2.6,/usr/lib64/libvtkRenderingVolumeOpenGL2.so.9.2.6,/usr/lib64/libvtkRenderingLabel.so.9.2.6,/usr/lib64/libvtkRenderingLOD.so.9.2.6,/usr/lib64/libvtkRenderingLICOpenGL2.so.9.2.6,/usr/lib64/libvtkRenderingImage.so.9.2.6,/usr/lib64/libvtkRenderingContextOpenGL2.so.9.2.6,/usr/lib64/libvtkIOVeraOut.so.9.2.6,/usr/lib64/libvtkIOTecplotTable.so.9.2.6,/usr/lib64/libvtkIOSegY.so.9.2.6,/usr/lib64/libvtkIOParallelXML.so.9.2.6,/usr/lib64/libvtkIOPLY.so.9.2.6,/usr/lib64/libvtkIOOggTheora.so.9.2.6,/usr/lib64/libvtkIONetCDF.so.9.2.6,/usr/lib64/libvtkIOMySQL.so.9.2.6,/usr/lib64/libvtkTestingIOSQL.so.9.2.6,/usr/lib64/libvtkIOMotionFX.so.9.2.6,/usr/lib64/libvtkIOParallel.so.9.2.6,/usr/lib64/libvtkRenderingParallel.so.9.2.6,/usr/lib64/libvtkIOMINC.so.9.2.6,/usr/lib64/libvtkIOLSDyna.so.9.2.6,/usr/lib64/libvtkIOInfovis.so.9.2.6,/usr/lib64/libvtkIOImport.so.9.2.6,/usr/lib64/libvtkIOIOSS.so.9.2.6,/usr/lib64/libvtkfmt.so.9.2.6,/usr/lib64/libvtkioss.so.9.2.6,/usr/lib64/libvtkexodusII.so.9.2.6,/usr/lib64/libvtkIOVideo.so.9.2.6,/usr/lib64/libvtkIOMovie.so.9.2.6,/usr/lib64/libvtkIOExportPDF.so.9.2.6,/usr/lib64/libvtkIOExportGL2PS.so.9.2.6,/usr/lib64/libvtkRenderingGL2PSOpenGL2.so.9.2.6,/usr/lib64/libvtkgl2ps.so.9.2.6,/usr/lib64/libvtkIOExport.so.9.2.6,/usr/lib64/libvtkRenderingVtkJS.so.9.2.6,/usr/lib64/libvtkRenderingSceneGraph.so.9.2.6,/usr/lib64/libvtkIOExodus.so.9.2.6,/usr/lib64/libvtkIOEnSight.so.9.2.6,/usr/lib64/libvtkIOCityGML.so.9.2.6,/usr/lib64/libvtkIOChemistry.so.9.2.6,/usr/lib64/libvtkIOCesium3DTiles.so.9.2.6,/usr/lib64/libvtkIOGeometry.so.9.2.6,/usr/lib64/libvtkIOCONVERGECFD.so.9.2.6,/usr/lib64/libvtkIOHDF.so.9.2.6,/usr/lib64/libvtkIOCGNSReader.so.9.2.6,/usr/lib64/libvtkIOAsynchronous.so.9.2.6,/usr/lib64/libvtkIOAMR.so.9.2.6,/usr/lib64/libvtkInteractionImage.so.9.2.6,/usr/lib64/libvtkInfovisBoostGraphAlgorithms.so.9.2.6,/usr/lib64/libvtkImagingStencil.so.9.2.6,/usr/lib64/libvtkImagingStatistics.so.9.2.6,/usr/lib64/libvtkImagingOpenGL2.so.9.2.6,/usr/lib64/libvtkImagingMorphological.so.9.2.6,/usr/lib64/libvtkImagingMath.so.9.2.6,/usr/lib64/libvtkImagingFourier.so.9.2.6,/usr/lib64/libvtkGUISupportQtSQL.so.9.2.6,/usr/lib64/libvtkIOSQL.so.9.2.6,/usr/lib64/libvtkGUISupportQtQuick.so.9.2.6,/usr/lib64/libvtkGUISupportQt.so.9.2.6,/usr/lib64/libvtkGeovisGDAL.so.9.2.6,/usr/lib64/libvtkIOGDAL.so.9.2.6,/usr/lib64/libvtkGeovisCore.so.9.2.6,/usr/lib64/libvtkInfovisLayout.so.9.2.6,/usr/lib64/libvtkViewsCore.so.9.2.6,/usr/lib64/libvtkInteractionWidgets.so.9.2.6,/usr/lib64/libvtkRenderingVolume.so.9.2.6,/usr/lib64/libvtkRenderingAnnotation.so.9.2.6,/usr/lib64/libvtkImagingHybrid.so.9.2.6,/usr/lib64/libvtkImagingColor.so.9.2.6,/usr/lib64/libvtkInteractionStyle.so.9.2.6,/usr/lib64/libvtkFiltersTopology.so.9.2.6,/usr/lib64/libvtkFiltersSelection.so.9.2.6,/usr/lib64/libvtkFiltersSMP.so.9.2.6,/usr/lib64/libvtkFiltersProgrammable.so.9.2.6,/usr/lib64/libvtkFiltersPoints.so.9.2.6,/usr/lib64/libvtkFiltersVerdict.so.9.2.6,/usr/lib64/libvtkverdict.so.9.2.6,/usr/lib64/libvtkFiltersParallelImaging.so.9.2.6,/usr/lib64/libvtkFiltersImaging.so.9.2.6,/usr/lib64/libvtkImagingGeneral.so.9.2.6,/usr/lib64/libvtkFiltersGeneric.so.9.2.6,/usr/lib64/libvtkTestingGenericBridge.so.9.2.6,/usr/lib64/libvtkFiltersFlowPaths.so.9.2.6,/usr/lib64/libvtkFiltersAMR.so.9.2.6,/usr/lib64/libvtkFiltersParallel.so.9.2.6,/usr/lib64/libvtkIOParallelExodus.so.9.2.6,/usr/lib64/libvtkFiltersTexture.so.9.2.6,/usr/lib64/libvtkFiltersModeling.so.9.2.6,/usr/lib64/libvtkDomainsMicroscopy.so.9.2.6,/usr/lib64/libvtkDomainsChemistryOpenGL2.so.9.2.6,/usr/lib64/libvtkRenderingOpenGL2.so.9.2.6,/usr/lib64/libvtkRenderingHyperTreeGrid.so.9.2.6,/usr/lib64/libvtkRenderingUI.so.9.2.6,/usr/lib64/libvtkFiltersHyperTree.so.9.2.6,/usr/lib64/libvtkFiltersHybrid.so.9.2.6,/usr/lib64/libvtkDomainsChemistry.so.9.2.6,/usr/lib64/libvtkCommonArchive.so.9.2.6,/usr/lib64/libvtkChartsCore.so.9.2.6,/usr/lib64/libvtkInfovisCore.so.9.2.6,/usr/lib64/libvtkFiltersExtraction.so.9.2.6,/usr/lib64/libvtkParallelDIY.so.9.2.6,/usr/lib64/libvtkIOXML.so.9.2.6,/usr/lib64/libvtkTestingDataModel.so.9.2.6,/usr/lib64/libvtkIOXMLParser.so.9.2.6,/usr/lib64/libvtkParallelCore.so.9.2.6,/usr/lib64/libvtkIOLegacy.so.9.2.6,/usr/lib64/libvtkIOCore.so.9.2.6,/usr/lib64/libvtkFiltersStatistics.so.9.2.6,/usr/lib64/libvtkImagingSources.so.9.2.6,/usr/lib64/libvtkIOImage.so.9.2.6,/usr/lib64/libvtkDICOMParser.so.9.2.6,/usr/lib64/libvtkmetaio.so.9.2.6,/usr/lib64/libvtkRenderingContext2D.so.9.2.6,/usr/lib64/libvtkRenderingFreeType.so.9.2.6,/usr/lib64/libvtkRenderingCore.so.9.2.6,/usr/lib64/libvtkFiltersSources.so.9.2.6,/usr/lib64/libvtkImagingCore.so.9.2.6,/usr/lib64/libvtkFiltersGeometry.so.9.2.6,/usr/lib64/libvtkFiltersGeneral.so.9.2.6,/usr/lib64/libvtkCommonComputationalGeometry.so.9.2.6,/usr/lib64/libvtkFiltersCore.so.9.2.6,/usr/lib64/libvtkFiltersParallelDIY2.so.9.2.6,/usr/lib64/libvtkCommonExecutionModel.so.9.2.6,/usr/lib64/libvtkCommonDataModel.so.9.2.6,/usr/lib64/libvtkCommonSystem.so.9.2.6,/usr/lib64/libvtkCommonMisc.so.9.2.6,/usr/lib64/libvtkCommonTransforms.so.9.2.6,/usr/lib64/libvtkCommonMath.so.9.2.6,/usr/lib64/libvtkkissfft.so.9.2.6,/usr/lib64/libvtkCommonCore.so.9.2.6
# INTERFACE_INCLUDE_DIRECTORIES: /usr/include/vtk-9.2
# INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/include/vtk-9.2
#
# Target: interface_zlib
# TYPE: INTERFACE_LIBRARY
# INTERFACE_LINK_LIBRARIES: /usr/lib64/libz.so
# INTERFACE_INCLUDE_DIRECTORIES: /usr/include
# INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/include
#
# Component configuration:
# ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
# DEAL_II_COMPONENT_EXAMPLES
# ( DEAL_II_COMPONENT_PACKAGE = OFF )
# ( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF )
#
###
###
#
# deal.II configuration:
# CMAKE_BUILD_TYPE: DebugRelease
# BUILD_SHARED_LIBS: ON
# CMAKE_INSTALL_PREFIX: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/DEAL_II_INSTALL
# CMAKE_SOURCE_DIR: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii
# (version 9.7.0-pre, shortrev 898bd72bf3)
# CMAKE_BINARY_DIR: /storage/mbsimmon/CODES_DEAL_II/COMPUTE_12/dealii/build
# CMAKE_CXX_COMPILER: GNU 13.3.1 on platform Linux x86_64
# /usr/bin/c++
# C++ language standard: C++17
# Vectorization level: 128 bit (sse2)
#
# Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION = ON):
# ( DEAL_II_WITH_64BIT_INDICES = OFF )
# ( DEAL_II_WITH_ADOLC = OFF )
# ( DEAL_II_WITH_ARBORX = OFF )
# ( DEAL_II_WITH_ARPACK = OFF )
# ( DEAL_II_WITH_ASSIMP = OFF )
# DEAL_II_WITH_BOOST set up with external dependencies
# ( DEAL_II_WITH_CGAL = OFF )
# ( DEAL_II_WITH_COMPLEX_VALUES = OFF )
# ( DEAL_II_WITH_GINKGO = OFF )
# ( DEAL_II_WITH_GMSH = OFF )
# DEAL_II_WITH_GSL set up with external dependencies
# ( DEAL_II_WITH_HDF5 = OFF )
# DEAL_II_WITH_KOKKOS set up with bundled packages
# DEAL_II_WITH_LAPACK set up with external dependencies
# ( DEAL_II_WITH_METIS = OFF )
# DEAL_II_WITH_MPI set up with external dependencies
# DEAL_II_WITH_MUPARSER set up with bundled packages
# ( DEAL_II_WITH_OPENCASCADE = OFF )
# ( DEAL_II_WITH_P4EST = OFF )
# DEAL_II_WITH_PETSC set up with external dependencies
# ( DEAL_II_WITH_SCALAPACK = OFF )
# ( DEAL_II_WITH_SLEPC = OFF )
# ( DEAL_II_WITH_SUNDIALS = OFF )
# ( DEAL_II_WITH_SYMENGINE = OFF )
# ( DEAL_II_WITH_TASKFLOW = OFF )
# DEAL_II_WITH_TBB set up with bundled packages
# ( DEAL_II_WITH_TRILINOS = OFF )
# DEAL_II_WITH_UMFPACK set up with bundled packages
# DEAL_II_WITH_VTK set up with external dependencies
# DEAL_II_WITH_ZLIB set up with external dependencies
#
# Component configuration:
# ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
# DEAL_II_COMPONENT_EXAMPLES
# ( DEAL_II_COMPONENT_PACKAGE = OFF )
# ( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF )
#
# Detailed information (compiler flags, feature configuration) can be found in detailed.log
#
# Run $ make info to print a help message with a list of top level targets
#
###