Index: ../trunk-jpl/jenkins/linux64_ross_dakota =================================================================== --- ../trunk-jpl/jenkins/linux64_ross_dakota (revision 23233) +++ ../trunk-jpl/jenkins/linux64_ross_dakota (revision 23234) @@ -10,6 +10,8 @@ ISSM_CONFIG='--prefix=$ISSM_DIR\ --disable-static \ --with-matlab-dir=$MATLAB_PATH \ + --with-python-dir=/usr \ + --with-python-numpy-dir=/home/jenkins/.local/lib/python2.7/site-packages/numpy \ --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ @@ -29,7 +31,7 @@ #PYTHON and MATLAB testing MATLAB_TEST=1 -PYTHON_TEST=0 +PYTHON_TEST=1 #-----------------------------------# # 3: External packages installation # @@ -62,5 +64,5 @@ #as follows: runme($MATLAB_NROPTIONS). The options must be understandable #by Matlab and runme.m #ex: "'id',[101 102 103]" -PYTHON_NROPTIONS="--exclude 243 701 702 435" +PYTHON_NROPTIONS="--exclude 243 701 702 435 --include_name 'Dakota'" MATLAB_NROPTIONS="'exclude',[243,701,702,435]"