pkgsrc-WIP-changes archive

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

HiGHS, scip: Added GCC_REQD=12 to make it work with or-tools



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Wed Aug 28 17:07:55 2024 +0530
Changeset:	ece8f28e3c810293e8e150d6d0f82f36eda69ffc

Modified Files:
	HiGHS/Makefile
	scip/Makefile

Log Message:
HiGHS, scip: Added GCC_REQD=12 to make it work with or-tools

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

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

diffstat:
 HiGHS/Makefile | 2 ++
 scip/Makefile  | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/HiGHS/Makefile b/HiGHS/Makefile
index 5276134471..14e0a7032f 100644
--- a/HiGHS/Makefile
+++ b/HiGHS/Makefile
@@ -15,6 +15,8 @@ USE_LANGUAGES=	c c++
 
 CXXFLAGS+=	-fpermissive
 
+GCC_REQD+=		12
+
 PKGCONFIG_OVERRIDE+=	highs.pc.in
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
diff --git a/scip/Makefile b/scip/Makefile
index d83665a369..7ccccd3e87 100644
--- a/scip/Makefile
+++ b/scip/Makefile
@@ -13,6 +13,8 @@ LICENSE=	apache-2.0
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
+GCC_REQD+=		12
+
 CMAKE_CONFIGURE_ARGS+=	-DPAPILO=off -DZIMPL=off
 
 CXXFLAGS+=	-fpermissive


Home | Main Index | Thread Index | Old Index