pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

OpenSTA: updated compiler and C++ version as needed to build OpenROAD



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Thu Sep 12 17:58:09 2024 +0530
Changeset:	456b81c5c26361f5e2b5e2f46cbbd98a8cad36cf

Modified Files:
	OpenSTA/Makefile

Log Message:
OpenSTA: updated compiler and C++ version as needed to build OpenROAD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=456b81c5c26361f5e2b5e2f46cbbd98a8cad36cf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 OpenSTA/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/OpenSTA/Makefile b/OpenSTA/Makefile
index 7d58c84f19..701cc3e1e7 100644
--- a/OpenSTA/Makefile
+++ b/OpenSTA/Makefile
@@ -12,7 +12,8 @@ LICENSE=	gnu-gpl-v3
 
 WRKSRC=	${WRKDIR}/${DISTNAME}
 
-GCC_REQD+=	10
+GCC_REQD+=	13
+FORCE_CXX_STD=	c++20
 
 USE_LANGUAGES=	c++
 


Home | Main Index | Thread Index | Old Index