Opened 6 months ago

#68765 new defect

ocaml-mpi @1.01: fatal error: 'mpi.h' file not found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: ocaml-mpi

Description

ocaml-mpi isn't UsingTheRightCompiler or flags and doesn't build on any system:

https://build.macports.org/builders/ports-14_x86_64-builder/builds/13272/steps/install-port/logs/stdio

gcc -I`ocamlc -where` -I/opt/local/include -O -g -Wall   -c -o init.o init.c
init.c:18:10: fatal error: 'mpi.h' file not found
#include <mpi.h>
         ^~~~~~~
1 error generated.

Change History (0)

Note: See TracTickets for help on using tickets.