pkgsrc-WIP-changes archive

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

or-tools: some CMAKE directives found redundant, removed



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Wed Aug 28 16:40:46 2024 +0530
Changeset:	b2b3cae0b5c592545a1ea8761794f52d82f754b8

Modified Files:
	or-tools/Makefile

Log Message:
or-tools: some CMAKE directives found redundant, removed

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

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

diffstat:
 or-tools/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/or-tools/Makefile b/or-tools/Makefile
index 23a4dfcdfb..5362cd6c8c 100644
--- a/or-tools/Makefile
+++ b/or-tools/Makefile
@@ -21,8 +21,6 @@ GCC_REQD+=		12
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 CMAKE_CONFIGURE_ARGS+=	-DUSE_COINOR=OFF
-CMAKE_CONFIGURE_ARGS+=	-DBUILD_absl=OFF
-CMAKE_CONFIGURE_ARGS+=	-DBUILD_DEPS=OFF
 CMAKE_CONFIGURE_ARGS+=	-DBUILD_EXAMPLES=OFF
 
 .include "../../wip/HiGHS/buildlink3.mk"


Home | Main Index | Thread Index | Old Index