pkgsrc-WIP-changes archive

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

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



mayuresh <mayuresh%acm.org@localhost> writes:

> Log Message:
> HiGHS, scip: Added GCC_REQD=12 to make it work with or-tools
>
> 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}

I see USE_LANGUAGES but not USE_CC_FEATURES.  I am guessing this needs
c++NN for some largish N.

Needs comment: documented upstream?  bug workaround?

I would suggest reading the upstream docs and configure.ac (or equiv) to
see what c++nn flavor it needs.


Home | Main Index | Thread Index | Old Index