Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2022 13:39:51 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7a8e54be5299 - main - math/csdp: check for omp.h on all architectures
Message-ID:  <202204271339.23RDdpuN071104@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a8e54be5299bc625097d94fdc40d1a3ab85b52a

commit 7a8e54be5299bc625097d94fdc40d1a3ab85b52a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-27 13:18:31 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-27 13:18:31 +0000

    math/csdp: check for omp.h on all architectures
---
 math/csdp/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/math/csdp/Makefile b/math/csdp/Makefile
index 9319f4d5b148..30b1ebb28469 100644
--- a/math/csdp/Makefile
+++ b/math/csdp/Makefile
@@ -29,9 +29,7 @@ PLIST_FILES=	bin/complement \
 		bin/rand_graph \
 		bin/theta
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
+.if !exists(/usr/include/omp.h)
 USES+=		compiler:gcc-c++11-lib
 .endif
 



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