[issm-svn] r15402 - issm/trunk/externalpackages/scipy

cborstad at issm.ess.uci.edu cborstad at issm.ess.uci.edu
Tue Jul 2 12:20:12 PDT 2013


Author: cborstad
Date: 2013-07-02 12:20:12 -0700 (Tue, 02 Jul 2013)
New Revision: 15402

Modified:
   issm/trunk/externalpackages/scipy/install-macosx-lion.sh
   issm/trunk/externalpackages/scipy/install-macosx-mlion.sh
   issm/trunk/externalpackages/scipy/install-macosx-snowleopard.sh
Log:
CHG: added print statement to end of install scripts to confirm installation of scipy

Modified: issm/trunk/externalpackages/scipy/install-macosx-lion.sh
===================================================================
--- issm/trunk/externalpackages/scipy/install-macosx-lion.sh	2013-07-02 18:43:54 UTC (rev 15401)
+++ issm/trunk/externalpackages/scipy/install-macosx-lion.sh	2013-07-02 19:20:12 UTC (rev 15402)
@@ -18,3 +18,6 @@
 #install scipy
 python setup.py build
 python setup.py install
+cd ..
+python -c "import scipy; print 'Installed SciPy', scipy.__version__"
+#python -c "import scipy; scipy.test()"

Modified: issm/trunk/externalpackages/scipy/install-macosx-mlion.sh
===================================================================
--- issm/trunk/externalpackages/scipy/install-macosx-mlion.sh	2013-07-02 18:43:54 UTC (rev 15401)
+++ issm/trunk/externalpackages/scipy/install-macosx-mlion.sh	2013-07-02 19:20:12 UTC (rev 15402)
@@ -18,3 +18,6 @@
 #install scipy
 python setup.py build
 python setup.py install
+cd ..
+python -c "import scipy; print 'Installed SciPy', scipy.__version__"
+#python -c "import scipy; scipy.test()"

Modified: issm/trunk/externalpackages/scipy/install-macosx-snowleopard.sh
===================================================================
--- issm/trunk/externalpackages/scipy/install-macosx-snowleopard.sh	2013-07-02 18:43:54 UTC (rev 15401)
+++ issm/trunk/externalpackages/scipy/install-macosx-snowleopard.sh	2013-07-02 19:20:12 UTC (rev 15402)
@@ -14,4 +14,4 @@
 python setup.py install
 cd ..
 python -c "import scipy; print 'Installed SciPy', scipy.__version__"
-python -c "import scipy; scipy.test()"
+#python -c "import scipy; scipy.test()"



More information about the issm-svn mailing list