pkgsrc-WIP-changes archive

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

or-tools: some more dependencies resolved



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Aug 26 18:25:26 2024 +0530
Changeset:	c284216fa848c6e4d662e098cf267d526634fcd8

Modified Files:
	or-tools/Makefile

Log Message:
or-tools: some more dependencies resolved

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

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

diffstat:
 or-tools/Makefile | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diffs:
diff --git a/or-tools/Makefile b/or-tools/Makefile
index 6c65d2be6a..095caa9791 100644
--- a/or-tools/Makefile
+++ b/or-tools/Makefile
@@ -11,12 +11,16 @@ COMMENT=	Google's Operations Research tools
 LICENSE=	apache-2.0
 
 USE_LANGUAGES=	c c++
-USE_TOOLS+=	gmake
+USE_TOOLS+=	gmake highs
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
 
 .include "../../wip/ThirdParty-Mumps/buildlink3.mk"
+.include "../../wip/nauty/buildlink3.mk"
 .include "../../wip/ThirdParty-ASL/buildlink3.mk"
 .include "../../devel/abseil/buildlink3.mk"
 .include "../../math/openblas/buildlink3.mk"
+.include "../../math/eigen3/buildlink3.mk"
 .include "../../devel/gflags/buildlink3.mk"
 .include "../../devel/protobuf/buildlink3.mk"
 .include "../../devel/re2/buildlink3.mk"
@@ -33,12 +37,16 @@ USE_TOOLS+=	gmake
 # 		OK libopenblas.so:math/openblas \
 # 		OK libprotobuf.so:devel/protobuf \
 # 		OK libre2.so:devel/re2
+# 		OK libnauty.so:math/nauty \
 #
-# 		libnauty.so:math/nauty \
 # 		libCbc.so:math/cbc \
 # 		libCgl.so:math/cgl \
 # 		libCoinUtils.so:math/coinutils \
 # 		libOsi.so:math/osi \
 # 		libOsiClp.so:math/clp \
 #
-# USES=		blaslapack cmake:testing compiler:c++17-lang eigen:3 pkgconfig
+# USES=		OK eigen:3
+#      		blaslapack
+# 		cmake:testing
+# 		compiler:c++17-lang
+# 		pkgconfig


Home | Main Index | Thread Index | Old Index