Changeset 27611


Ignore:
Timestamp:
02/24/23 00:17:55 (2 years ago)
Author:
jdquinn
Message:

CHG: Moving again towards making Python 3 the default; clarification in comment

Location:
issm/trunk-jpl
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-intel-binaries-python-3

    r27570 r27611  
    1717        --enable-standalone-libraries \
    1818        --disable-dependency-tracking \
    19         --with-python-version="3.9" \
     19        --with-python-version=3.9 \
    2020        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2121        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
  • issm/trunk-jpl/jenkins/mac-intel-dakota

    r27568 r27611  
    1616        --with-numthreads=4 \
    1717        --with-matlab-dir=${MATLAB_PATH} \
    18         --with-python-version="3.9" \
     18        --with-python-version=3.9 \
    1919        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2020        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
  • issm/trunk-jpl/jenkins/mac-intel-examples

    r27568 r27611  
    1818        --with-numthreads=4 \
    1919        --with-matlab-dir=${MATLAB_PATH} \
    20         --with-python-version="3.9" \
     20        --with-python-version=3.9 \
    2121        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2222        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
  • issm/trunk-jpl/jenkins/mac-intel-solid_earth

    r27568 r27611  
    1616        --with-numthreads=4 \
    1717        --with-matlab-dir=${MATLAB_PATH} \
    18         --with-python-version="3.9" \
     18        --with-python-version=3.9 \
    1919        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2020        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
  • issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampioff

    r27554 r27611  
    1515        --without-Love \
    1616        --with-matlab-dir=${MATLAB_PATH} \
     17        --with-python-version=3.7 \
    1718        --with-python-dir=/usr \
    18         --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
     19        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    1920        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    2021        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include  \
  • issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampion

    r27554 r27611  
    1515        --without-Love \
    1616        --with-matlab-dir=${MATLAB_PATH} \
     17        --with-python-version=3.7 \
    1718        --with-python-dir=/usr \
    18         --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
     19        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    1920        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    2021        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include  \
  • issm/trunk-jpl/jenkins/ross-debian_linux-binaries-python-3

    r27559 r27611  
    1717        --disable-dependency-tracking \
    1818        --with-pic \
     19        --with-python-version=3.7 \
    1920        --with-python-dir=/usr \
    20         --with-python-version=3.7 \
    2121        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    2222        --with-fortran-lib="-L${ISSM_DIR}/lib -lgfortran" \
  • issm/trunk-jpl/jenkins/ross-debian_linux-dakota

    r27554 r27611  
    1414        --with-numthreads=4 \
    1515        --with-matlab-dir=${MATLAB_PATH} \
     16        --with-python-version=3.7 \
    1617        --with-python-dir=/usr \
    17         --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
     18        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    1819        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    1920        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
  • issm/trunk-jpl/jenkins/ross-debian_linux-full

    r27554 r27611  
    1515        --with-numthreads=4 \
    1616        --with-matlab-dir=${MATLAB_PATH} \
     17        --with-python-version=3.7 \
    1718        --with-python-dir=/usr \
    18         --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
     19        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    1920        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    2021        --with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \
  • issm/trunk-jpl/jenkins/ross-debian_linux-full-mplapack

    r27554 r27611  
    1616        --with-numthreads=4 \
    1717        --with-matlab-dir=${MATLAB_PATH} \
     18        --with-python-version=3.7 \
    1819        --with-python-dir=/usr \
    19         --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
     20        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    2021        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    2122        --with-mpi-include="${ISSM_DIR}/externalpackages/petsc/install/include" \
  • issm/trunk-jpl/jenkins/ross-debian_linux-full-valgrind

    r27554 r27611  
    1414        --enable-debugging \    --with-numthreads=4 \
    1515        --with-matlab-dir=${MATLAB_PATH} \
     16        --with-python-version=3.7 \
    1617        --with-python-dir=/usr \
    17         --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
     18        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    1819        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    1920        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
  • issm/trunk-jpl/jenkins/ross-debian_linux-gia

    r27554 r27611  
    1212        --with-numthreads=4
    1313        --with-matlab-dir=${MATLAB_PATH} \
     14        --with-python-version=3.7 \
    1415        --with-python-dir=/usr \
    15         --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy \
     16        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    1617        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    1718        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
  • issm/trunk-jpl/jenkins/ross-debian_linux-python

    r27554 r27611  
    99        --enable-debugging \
    1010        --with-numthreads=4 \
     11        --with-python-version=3.7 \
    1112        --with-python-dir=/usr \
    12         --with-python-version=3.7 \
    1313        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    1414        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
  • issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth

    r27554 r27611  
    1212        --with-numthreads=4 \
    1313        --with-matlab-dir=${MATLAB_PATH} \
     14        --with-python-version=3.7 \
    1415        --with-python-dir=/usr \
    15         --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
     16        --with-python-numpy-dir=/usr/local/lib/python3.7/dist-packages/numpy \
    1617        --with-fortran-lib="-L/usr/lib/x86_64-linux-gnu -lgfortran" \
    1718        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh

    r27609 r27611  
    131131#               network and because remote access requires a VPN connection, we can
    132132#               no longer transfer signed distributables via SSH. For now, there is
    133 #               a cron job running every five minutes on ross.ics.uci.edu that runs
     133#               a cron job running every five minutes under user jenkins on
     134#               ross.ics.uci.edu that runs
    134135#               /home/jenkins/bin/update-issm-mac-binaries.sh, which checks for
    135136#               updated, signed distributables in the ISSM Binaries SVN repository
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-python-3.sh

    r27609 r27611  
    128128#               network and because remote access requires a VPN connection, we can
    129129#               no longer transfer signed distributables via SSH. For now, there is
    130 #               a cron job running every five minutes on ross.ics.uci.edu that runs
     130#               a cron job running every five minutes under user jenkins on
     131#               ross.ics.uci.edu that runs
    131132#               /home/jenkins/bin/update-issm-mac-binaries.sh, which checks for
    132133#               updated, signed distributables in the ISSM Binaries SVN repository
Note: See TracChangeset for help on using the changeset viewer.