Opened 15 years ago
Closed 15 years ago
#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 (Jeremy Huddleston Sequoia) | |
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 (3)
comment:1 Changed 15 years ago by tim.campbell@…
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to mww@… |
---|
comment:3 Changed 15 years ago by jmroot (Joshua Root)
Cc: | jeremyhu@… added |
---|---|
Keywords: | openmpi gcc44 removed |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
actually the line should be
configure.args-append --enable-mpi-f77 --enable-mpi--f90