Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2025 09:22:06 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: eb9650e1cc09 - main - science/libnegf: Broken where OpenMP isn't available
Message-ID:  <202501040922.5049M64I044330@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=eb9650e1cc097a965b9c63ef91d000db6e913e92

commit eb9650e1cc097a965b9c63ef91d000db6e913e92
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-04 09:21:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-04 09:21:44 +0000

    science/libnegf: Broken where OpenMP isn't available
    
    Reported by:    fallout
---
 science/libnegf/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/science/libnegf/Makefile b/science/libnegf/Makefile
index 9359a42592b1..804a1876ea89 100644
--- a/science/libnegf/Makefile
+++ b/science/libnegf/Makefile
@@ -10,6 +10,10 @@ WWW=		https://github.com/libnegf/libnegf
 
 LICENSE=	GPLv3
 
+.if !exists(/usr/include/omp.h)
+BROKEN=		requires OpenMP support that is missing on this architecture
+.endif
+
 LIB_DEPENDS=	libmpi.so:net/mpich \
 		libopenblas.so:math/openblas
 



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