pkgsrc-WIP-changes archive

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

scip, HiGHS: GCC_REQD reduced to 10 from 12



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

Modified Files:
	HiGHS/Makefile
	scip/Makefile

Log Message:
scip, HiGHS: GCC_REQD reduced to 10 from 12

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

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, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/HiGHS/Makefile b/HiGHS/Makefile
index 14e0a7032f..be43d30345 100644
--- a/HiGHS/Makefile
+++ b/HiGHS/Makefile
@@ -15,7 +15,7 @@ USE_LANGUAGES=	c c++
 
 CXXFLAGS+=	-fpermissive
 
-GCC_REQD+=		12
+GCC_REQD+=	10
 
 PKGCONFIG_OVERRIDE+=	highs.pc.in
 
diff --git a/scip/Makefile b/scip/Makefile
index 7ccccd3e87..2a0b5714c6 100644
--- a/scip/Makefile
+++ b/scip/Makefile
@@ -13,7 +13,7 @@ LICENSE=	apache-2.0
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
-GCC_REQD+=		12
+GCC_REQD+=		10
 
 CMAKE_CONFIGURE_ARGS+=	-DPAPILO=off -DZIMPL=off
 


Home | Main Index | Thread Index | Old Index