pkgsrc-WIP-changes archive

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

or-tools: GCC_REQD reduced to 10 from 12, c++20 needs imposed



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Wed Aug 28 20:54:44 2024 +0530
Changeset:	a0c2dd42c3c2c707309eb8b57acf7fb742da3ac9

Modified Files:
	or-tools/Makefile

Log Message:
or-tools: GCC_REQD reduced to 10 from 12, c++20 needs imposed

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

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

diffstat:
 or-tools/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/or-tools/Makefile b/or-tools/Makefile
index 5362cd6c8c..a7acf904ae 100644
--- a/or-tools/Makefile
+++ b/or-tools/Makefile
@@ -14,9 +14,7 @@ LICENSE=	apache-2.0
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
-USE_CXX_FEATURES=	c++20
-FORCE_CXX_STD=		c++20
-GCC_REQD+=		12
+FORCE_CXX_STD=	c++20
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 


Home | Main Index | Thread Index | Old Index