Skip to content

Commit

Permalink
sci-electronics/yosys: patch no longer needed for compilation
Browse files Browse the repository at this point in the history
see YosysHQ/yosys#3881 for details
  • Loading branch information
salfter committed Feb 26, 2024
1 parent 6d45d60 commit 086fb5a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metadata/md5-cache/sci-electronics/yosys-0.38
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ KEYWORDS=amd64
LICENSE=ISC
SLOT=0
SRC_URI=https://github.com/YosysHQ/yosys/archive/yosys-0.38.tar.gz https://github.com/YosysHQ/abc/archive/896e5e7dedf9b9b1459fa019f1fa8aa8101fdf43.tar.gz -> abc-896e5e7dedf9b9b1459fa019f1fa8aa8101fdf43.tar.gz
_md5_=fef552696c2950e0c89fcb2ad9848110
_md5_=ce55068f0901dd477335831e3b8bb4e7
2 changes: 1 addition & 1 deletion metadata/md5-cache/sci-electronics/yosys-9999
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PROPERTIES=live
SLOT=0
SRC_URI=https://github.com/YosysHQ/abc/archive/bb64142b07794ee685494564471e67365a093710.tar.gz -> abc-bb64142b07794ee685494564471e67365a093710.tar.gz
_eclasses_=git-r3 86fa1f157b70b9d2ff340c4633b1cf4b
_md5_=9a2c1afdf9cc18e653e4bbeaa2da8ba3
_md5_=158bb2afa140131adcfe2c0cb05589eb
1 change: 0 additions & 1 deletion sci-electronics/yosys/yosys-0.38.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ src_unpack() {
unpack $P.tar.gz
unpack abc-$ABC_GIT_COMMIT.tar.gz
mv $WORKDIR/abc-$ABC_GIT_COMMIT $S/abc
patch -p0 <$FILESDIR/$P-abc-c++17-fix.patch
}

src_compile() {
Expand Down
1 change: 0 additions & 1 deletion sci-electronics/yosys/yosys-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ src_unpack() {
git-r3_fetch $EGIT_REPO_URI
git-r3_checkout $EGIT_REPO_URI
unpack abc-$ABC_GIT_COMMIT.tar.gz
patch -p0 <$FILESDIR/$P-abc-c++17-fix.patch
}

src_prepare() {
Expand Down

0 comments on commit 086fb5a

Please sign in to comment.