Changeset 28033


Ignore:
Timestamp:
12/21/23 11:49:07 (15 months ago)
Author:
jdquinn
Message:

CHG: Added install scripts specific to Ghub Workspace 10 env; path corrections

Location:
issm/trunk-jpl
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/boost/install-1.7-ghub-workspace_10.sh

    r27886 r28033  
    77VER="1_73_0"
    88
    9 PREFIX="${ISSM_DIR}/externalpackages/boost/install" # Set to location where external package should be installed
     9PREFIX="${ISSM_EXT_DIR}/boost/install" # Set to location where external package should be installed
    1010
    1111# Download source
     
    2727./bootstrap.sh \
    2828        --prefix=${PREFIX} \
    29         --with-python=python2.7
     29        --with-python=/apps/share64/debian10/anaconda/anaconda-7/bin/python3.8
    3030
    3131# Modify project config to enable MPI
  • issm/trunk-jpl/externalpackages/gdal/install-3-ghub-workspace_10.sh

    r27880 r28033  
    1313## Environment
    1414#
    15 export PREFIX="${ISSM_DIR}/externalpackages/gdal/install" # NOTE: Need to export this to properly set destination root for Python libraries on macOS (should not affect Linux build). Set to location where external package should be installed.
     15export PREFIX="${ISSM_EXT_DIR}/gdal/install" # NOTE: Need to export this to properly set destination root for Python libraries on macOS (should not affect Linux build). Set to location where external package should be installed.
    1616
    1717# Cleanup
     
    3434        --prefix="${PREFIX}" \
    3535        --enable-fast-install \
    36         --with-python="python3" \
     36        --with-python="/apps/share64/debian10/anaconda/anaconda-7/bin/python3.8" \
    3737        --with-curl="${CURL_ROOT}/bin/curl-config" \
    3838        --with-hdf5="${HDF5_ROOT}" \
  • issm/trunk-jpl/jenkins/ghub-workspace_10

    r28032 r28033  
    1919        --with-python-numpy-dir=/apps/share64/debian10/anaconda/anaconda-7/lib/python3.8/sitepackages/numpy \
    2020        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    21         --with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \
    22         --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
    23         --with-blas-lapack-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    24         --with-metis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    25         --with-parmetis-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    26         --with-scalapack-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    27         --with-mumps-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    28         --with-hdf5-dir="${ISSM_DIR}/externalpackages/hdf5/install" \
    29         --with-petsc-dir="${ISSM_DIR}/externalpackages/petsc/install" \
    30         --with-gsl-dir="${ISSM_DIR}/externalpackages/gsl/install" \
     21        --with-mpi-include="${ISSM_EXT_DIR}/petsc/install/include" \
     22        --with-mpi-libflags="-L${ISSM_EXT_DIR}/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     23        --with-blas-lapack-dir="${ISSM_EXT_DIR}/petsc/install" \
     24        --with-metis-dir="${ISSM_EXT_DIR}/petsc/install" \
     25        --with-parmetis-dir="${ISSM_EXT_DIR}/petsc/install" \
     26        --with-scalapack-dir="${ISSM_EXT_DIR}/petsc/install" \
     27        --with-mumps-dir="${ISSM_EXT_DIR}/petsc/install" \
     28        --with-hdf5-dir="${ISSM_EXT_DIR}/hdf5/install" \
     29        --with-petsc-dir="${ISSM_EXT_DIR}/petsc/install" \
     30        --with-gsl-dir="${ISSM_EXT_DIR}/gsl/install" \
    3131        --with-boost-dir="/apps/share64/debian10/anaconda/anaconda-7/pkgs/boost-cpp-1.78.0-h755c5d50_1" \
    32         --with-dakota-dir="${ISSM_DIR}/externalpackages/dakota/install" \
    33         --with-proj-dir="${ISSM_DIR}/externalpackages/proj/install" \
    34         --with-triangle-dir="${ISSM_DIR}/externalpackages/triangle/install" \
    35         --with-chaco-dir="${ISSM_DIR}/externalpackages/chaco/install" \
    36         --with-m1qn3-dir="${ISSM_DIR}/externalpackages/m1qn3/install" \
    37         --with-semic-dir="${ISSM_DIR}/externalpackages/semic/install" \
     32        --with-dakota-dir="${ISSM_EXT_DIR}/dakota/install" \
     33        --with-proj-dir="${ISSM_EXT_DIR}/proj/install" \
     34        --with-triangle-dir="${ISSM_EXT_DIR}/triangle/install" \
     35        --with-chaco-dir="${ISSM_EXT_DIR}/chaco/install" \
     36        --with-m1qn3-dir="${ISSM_EXT_DIR}/m1qn3/install" \
     37        --with-semic-dir="${ISSM_EXT_DIR}/semic/install" \
    3838'
    3939
Note: See TracChangeset for help on using the changeset viewer.