Ignore:
Timestamp:
02/09/23 12:56:13 (2 years ago)
Author:
jdquinn
Message:

CHG: Updates to HDF5 standalone installation; suppression of warnings for Dakota

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh

    r27541 r27563  
    5858
    5959# Configure
     60#
     61# NOTE:
     62# - The -w option has been added to CMAKE_C_FLAGS, CMAKE_CXX_FLAGS, and
     63#       CMAKE_Fortran_FLAGS. This should be removed for more recent versions of
     64#       Dakota.
     65#
    6066cd ${DAK_BUILD}
    6167cmake \
     
    6369        -DBUILD_STATIC_LIBS=OFF \
    6470        -DCMAKE_C_COMPILER=${MPI_HOME}/bin/mpicc \
     71        -DCMAKE_C_FLAGS="-w" \
    6572        -DCMAKE_CXX_COMPILER=${MPI_HOME}/bin/mpicxx \
    66         -DCMAKE_CXX_FLAGS="-fdelayed-template-parsing" \
     73        -DCMAKE_CXX_FLAGS="-fdelayed-template-parsing -w" \
    6774        -DCMAKE_CXX_STANDARD="11" \
    6875        -DCMAKE_Fortran_COMPILER=${MPI_HOME}/bin/mpif77 \
Note: See TracChangeset for help on using the changeset viewer.