Changeset 26991
- Timestamp:
- 05/05/22 19:14:06 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh
r26988 r26991 65 65 66 66 echo "Moving MPICH binaries to bin/" 67 if [ -f ${ISSM_ EXT_STATIC_DIR}/petsc/install/bin/mpiexec ]; then68 cp ${ISSM_ EXT_STATIC_DIR}/petsc/install/bin/mpiexec .69 cp ${ISSM_ EXT_STATIC_DIR}/petsc/install/bin/hydra_pmi_proxy .70 elif [ -f ${ISSM_ EXT_STATIC_DIR}/mpich/install/bin/mpiexec ]; then71 cp ${ISSM_ EXT_STATIC_DIR}/mpich/install/bin/mpiexec .72 cp ${ISSM_ EXT_STATIC_DIR}/mpich/install/bin/hydra_pmi_proxy .67 if [ -f ${ISSM_DIR}/petsc/install/bin/mpiexec ]; then 68 cp ${ISSM_DIR}/petsc/install/bin/mpiexec . 69 cp ${ISSM_DIR}/petsc/install/bin/hydra_pmi_proxy . 70 elif [ -f ${ISSM_DIR}/mpich/install/bin/mpiexec ]; then 71 cp ${ISSM_DIR}/externalpackages/mpich/install/bin/mpiexec . 72 cp ${ISSM_DIR}/externalpackages/mpich/install/bin/hydra_pmi_proxy . 73 73 else 74 74 echo "MPICH not found" … … 77 77 78 78 echo "Moving GDAL binaries to bin/" 79 if [ -f ${ISSM_ EXT_STATIC_DIR}/gdal/install/bin/gdal-config ]; then80 cp ${ISSM_ EXT_STATIC_DIR}/gdal/install/bin/gdalsrsinfo .81 cp ${ISSM_ EXT_STATIC_DIR}/gdal/install/bin/gdaltransform .79 if [ -f ${ISSM_DIR}/externalpackages/gdal/install/bin/gdal-config ]; then 80 cp ${ISSM_DIR}/externalpackages/gdal/install/bin/gdalsrsinfo . 81 cp ${ISSM_DIR}/externalpackages/gdal/install/bin/gdaltransform . 82 82 else 83 83 echo "GDAL not found" … … 86 86 87 87 echo "Moving GMT binaries to bin/" 88 if [ -f ${ISSM_ EXT_STATIC_DIR}/gmt/install/bin/gmt-config ]; then89 cp ${ISSM_ EXT_STATIC_DIR}/gmt/install/bin/gmt .90 cp ${ISSM_ EXT_STATIC_DIR}/gmt/install/bin/gmtselect .88 if [ -f ${ISSM_DIR}/externalpackages/gmt/install/bin/gmt-config ]; then 89 cp ${ISSM_DIR}/externalpackages/gmt/install/bin/gmt . 90 cp ${ISSM_DIR}/externalpackages/gmt/install/bin/gmtselect . 91 91 else 92 92 echo "GMT not found" … … 95 95 96 96 echo "Moving Gmsh binaries to bin/" 97 if [ -f ${ISSM_ EXT_STATIC_DIR}/gmsh/install/bin/gmsh ]; then98 cp ${ISSM_ EXT_STATIC_DIR}/gmsh/install/bin/gmsh .97 if [ -f ${ISSM_DIR}/externalpackages/gmsh/install/bin/gmsh ]; then 98 cp ${ISSM_DIR}/externalpackages/gmsh/install/bin/gmsh . 99 99 else 100 100 echo "Gmsh not found"
Note:
See TracChangeset
for help on using the changeset viewer.