Skip to content

Commit

Permalink
Silence Sundails install messages.
Browse files Browse the repository at this point in the history
  - They do not add anything usefull to the printouts. Plus they are
    printed whether or not the actual target is updated or not.

  - Set the default install message printing to LAZY, i.e., only print
    info if something is actually updated.
  • Loading branch information
mahge committed Oct 11, 2021
1 parent 967a23e commit a1b18e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/3rdParty
Submodule 3rdParty updated 41 files
+1 −1 sundials-5.4.0/src/arkode/CMakeLists.txt
+1 −1 sundials-5.4.0/src/arkode/xbraid/CMakeLists.txt
+1 −1 sundials-5.4.0/src/cvode/CMakeLists.txt
+1 −1 sundials-5.4.0/src/cvodes/CMakeLists.txt
+1 −1 sundials-5.4.0/src/ida/CMakeLists.txt
+1 −1 sundials-5.4.0/src/idas/CMakeLists.txt
+1 −1 sundials-5.4.0/src/kinsol/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/cuda/CMakeLists.txt
+2 −2 sundials-5.4.0/src/nvector/manyvector/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/mpiplusx/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/openmp/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/openmpdev/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/parallel/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/parhyp/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/petsc/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/pthreads/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/raja/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/serial/CMakeLists.txt
+1 −1 sundials-5.4.0/src/nvector/trilinos/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sundials/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/band/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/cusolversp/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/dense/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/klu/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/lapackband/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/lapackdense/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/pcg/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/spbcgs/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/spfgmr/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/spgmr/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/sptfqmr/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/superludist/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunlinsol/superlumt/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunmatrix/band/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunmatrix/cusparse/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunmatrix/dense/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunmatrix/slunrloc/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunmatrix/sparse/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunnonlinsol/fixedpoint/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunnonlinsol/newton/CMakeLists.txt
+1 −1 sundials-5.4.0/src/sunnonlinsol/petscsnes/CMakeLists.txt
1 change: 1 addition & 0 deletions OMCompiler/CMakeLists.txt
Expand Up @@ -91,6 +91,7 @@ set(CMAKE_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR}/omc/)
## Maybe there is a better way to do this but it should suffice for now.
set(CMAKE_INSTALL_RPATH "$ORIGIN:$ORIGIN/../${CMAKE_INSTALL_LIBDIR}")

set(CMAKE_INSTALL_MESSAGE LAZY)

# Write out a compiler detection header. checkout the file <build_dir>/omc_compiler_detection.h to
# get an idea of what it means. We intend to use this for portability reasons in the future.
Expand Down

0 comments on commit a1b18e1

Please sign in to comment.