Skip to content

Instantly share code, notes, and snippets.

@kylincaster
kylincaster / win32_port.patch
Last active November 18, 2022 03:26
The patch of OpenMX v3.9.9 into the Porting into Mingw-w64
# install the necessary package for OpenMX in Mingw-w64 or Msys2
# Microsoft MPI
# install MSYS2 and add the bin to path
pacman -Syu
pacman -S patch
pacman -S dos2unix
pacman -S mingw-w64-x86_64-msmpi
pacman -S mingw-w64-x86_64-openblas
pacman -S mingw-w64-x86_64-scalapack