Skip to content

Commit

Permalink
update include and lib paths for openmpi on FreeBSD (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimshrier committed Feb 1, 2024
1 parent 57dc598 commit 5d03de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpi/_cflags.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module mpi

#flag linux -I/usr/lib/x86_64-linux-gnu/openmpi/include -I/usr/include/x86_64-linux-gnu/mpi -pthread
#flag linux -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib
#flag freebsd -I/usr/local/include
#flag freebsd -L/usr/local/opt/libevent/lib -L/usr/local/lib
#flag freebsd -I/usr/local/mpi/openmpi/include -I/usr/local/include
#flag freebsd -L/usr/local/mpi/openmpi/lib -L/usr/local/opt/libevent/lib -L/usr/local/lib
#flag openbsd -I/usr/local/include
#flag openbsd -L/usr/local/opt/libevent/lib -L/usr/local/lib
// Intel, M1 brew, and MacPorts
Expand Down

0 comments on commit 5d03de9

Please sign in to comment.