Skip to content

Commit

Permalink
devel/ga: Add test arguments needed for tests to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jul 27, 2023
1 parent 5cfda4f commit af0d3a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devel/ga/Makefile
Expand Up @@ -24,11 +24,14 @@ LDFLAGS+= -lscalapack
INSTALL_TARGET= install-strip
TEST_TARGET= check # test asserts, see https://github.com/GlobalArrays/ga/issues/312

MPIEXEC_ARGS= -np 2

OPTIONS_RADIO= MPI
OPTIONS_RADIO_MPI= MPICH OPENMPI
OPTIONS_DEFAULT= MPICH # the default should be the same as for the MPI option in math/scalapack

MPICH_LIB_DEPENDS= libmpich.so:net/mpich
MPICH_VARS= TEST_ARGS+=MPIEXEC="${LOCALBASE}/bin/mpiexec ${MPIEXEC_ARGS}"

OPENMPI_BUILD_DEPENDS= openmpi>0:net/openmpi
OPENMPI_RUN_DEPENDS= openmpi>0:net/openmpi
Expand All @@ -38,5 +41,6 @@ OPENMPI_CONFIGURE_ENV= CC=${LOCALBASE}/mpi/openmpi/bin/mpicc MPICC=${LOCALBASE}
FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 MPIFC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \
LDFLAGS="-L${LOCALBASE}/mpi/openmpi/lib -Wl,-rpath,${LOCALBASE}/mpi/openmpi/lib"
OPENMPI_MAKE_ARGS= FREEBSD_LINK_FLAGS="-L${LOCALBASE}/mpi/openmpi/lib -Wl,-rpath,${LOCALBASE}/mpi/openmpi/lib -lmpi"
OPENMPI_VARS= TEST_ARGS+=MPIEXEC="${LOCALBASE}/mpi/openmpi/bin/mpiexec ${MPIEXEC_ARGS}"

.include <bsd.port.mk>

0 comments on commit af0d3a4

Please sign in to comment.