pkgsrc-WIP-changes archive

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

OpenROAD: buildlinks of cudd and nauty added



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Aug 26 20:54:15 2024 +0530
Changeset:	0c927b0f6cfe37dd3c7f0ecd526a4bb546565e50

Modified Files:
	OpenROAD/Makefile

Log Message:
OpenROAD: buildlinks of cudd and nauty added

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

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

diffstat:
 OpenROAD/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/OpenROAD/Makefile b/OpenROAD/Makefile
index 0abef469d9..e9716804b2 100644
--- a/OpenROAD/Makefile
+++ b/OpenROAD/Makefile
@@ -13,8 +13,7 @@ COMMENT=	ASIC physical design tool
 LICENSE=	modified-bsd
 
 USE_LANGUAGES=	c c++
-USE_TOOLS+=	bison cmake bash gmake
-USE_CMAKE=	yes
+USE_TOOLS+=	bison bash gmake
 
 CXXFLAGS+=	-I${PREFIX}/include/eigen3 \
 
@@ -31,10 +30,10 @@ TOOL_DEPENDS+=  swig4-[0-9]*:../../devel/swig4
 
 SUBST_SED.compiler=	-e 's|g++|'${CXX:Q}'|g'
 
-UNRESOLVED_LIB_DEPS= libortools.so:math/or-tools \
-		libcudd.so:math/cudd \
-		libnauty.so:math/nauty \
+UNRESOLVED_LIB_DEPS= libortools.so:math/or-tools
 
+.include "../../wip/nauty/buildlink3.mk"
+.include "../../wip/cudd/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/abseil/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
@@ -45,4 +44,5 @@ UNRESOLVED_LIB_DEPS= libortools.so:math/or-tools \
 .include "../../math/openblas/buildlink3.mk"
 .include "../../textproc/fmtlib/buildlink3.mk"
 .include "../../wip/ThirdParty-ASL/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index