Changeset 18429


Ignore:
Timestamp:
08/16/14 21:21:07 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: test101 should test actual package

Location:
issm/trunk-jpl/packagers/macosx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/macosx/install.sh

    r18428 r18429  
    120120
    121121echo "Building..."
    122 make -j 4
     122#make -j 4
    123123if [ $? -ne 0 ]; then echo "FAILED TO BUILD!" && exit 1; fi
    124124
  • issm/trunk-jpl/packagers/macosx/package.sh

    r18427 r18429  
    11#!/bin/bash
     2
     3echo "modify generic"
     4cd $ISSM_DIR/bin
     5cat generic_static.m | sed -e "s/generic_static/generic/g" > generic.m
     6echo "move mpiexec to bin"
     7cp ../externalpackages/mpich/install/bin/mpiexec .
     8cp ../externalpackages/mpich/install/bin/hydra_pmi_proxy .
    29
    310#Check that test101 runs
     
    2027rm $tarball_name
    2128
    22 echo "modify generic"
    23 cd $ISSM_DIR/bin
    24 cat generic_static.m | sed -e "s/generic_static/generic/g" > generic.m
     29
    2530
    2631echo "Creating tarball: ${tarball_name}"
    2732cd $ISSM_DIR
    28 tar -czf $tarball_name ./bin ./lib ./test ./examples externalpackages/mpich/install/bin/mpiexec externalpackages/mpich/install/bin/hydra_pmi_proxy
     33tar -czf $tarball_name ./bin ./lib ./test ./examples
    2934ls
Note: See TracChangeset for help on using the changeset viewer.