git: 52d854fd5634 - 2022Q3 - cad/openroad: Broken on systems where OpenMP isn't enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Jul 2022 14:56:18 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=52d854fd5634f346c73c1c4b62a2452ce1e0b8c6
commit 52d854fd5634f346c73c1c4b62a2452ce1e0b8c6
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-23 14:54:28 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-23 14:56:16 +0000
cad/openroad: Broken on systems where OpenMP isn't enabled
Reported by: fallout
(cherry picked from commit 89bd892c5be41b6d45a5b79d5f763afb58cd62a0)
---
cad/openroad/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile
index 4e01b07bbfe2..0e9f395483ce 100644
--- a/cad/openroad/Makefile
+++ b/cad/openroad/Makefile
@@ -12,6 +12,9 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= C++ issue on i386, should be resolved in the next update
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
BUILD_DEPENDS= base64:converters/base64 \
boost-libs>0:devel/boost-libs \