Closed 3rav closed 4 years ago
Scotch is a software package for graph and mesh/hypergraph partitioning, graph clustering, and sparse matrix ordering
https://gforge.inria.fr/projects/scotch/ https://gitlab.inria.fr/scotch/scotch
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=scotch
After the following modifications, I managed to compile scotch 6.0.8 in the mingw64 environment:
https://github.com/msys2/MINGW-packages/pull/6890
Scotch is a software package for graph and mesh/hypergraph partitioning, graph clustering, and sparse matrix ordering
https://gforge.inria.fr/projects/scotch/ https://gitlab.inria.fr/scotch/scotch
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=scotch
After the following modifications, I managed to compile scotch 6.0.8 in the mingw64 environment:
ifdef MINGW32
include
define pipe(fds) _pipe(fds,1024, _O_BINARY)
endif