Opened 12 years ago
Closed 11 years ago
#37073 closed defect (fixed)
ocaml-mpi: patch for changed mpich2 include dirs.
Reported by: | eborisch (Eric A. Borisch) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | |
Port: | ocaml-mpi |
Description
the mpich2 include dirs have been changed (to the default ${prefix}/include) ... the following change is likely needed in ocaml-mpi (may not be; it might still find things fine since they are now in the 'normal' include dir.)
Index: Portfile =================================================================== --- Portfile (revision 99921) +++ Portfile (working copy) @@ -32,7 +32,7 @@ use_configure no use_parallel_build no -build.env MPIINCDIR=${prefix}/include/mpich2 MPILIBDIR=${prefix}/lib +build.env MPIINCDIR=${prefix}/include MPILIBDIR=${prefix}/lib build.target all set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
Change History (1)
comment:1 Changed 11 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This has been fixed now.