mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
6 lines
225 B
INI
6 lines
225 B
INI
[mpi]
|
|
mpi_dir = %%LOCALBASE%%/mpi/openmpi
|
|
mpicc = %(mpi_dir)s/bin/mpicc
|
|
mpicxx = %(mpi_dir)s/bin/mpicxx
|
|
library_dirs = %(mpi_dir)s/lib
|
|
runtime_library_dirs = %(library_dirs)s
|