Changeset 26093
- Timestamp:
- 03/14/21 17:10:05 (4 years ago)
- 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 5 5 # - You must install various needed packages with, 6 6 # 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 12 8 # 13 9 # - You must use MSYS2 MinGW 64-bit version of cmake to be able to install … … 41 37 mv petsc-${VER}/* ${PETSC_DIR} 42 38 rm -rf petsc-${VER} 39 40 # Copy customized source files to $PETSC_DIR 41 cp configs/3.14/win/msys2/mingw64/config/configure.py ${PETSC_DIR}/config 43 42 44 43 # Configure
Note:
See TracChangeset
for help on using the changeset viewer.