Changeset 28041


Ignore:
Timestamp:
01/05/24 14:26:26 (15 months ago)
Author:
jdquinn
Message:

CHG: Updating UB CCR config to compile Python wrappers for debugging submit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/jenkins/ub-ccr

    r28038 r28041  
    99        --prefix="${ISSM_DIR}" \
    1010        --disable-static \
    11         --with-wrappers=no \
    1211        --with-numthreads=1 \
     12        --with-python-version=3.10 \
     13        --with-python-dir=/cvmfs/soft.ccr.buffalo.edu/versions/2023.01/compat/usr \
     14        --with-python-numpy-dir=/cvmfs/soft.ccr.buffalo.edu/versions/2023.01/compat/usr/lib/python3.10/site-packages/numpy \
    1315        --with-fortran-lib="-L${EBROOTGCC}/lib64 -lgfortran" \
    1416        --with-mpi-include="${ISSM_EXT_DIR}/petsc/install/include" \
     
    2527        --with-chaco-dir="${ISSM_EXT_DIR}/chaco/install" \
    2628        --with-m1qn3-dir="${ISSM_EXT_DIR}/m1qn3/install" \
    27         --with-semic-dir=${ISSM_EXT_DIR}/semic/install \
    2829'
    2930
     
    5051# Test suites
    5152MATLAB_TEST=0
    52 PYTHON_TEST=0
     53PYTHON_TEST=1
    5354JAVASCRIPT_TEST=0
    5455EXAMPLES_TEST=0
Note: See TracChangeset for help on using the changeset viewer.