Changeset 12626


Ignore:
Timestamp:
07/10/12 15:17:56 (13 years ago)
Author:
cborstad
Message:

added scipy and numpy tests to install script to verify success of installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/scipy/install-macosx-snowleopard.sh

    r12537 r12626  
    2424        cd ..
    2525        ${PYTHON} -c "import numpy; print 'Installed NumPy', numpy.__version__"
     26        ${PYTHON} -c "import numpy; numpy.test()"
    2627       
    2728elif [[ $install == "2" ]];then
     
    3637        cd ..
    3738        ${PYTHON} -c "import scipy; print 'Installed SciPy', scipy.__version__"
     39        ${PYTHON} -c "import scipy; scipy.test()"
    3840
    3941elif [[ $install == "3" ]];then
Note: See TracChangeset for help on using the changeset viewer.