[MacPorts] #37073: ocaml-mpi: patch for changed mpich2 include dirs.

MacPorts noreply at macports.org
Tue Nov 20 21:45:55 PST 2012


#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


More information about the macports-tickets mailing list