New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21296 (closed defect: fixed)

Opened 4 years ago

Last modified 2 years ago

ocaml related ports cannot be built in parallel

Reported by: garrigue@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: ocaml parallel Cc: reilles@…, mww@…
Port: camlp5 coq

Description

Most ocaml related ports cannot be built in parallel, as they implicitly expect make to call dependencies sequentially.

I had to add the option "use_parallel_build no" manually to camlp5 and coq, but this would probably a good idea to all ports depending on lang/ocaml.

Change History

comment:1 Changed 4 years ago by jmr@…

  • Cc reilles@… added

comment:2 Changed 2 years ago by jmr@…

  • Cc mww@… added
  • Status changed from new to closed
  • Resolution set to fixed

camlp5 has had parallel build disabled since r57526, and coq explicitly sets use_parallel_build yes, so presumably it works that way.

Note: See TracTickets for help on using tickets.