Opened 12 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:
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.
Note: See
TracTickets for help on using
tickets.