Changeset 18628
- Timestamp:
- 10/14/14 09:57:24 (10 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/windows
r18597 r18628 11 11 --with-matlab-dir=""$ISSM_DIR/externalpackages/matlab/install"" \ 12 12 --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \ 13 --with-metis-dir="$ISSM_DIR/externalpackages/ metis/install" \13 --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \ 14 14 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \ 15 15 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/lib/ \ … … 45 45 46 46 #List of external pakages to be installed and their installation scripts 47 EXTERNALPACKAGES=" cccl install-win7.sh 48 petsc install-3.1-win7.sh 47 EXTERNALPACKAGES="cccl install-win7.sh 48 cmake install.sh 49 petsc install-3.5-win7.sh 49 50 triangle install-win7.sh 50 51 matlab install.sh … … 80 81 MATLAB_NROPTIONS="'exclude',[104, 124, 204, 211, 215, 220, 221, 285, 290, 308, 322, 404, 421, 422, 503, 507, 510, 511, 701, 702, 703, 218, 234, 235, 412, 413, 414, 417, 418, 420, 205, 274, 331, 405, 409, 455, 612, 514, 435, 280,801,802,803,804,805,291]" 81 82 PYTHON_NROPTIONS="" 82 83
Note:
See TracChangeset
for help on using the changeset viewer.