pkgsrc-WIP-changes archive

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

OpenROAD: builds and runs fine, though watch the linker warning (TODO)



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Sat Sep 14 12:01:20 2024 +0530
Changeset:	f792a55fadd824fd37927e701462380382b420ad

Modified Files:
	OpenROAD/Makefile
	OpenROAD/PLIST
	OpenROAD/TODO

Log Message:
OpenROAD: builds and runs fine, though watch the linker warning (TODO)

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

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

diffstat:
 OpenROAD/Makefile | 4 +++-
 OpenROAD/PLIST    | 4 +---
 OpenROAD/TODO     | 4 +++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/OpenROAD/Makefile b/OpenROAD/Makefile
index d4e14af37c..5cdb610163 100644
--- a/OpenROAD/Makefile
+++ b/OpenROAD/Makefile
@@ -30,9 +30,11 @@ CMAKE_CONFIGURE_ARGS+=	-DUSE_SYSTEM_ABC=ON
 CMAKE_CONFIGURE_ARGS+=	-DENABLE_TESTS=OFF
 CMAKE_CONFIGURE_ARGS+=	-DOPENSTA_HOME=${PREFIX}/share/sta
 
+BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
+
 TOOL_DEPENDS+=	doxygen-[0-9]*:../../devel/doxygen
 
-LDFLAGS+=	-lcudd
+LDFLAGS+=	-lcudd -labc
 
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"
diff --git a/OpenROAD/PLIST b/OpenROAD/PLIST
index 92ba51a2d7..0eae08f18a 100644
--- a/OpenROAD/PLIST
+++ b/OpenROAD/PLIST
@@ -1,4 +1,2 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+bin/openroad
diff --git a/OpenROAD/TODO b/OpenROAD/TODO
index 6fde6285a0..fecc37b98e 100644
--- a/OpenROAD/TODO
+++ b/OpenROAD/TODO
@@ -1 +1,3 @@
-Open issue: -ldl to be avoided on BSD
+Linker warning: could not get libboost to link with .7 by forcing the compiler version to be same as OpenROAD
+
+/usr/bin/ld: warning: libstdc++.so.9, needed by /usr/pkgsrc/work/wip/OpenROAD/work/.buildlink/lib/libboost_serialization.so, may conflict with libstdc++.so.7


Home | Main Index | Thread Index | Old Index