[MacPorts] #37073: ocaml-mpi: patch for changed mpich2 include dirs.
#37073: ocaml-mpi: patch for changed mpich2 include dirs. ------------------------+----------------------- Reporter: eborisch@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: haspatch | Port: ocaml-mpi ------------------------+----------------------- 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 }}} -- Ticket URL: <https://trac.macports.org/ticket/37073> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37073: ocaml-mpi: patch for changed mpich2 include dirs. -------------------------+---------------------- Reporter: eborisch@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: haspatch Port: ocaml-mpi | -------------------------+---------------------- Changes (by sean@…): * status: new => closed * resolution: => fixed Comment: This has been fixed now. -- Ticket URL: <https://trac.macports.org/ticket/37073#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts