pkgsrc-WIP-changes archive

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

OpenSTA: upgraded to 2.5.0 (identified so by a commit tag by upstream)



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Thu Sep 12 19:01:08 2024 +0530
Changeset:	6e0f80ba3c95106cb5c6cbf1276fd1a47be0b09f

Modified Files:
	OpenSTA/Makefile
	OpenSTA/PLIST
	OpenSTA/distinfo
Removed Files:
	OpenSTA/patches/patch-CMakeLists.txt

Log Message:
OpenSTA: upgraded to 2.5.0 (identified so by a commit tag by upstream)

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

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

diffstat:
 OpenSTA/Makefile                     |  6 +++---
 OpenSTA/PLIST                        |  6 +-----
 OpenSTA/distinfo                     |  6 +++---
 OpenSTA/patches/patch-CMakeLists.txt | 15 ---------------
 4 files changed, 7 insertions(+), 26 deletions(-)

diffs:
diff --git a/OpenSTA/Makefile b/OpenSTA/Makefile
index 701cc3e1e7..4dbd530839 100644
--- a/OpenSTA/Makefile
+++ b/OpenSTA/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
-DISTNAME=	OpenSTA-2.2.0
+GITHUB_TAG=	2dcf169d9fe8a03aac659f9a214dd6dad6cefecf
+DISTNAME=	OpenSTA-2.5.0
 CATEGORIES=	cad devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=The-OpenROAD-Project/}
 
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/The-OpenROAD-Project/OpenSTA/
 COMMENT=	Gate level static timing verifier
 LICENSE=	gnu-gpl-v3
 
-WRKSRC=	${WRKDIR}/${DISTNAME}
+WRKSRC=	${WRKDIR}/OpenSTA-${GITHUB_TAG}
 
 GCC_REQD+=	13
 FORCE_CXX_STD=	c++20
diff --git a/OpenSTA/PLIST b/OpenSTA/PLIST
index 32696a352f..5a1ce2251d 100644
--- a/OpenSTA/PLIST
+++ b/OpenSTA/PLIST
@@ -1,11 +1,9 @@
 @comment $NetBSD$
 bin/sta
-etc/SwigCleanup.tcl
 etc/TclEncode.tcl
 include/sta/ArcDelayCalc.hh
 include/sta/ArrayTable.hh
 include/sta/Bfs.hh
-include/sta/ClkInfo.hh
 include/sta/ClkNetwork.hh
 include/sta/Clock.hh
 include/sta/ClockGatingCheck.hh
@@ -26,7 +24,6 @@ include/sta/DelayNormal1.hh
 include/sta/DelayNormal2.hh
 include/sta/DeratingFactors.hh
 include/sta/DisabledPorts.hh
-include/sta/DisallowCopyAssign.hh
 include/sta/DispatchQueue.hh
 include/sta/EnumNameMap.hh
 include/sta/EquivCells.hh
@@ -39,8 +36,6 @@ include/sta/GraphClass.hh
 include/sta/GraphCmp.hh
 include/sta/GraphDelayCalc.hh
 include/sta/Hash.hh
-include/sta/HashMap.hh
-include/sta/HashSet.hh
 include/sta/HpinDrvrLoad.hh
 include/sta/InputDrive.hh
 include/sta/InternalPower.hh
@@ -48,6 +43,7 @@ include/sta/Iterator.hh
 include/sta/LeakagePower.hh
 include/sta/Liberty.hh
 include/sta/LibertyClass.hh
+include/sta/LibertyWriter.hh
 include/sta/LinearModel.hh
 include/sta/Machine.hh
 include/sta/MakeConcreteNetwork.hh
diff --git a/OpenSTA/distinfo b/OpenSTA/distinfo
index 8aeee91abe..c95a40766e 100644
--- a/OpenSTA/distinfo
+++ b/OpenSTA/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (OpenSTA-2.2.0.tar.gz) = b615d5a1d3294c0d73436b6e663597f8b959f7d02bdb29fc145644e7ead5b510
-SHA512 (OpenSTA-2.2.0.tar.gz) = 130e1933f0a62e74ec64cee0b0aeb7fea4283e9c067b060752e7d27cca11095b0114923979197a5cdaafe98b5d6cc2d03a7a710b14f18ae0a0d79eb7d55eafdb
-Size (OpenSTA-2.2.0.tar.gz) = 4873166 bytes
+BLAKE2s (OpenSTA-2.5.0-2dcf169d9fe8a03aac659f9a214dd6dad6cefecf.tar.gz) = 09d22dd938de4086ec8a16d555979304a5732f51f5ee6dc4d18c89108f599fd1
+SHA512 (OpenSTA-2.5.0-2dcf169d9fe8a03aac659f9a214dd6dad6cefecf.tar.gz) = de1bf7ec6a561698ccbb078bc24f222209cfcdcda2dde82b8c048b48eea9290635dfbec35de897ec3ea25ba4f45c202ed9f60b8a0810621d34c06bb35e2a31c0
+Size (OpenSTA-2.5.0-2dcf169d9fe8a03aac659f9a214dd6dad6cefecf.tar.gz) = 7510689 bytes
 SHA1 (patch-CMakeLists.txt) = 03d106e4005ebc8775e954a7a6e2bfeaae250908
diff --git a/OpenSTA/patches/patch-CMakeLists.txt b/OpenSTA/patches/patch-CMakeLists.txt
deleted file mode 100644
index 4e45671df0..0000000000
--- a/OpenSTA/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Seeking exact version 3.0 does not work
-
---- CMakeLists.txt.orig	2024-09-01 05:53:35.626597181 +0000
-+++ CMakeLists.txt
-@@ -291,7 +291,7 @@ add_flex_bison_dependency(SdfLex SdfPars
- 
- ################################################################
- 
--find_package(SWIG REQUIRED 3.0)
-+find_package(SWIG REQUIRED)
- include(UseSWIG)
- 
- set(STA_SWIG_FILE app/StaApp.i)


Home | Main Index | Thread Index | Old Index