git: 16b85067838c - main - science/ocean: Fix build by adding MAKE_JOBS_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Apr 2024 19:18:19 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=16b85067838cbde60d3ccd30198f2f72ea13580a commit 16b85067838cbde60d3ccd30198f2f72ea13580a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-07 19:17:13 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-07 19:17:13 +0000 science/ocean: Fix build by adding MAKE_JOBS_UNSAFE Reported by: fallout --- science/ocean/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/ocean/Makefile b/science/ocean/Makefile index 70345b0311ab..1d3d1b9dc400 100644 --- a/science/ocean/Makefile +++ b/science/ocean/Makefile @@ -30,6 +30,8 @@ MAKE_ARGS= MPIFC=${MPIFC} \ MPI_HOME=${MPI_HOME} \ MPI_LIBS="${MPI_LIBS}" +MAKE_JOBS_UNSAFE= yes # parallel build fails, see https://github.com/times-software/OCEAN/issues/327 + BINARY_ALIAS= make=${GMAKE} OPTIONS_SINGLE= MPI