source: issm/oecreview/Archive/11821-11840/ISSM-11837-11838.diff@ 11991

Last change on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago

oecreview from 11518 to present

File size: 885 bytes
RevLine 
[11991]1Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/scipy/install-macosx64.sh
2===================================================================
3--- /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/scipy/install-macosx64.sh (revision 11837)
4+++ /proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/scipy/install-macosx64.sh (revision 11838)
5@@ -3,7 +3,7 @@
6 #1: install numpy
7 #2 install scipy
8 #3 erase
9-install=1;
10+install=1
11
12
13 export CC=gcc
14@@ -18,8 +18,8 @@
15
16 #install numpy
17 cd numpy
18- python3 setup.py build
19- python3 setup.py install
20+ python3.2 setup.py build
21+ python3.2 setup.py install
22
23
24 elif [[ $install == "2" ]];then
25@@ -29,8 +29,8 @@
26
27 #install scipy
28 cd scipy
29- python3 setup.py build
30- python3 setup.py install
31+ python3.2 setup.py build
32+ python3.2 setup.py install
33
34 elif [[ $install == "3" ]];then
35 rm -rf numpy scipy
Note: See TracBrowser for help on using the repository browser.