Changeset 23119


Ignore:
Timestamp:
08/17/18 15:15:10 (7 years ago)
Author:
jdquinn
Message:

CHG: $ISSM_DIR is user jenkins’ home dir!

Location:
issm/trunk-jpl/jenkins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_ross

    r23118 r23119  
    1212        --with-matlab-dir=$MATLAB_PATH \
    1313        --with-python-dir=/usr \
    14         --with-python-numpy-dir='~/.local/lib/python2.7/site-packages/numpy' \
     14        --with-python-numpy-dir=$ISSM_DIR/.local/lib/python2.7/site-packages/numpy \
    1515        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1616        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
  • issm/trunk-jpl/jenkins/linux64_ross_python

    r23115 r23119  
    1111        --disable-static \
    1212        --with-python-dir=/usr \
    13         --with-python-numpy-dir=~/.local/lib/python2.7/site-packages/numpy \
     13        --with-python-numpy-dir=$ISSM_DIR/.local/lib/python2.7/site-packages/numpy \
    1414        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1515        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
  • issm/trunk-jpl/jenkins/linux64_ross_se

    r23115 r23119  
    1212        --with-matlab-dir=$MATLAB_PATH \
    1313        --with-python-dir=/usr \
    14         --with-python-numpy-dir=~/.local/lib/python2.7/site-packages/numpy \
     14        --with-python-numpy-dir=$ISSM_DIR/.local/lib/python2.7/site-packages/numpy \
    1515        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1616        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
Note: See TracChangeset for help on using the changeset viewer.