Changeset 25791


Ignore:
Timestamp:
11/30/20 16:32:44 (4 years ago)
Author:
jdquinn
Message:

CHG: Updates to Debian Linux binaries (MATLAB API)

Location:
issm/trunk-jpl
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gmsh/install-4-linux-python-static.sh

    r25745 r25791  
    3434
    3535# Copy customized source and config files to 'src' directory
    36 cp configs/4/linux/static/CMakeLists.txt src
     36cp configs/${VER}/static/CMakeLists.txt src
    3737
    3838# Configure
     
    5656        -DENABLE_MPI=1 \
    5757        -DENABLE_OCC=0 \
    58         -DENABLE_TOUCHBAR=0 \
    5958        -DMETIS_ROOT="${PETSC_ROOT}"
    6059
  • issm/trunk-jpl/externalpackages/gmsh/install-4-linux-static.sh

    r25745 r25791  
    3232
    3333# Copy customized source and config files to 'src' directory
    34 cp configs/4/mac/static/CMakeLists.txt src
     34cp configs/${VER}/static/CMakeLists.txt src
    3535
    3636# Configure
     
    4242# - Option -DENABLE_OCC=0 is used because we do not need CAD kernel and are not
    4343#       importing STEP/IGES files.
    44 # - Option -DENABLE_TOUCHBAR=0 is used because we do not have GUI, therefore we
    45 #       do not need to support Apple Touch bar.
    4644#
    4745cd install
     
    5452        -DENABLE_MPI=1 \
    5553        -DENABLE_OCC=0 \
    56         -DENABLE_TOUCHBAR=0 \
    5754        -DMETIS_ROOT="${PETSC_ROOT}"
    5855
Note: See TracChangeset for help on using the changeset viewer.