git: bdbfeda4ceb1 - main - science/gromacs: Minor correction
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 May 2024 22:52:38 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdbfeda4ceb15d54fd8e5ecd83200a07a44c29cc commit bdbfeda4ceb15d54fd8e5ecd83200a07a44c29cc Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-27 21:12:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-27 22:52:35 +0000 science/gromacs: Minor correction --- science/gromacs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 0c4668c264c1..60d8a4dd052f 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -101,6 +101,7 @@ MPICH_CMAKE_ON= -DGMX_MPI:BOOL=ON \ MPICH_PLIST_SUB= SUFFIX_MPI="_mpi" OPENMP_CMAKE_BOOL= GMX_OPENMP + OPENMPI_BUILD_DEPENDS= openmpi>0:net/openmpi OPENMPI_RUN_DEPENDS= openmpi>0:net/openmpi OPENMPI_CMAKE_ON= -DGMX_MPI:BOOL=ON \