- Timestamp:
- 03/03/20 13:58:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/linux/package-issm-linux-binaries.sh
r24593 r24632 23 23 echo "Modify generic" 24 24 cat generic_static.m | sed -e "s/generic_static/generic/g" > generic.m 25 rm generic_static.m26 25 27 26 echo "Moving MPICH binaries to bin/" 28 if [ -f ${ISSM_DIR}/externalpackages/mpich/install/bin/mpiexec ]; then 27 if [ -f ${ISSM_DIR}/externalpackages/petsc/install/bin/mpiexec ]; then 28 cp ${ISSM_DIR}/externalpackages/petsc/install/bin/mpiexec . 29 cp ${ISSM_DIR}/externalpackages/petsc/install/bin/hydra_pmi_proxy . 30 elif [ -f ${ISSM_DIR}/externalpackages/mpich/install/bin/mpiexec ]; then 29 31 cp ${ISSM_DIR}/externalpackages/mpich/install/bin/mpiexec . 30 cp ${ISSM_DIR}/externalpackages/mpich/install/bin/hydra_pmi_proxy 32 cp ${ISSM_DIR}/externalpackages/mpich/install/bin/hydra_pmi_proxy . 31 33 else 32 34 echo "MPICH not found" 35 exit 1 33 36 fi 34 37 … … 80 83 cp -rf bin examples lib scripts test ${PACKAGE}/ 81 84 echo "Cleaning up unneeded/unwanted files" 85 rm -f ${PACKAGE}/bin/generic_static.* # Remove static versions of generic cluster classes 82 86 rm -f ${PACKAGE}/lib/*.a # Remove static libraries from package 83 87 rm -f ${PACKAGE}/lib/*.la # Remove libtool libraries from package
Note:
See TracChangeset
for help on using the changeset viewer.