Changeset 17077
- Timestamp:
- 01/09/14 11:20:00 (11 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/cython/install-19.2.sh
r17075 r17077 4 4 #clean up 5 5 rm -rf Cython-0.19.2 6 rm -rf cython.tar.gz7 6 8 7 #download numpy first -
issm/trunk-jpl/externalpackages/git/install.sh
r17075 r17077 18 18 #install 19 19 cd src 20 ./configure --prefix="$ISSM_DIR/externalpackages/git/install" \21 20 ./configure --prefix="$ISSM_DIR/externalpackages/git/install" 21 #--with-python="$ISSM_DIR/externalpackages/python/install/bin/python" #Do we really need this line? 22 22 23 23 #Compile -
issm/trunk-jpl/externalpackages/nose/install-linux64-python2.sh
r17075 r17077 11 11 12 12 cd src 13 export python=$ISSM_DIR/externalpackages/python/install/bin/python14 15 13 python ./setup.py build 16 14 python ./setup.py install -
issm/trunk-jpl/externalpackages/petsc/install-3.4-linux64.sh
r17075 r17077 21 21 --PETSC_ARCH=linux-gnu-amd64 \ 22 22 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 23 --with-debugging= 1\23 --with-debugging=0 \ 24 24 --with-shared-libraries=1 \ 25 25 --download-parmetis=yes \ -
issm/trunk-jpl/externalpackages/python/install-2.7.3-linux64.sh
r17075 r17077 19 19 ./configure \ 20 20 --prefix="$ISSM_DIR/externalpackages/python/install" \ 21 --with-zlib \22 21 --enable-shared 23 22 -
issm/trunk-jpl/externalpackages/scipy/install-linux64.sh
r17075 r17077 8 8 export FFLAGS=-ff2c 9 9 10 if [ -d "scipy" ]; then11 10 #clean up 12 #rm -rf scipy 13 echo "hello" 14 else 11 rm -rf scipy 15 12 #download scipy 16 export GIT_SSL_NO_VERIFY=true 17 git clone https://github.com/scipy/scipy.git 18 fi 13 export GIT_SSL_NO_VERIFY=true 14 git clone https://github.com/scipy/scipy.git 19 15 20 16 #install scipy
Note:
See TracChangeset
for help on using the changeset viewer.