Changeset 27563
- Timestamp:
- 02/09/23 12:56:13 (2 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac-static.sh
r27541 r27563 73 73 74 74 # Configure 75 # 76 # NOTE: 77 # - The -w option has been added to CMAKE_C_FLAGS, CMAKE_CXX_FLAGS, and 78 # CMAKE_Fortran_FLAGS. This should be removed for more recent versions of 79 # Dakota. 80 # 75 81 cd ${DAK_BUILD} 76 82 cmake \ … … 78 84 -DBUILD_STATIC_LIBS=ON \ 79 85 -DCMAKE_C_COMPILER=${MPI_HOME}/bin/mpicc \ 80 -DCMAKE_C_FLAGS="-fPIC -Wno-error=implicit-function-declaration " \86 -DCMAKE_C_FLAGS="-fPIC -Wno-error=implicit-function-declaration -w" \ 81 87 -DCMAKE_CXX_COMPILER=${MPI_HOME}/bin/mpicxx \ 82 -DCMAKE_CXX_FLAGS="-fPIC -fdelayed-template-parsing " \88 -DCMAKE_CXX_FLAGS="-fPIC -fdelayed-template-parsing -w" \ 83 89 -DCMAKE_CXX_STANDARD="11" \ 84 90 -DCMAKE_Fortran_COMPILER=${MPI_HOME}/bin/mpif77 \ 85 -DCMAKE_Fortran_FLAGS="-fPIC -fallow-argument-mismatch " \91 -DCMAKE_Fortran_FLAGS="-fPIC -fallow-argument-mismatch -w" \ 86 92 -DBoost_NO_BOOST_CMAKE=TRUE \ 87 93 -DHAVE_ACRO=OFF \ -
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh
r27541 r27563 58 58 59 59 # 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 # 60 66 cd ${DAK_BUILD} 61 67 cmake \ … … 63 69 -DBUILD_STATIC_LIBS=OFF \ 64 70 -DCMAKE_C_COMPILER=${MPI_HOME}/bin/mpicc \ 71 -DCMAKE_C_FLAGS="-w" \ 65 72 -DCMAKE_CXX_COMPILER=${MPI_HOME}/bin/mpicxx \ 66 -DCMAKE_CXX_FLAGS="-fdelayed-template-parsing " \73 -DCMAKE_CXX_FLAGS="-fdelayed-template-parsing -w" \ 67 74 -DCMAKE_CXX_STANDARD="11" \ 68 75 -DCMAKE_Fortran_COMPILER=${MPI_HOME}/bin/mpif77 \ -
issm/trunk-jpl/externalpackages/hdf5/install-1-parallel-static.sh
r27561 r27563 5 5 # Constants 6 6 # 7 VER="1.10. 5"7 VER="1.10.9" 8 8 9 9 PREFIX="${ISSM_DIR}/externalpackages/hdf5/install" # Set to location where external package should be installed … … 31 31 ./configure \ 32 32 --prefix="${PREFIX}" \ 33 --disable-dependency-tracking \ 34 --disable-shared \ 33 35 --enable-parallel \ 34 36 --with-zlib="${ZLIB_ROOT}" \ -
issm/trunk-jpl/externalpackages/hdf5/install-1-parallel-with_tests.sh
r26950 r27563 5 5 # Constants 6 6 # 7 VER="1.10. 5"7 VER="1.10.9" 8 8 9 9 PREFIX="${ISSM_DIR}/externalpackages/hdf5/install" # Set to location where external package should be installed … … 31 31 ./configure \ 32 32 --prefix="${PREFIX}" \ 33 --disable-dependency-tracking \ 34 --disable-static \ 33 35 --enable-parallel \ 34 36 --with-zlib="${ZLIB_ROOT}" \ -
issm/trunk-jpl/externalpackages/hdf5/install-1-parallel.sh
r26950 r27563 5 5 # Constants 6 6 # 7 VER="1.10. 5"7 VER="1.10.9" 8 8 9 9 PREFIX="${ISSM_DIR}/externalpackages/hdf5/install" # Set to location where external package should be installed … … 31 31 ./configure \ 32 32 --prefix="${PREFIX}" \ 33 --disable-dependency-tracking \ 34 --disable-static \ 33 35 --enable-parallel \ 34 36 --with-zlib="${ZLIB_ROOT}" \ -
issm/trunk-jpl/externalpackages/hdf5/install-1-with_tests.sh
r26950 r27563 5 5 ## Constants 6 6 # 7 VER="1.10. 5"7 VER="1.10.9" 8 8 9 9 PREFIX="${ISSM_DIR}/externalpackages/hdf5/install" # Set to location where external package should be installed … … 27 27 ./configure \ 28 28 --prefix="${PREFIX}" \ 29 --disable-dependency-tracking \ 30 --disable-static \ 29 31 --with-zlib="${ZLIB_ROOT}" \ 30 32 --enable-hl -
issm/trunk-jpl/externalpackages/hdf5/install-1.sh
r26950 r27563 5 5 ## Constants 6 6 # 7 VER="1.10. 5"7 VER="1.10.9" 8 8 9 9 PREFIX="${ISSM_DIR}/externalpackages/hdf5/install" # Set to location where external package should be installed … … 27 27 ./configure \ 28 28 --prefix="${PREFIX}" \ 29 --disable-dependency-tracking \ 30 --disable-static \ 29 31 --with-zlib="${ZLIB_ROOT}" \ 30 32 --enable-hl
Note:
See TracChangeset
for help on using the changeset viewer.