Skip to content

Commit e615ac6

Browse files
authored
Update Cygwin-Build-for-Windows.md
1 parent f3166dd commit e615ac6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_docs/Cygwin-Build-for-Windows.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ The CYGWIN `bash` shell is used for all steps on the command line. It is automat
8181
mount -m > /etc/fstab
8282
```
8383

84-
8584
1. Configure OpenMPI
8685

8786
Because in OpenMPI the C++ interface was removed, the option `-lmpi_cxx` has to be removed from the linker defaults. We need to check if this option is contained in the wrapper control file. This depends on the installed OpenMPI libraries.
@@ -104,7 +103,6 @@ The CYGWIN `bash` shell is used for all steps on the command line. It is automat
104103
libs=-lmpi
105104
libs_static=-lmpi -lopen-rte -lopen-pal -lm -lgdi3
106105

107-
108106
1. Set the Python version for the installation process (for permanent setting add this line to `~/.profile`)
109107

110108
```bash

0 commit comments

Comments
 (0)