Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2024 19:18:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 16b85067838c - main - science/ocean: Fix build by adding MAKE_JOBS_UNSAFE
Message-ID:  <202404071918.437JIJqA064809@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404071918.437JIJqA064809>