Changeset 26093


Ignore:
Timestamp:
03/14/21 17:10:05 (4 years ago)
Author:
jdquinn
Message:

CHG: Adjustments for Windows builds

Location:
issm/trunk-jpl/externalpackages/petsc
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.14-win-msys2-mingw-msmpi.sh

    r26039 r26093  
    55# - You must install various needed packages with,
    66#
    7 #               pacman -S git mingw-w64-x86_64-freeglut mingw-w64-x86_64-toolchain python pkg-config mingw-w64-x86_64-libmicroutils
    8 #
    9 # then remove the MinGW 64-bit version of Python (and dependent packages) with,
    10 #
    11 #               pacman -R mingw-w64-x86_64-gdb-multiarch mingw-w64-x86_64-gdb mingw-w64-x86_64-python
     7#               pacman -S mingw-w64-x86_64-toolchain python
    128#
    139# - You must use MSYS2 MinGW 64-bit version of cmake to be able to install
     
    4137mv petsc-${VER}/* ${PETSC_DIR}
    4238rm -rf petsc-${VER}
     39
     40# Copy customized source files to $PETSC_DIR
     41cp configs/3.14/win/msys2/mingw64/config/configure.py ${PETSC_DIR}/config
    4342
    4443# Configure
Note: See TracChangeset for help on using the changeset viewer.