Dear all

I have deal.II dependencies with spack and created a spack view into /opt/spack

During cmake I get warnings as attached in file. This did not happen until 
cmake@3.12.0 and I am seeing this with cmake@3.13.0

I can actually compile deal.II but while running example, it cannot find some 
libraries.

I have also attached my deal.II cmake script and detailed.log file.

Thanks
praveen

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
###
#
#  deal.II configuration:
#        CMAKE_BUILD_TYPE:       DebugRelease
#        BUILD_SHARED_LIBS:      ON
#        CMAKE_INSTALL_PREFIX:   /home/feynman/Applications/deal.II/git/install
#        CMAKE_SOURCE_DIR:       /home/feynman/Applications/deal.II/git
#                                (version 9.1.0-pre, shortrev 40340ac233)
#        CMAKE_BINARY_DIR:       /home/feynman/Applications/deal.II/git/build
#        CMAKE_CXX_COMPILER:     GNU 7.3.0 on platform Linux x86_64
#                                /opt/spack/bin/mpic++
#
#  Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION 
= ON):
#      ( DEAL_II_WITH_64BIT_INDICES = OFF )
#        DEAL_II_WITH_ADOLC set up with external dependencies
#        DEAL_II_WITH_ARPACK set up with external dependencies
#        DEAL_II_WITH_ASSIMP set up with external dependencies
#        DEAL_II_WITH_BOOST set up with external dependencies
#        DEAL_II_WITH_COMPLEX_VALUES = ON
#      ( DEAL_II_WITH_CUDA = OFF )
#        DEAL_II_WITH_CXX14 = ON
#        DEAL_II_WITH_CXX17 = ON
#        DEAL_II_WITH_GMSH set up with external dependencies
#        DEAL_II_WITH_GSL set up with external dependencies
#        DEAL_II_WITH_HDF5 set up with external dependencies
#        DEAL_II_WITH_LAPACK set up with external dependencies
#        DEAL_II_WITH_METIS set up with external dependencies
#        DEAL_II_WITH_MPI set up with external dependencies
#        DEAL_II_WITH_MUPARSER set up with external dependencies
#        DEAL_II_WITH_NANOFLANN set up with external dependencies
#        DEAL_II_WITH_NETCDF set up with external dependencies
#        DEAL_II_WITH_OPENCASCADE set up with external dependencies
#        DEAL_II_WITH_P4EST set up with external dependencies
#        DEAL_II_WITH_PETSC set up with external dependencies
#        DEAL_II_WITH_SCALAPACK set up with external dependencies
#        DEAL_II_WITH_SLEPC set up with external dependencies
#        DEAL_II_WITH_SUNDIALS set up with external dependencies
#        DEAL_II_WITH_THREADS set up with external dependencies
#        DEAL_II_WITH_TRILINOS set up with external dependencies
#        DEAL_II_WITH_UMFPACK 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
#
###
-- Configuring done
CMake Warning at source/CMakeLists.txt:99 (ADD_LIBRARY):
  Cannot generate a safe linker search path for target deal_II because files
  in some directories may conflict with libraries in implicit directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.


CMake Warning at source/CMakeLists.txt:99 (ADD_LIBRARY):
  Cannot generate a safe linker search path for target deal_II.g because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target boost_zlib.debug
  because files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:188 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target assimp.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:173 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target adolc.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:163 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target hdf5.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:148 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target gsl.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:143 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target arpack.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:158 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target p4est.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:108 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target step.release because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:87 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target step-metis.debug
  because files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:128 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target mpi.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:97 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target umfpack.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:138 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target nanoflann.debug
  because files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:153 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target sundials-ida.debug
  because files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:168 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target step.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:87 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target tbb.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:102 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target gmsh.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:193 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target step-petsc.debug
  because files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:113 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target step-slepc.debug
  because files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:118 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target affinity.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:92 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target step-trilinos.debug
  because files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:123 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target scalapack.debug
  because files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:183 (make_quicktest)


CMake Warning at tests/quick_tests/CMakeLists.txt:40 (ADD_EXECUTABLE):
  Cannot generate a safe linker search path for target lapack.debug because
  files in some directories may conflict with libraries in implicit
  directories:

    link library [libmpi_usempif08.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_usempi_ignore_tkr.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi_mpifh.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib
    link library [libmpi.so] in 
/home/feynman/Applications/spack/opt/spack/linux-ubuntu18.04-x86_64/gcc-7.3.0/openmpi-3.1.3-zg3glqvhhmwoc3xzda4y56bxtnx6jq4v/lib
 may be hidden by files in:
      /opt/spack/lib

  Some of these libraries may not be found correctly.
Call Stack (most recent call first):
  tests/quick_tests/CMakeLists.txt:133 (make_quicktest)


-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BZIP2_DIR


-- Build files have been written to: 
/home/feynman/Applications/deal.II/git/build

Attachment: dealii_spack_view.sh
Description: Binary data

Attachment: detailed.log
Description: Binary data

Reply via email to