Ticket #23819 (closed defect: fixed)
error in openmpi portfile
| Reported by: | tim.campbell@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | jeremyhu@… | |
| Port: | openmpi |
Description
There is an error in the configure.args-append settings of the gcc44 variant of openmpi. The line
configure.args-append --enable-mpi-f77 --enablepi--f90
should be
configure.args-append --enable-mpi-f77 --enablempi--f90
Change History
Note: See
TracTickets for help on using
tickets.


actually the line should be
configure.args-append --enable-mpi-f77 --enable-mpi--f90