Ignore:
Timestamp:
09/14/12 11:16:00 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics

File:
1 edited

Legend:

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

    r13264 r13371  
    11#!/bin/bash
    22set -eu
    3 PYVERSION=2.7
    4 PYTHON=python${PYVERSION}
    53
    64export CC="gcc -fPIC"
     
    2725python setup.py install
    2826cd ..
    29 ${PYTHON} -c "import scipy; print 'Installed SciPy', scipy.__version__"
    30 ##${PYTHON} -c "import scipy; scipy.test()"
     27python -c "import scipy; print 'Installed SciPy', scipy.__version__"
     28#python -c "import scipy; scipy.test()"
Note: See TracChangeset for help on using the changeset viewer.