Changeset 25791
- Timestamp:
- 11/30/20 16:32:44 (4 years ago)
- 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 34 34 35 35 # Copy customized source and config files to 'src' directory 36 cp configs/ 4/linux/static/CMakeLists.txt src36 cp configs/${VER}/static/CMakeLists.txt src 37 37 38 38 # Configure … … 56 56 -DENABLE_MPI=1 \ 57 57 -DENABLE_OCC=0 \ 58 -DENABLE_TOUCHBAR=0 \59 58 -DMETIS_ROOT="${PETSC_ROOT}" 60 59 -
issm/trunk-jpl/externalpackages/gmsh/install-4-linux-static.sh
r25745 r25791 32 32 33 33 # Copy customized source and config files to 'src' directory 34 cp configs/ 4/mac/static/CMakeLists.txt src34 cp configs/${VER}/static/CMakeLists.txt src 35 35 36 36 # Configure … … 42 42 # - Option -DENABLE_OCC=0 is used because we do not need CAD kernel and are not 43 43 # importing STEP/IGES files. 44 # - Option -DENABLE_TOUCHBAR=0 is used because we do not have GUI, therefore we45 # do not need to support Apple Touch bar.46 44 # 47 45 cd install … … 54 52 -DENABLE_MPI=1 \ 55 53 -DENABLE_OCC=0 \ 56 -DENABLE_TOUCHBAR=0 \57 54 -DMETIS_ROOT="${PETSC_ROOT}" 58 55
Note:
See TracChangeset
for help on using the changeset viewer.