[yosys] 44/57: abc executable is called berkeley-abc

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Sep 17 16:08:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository yosys.

commit 89320953cb07f577b31c926c900ea288d41be2c3
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Sep 13 13:21:57 2014 +0200

    abc executable is called berkeley-abc
---
 debian/patches/05_abc_executable.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/05_abc_executable.patch b/debian/patches/05_abc_executable.patch
index a14677b..96d92f4 100644
--- a/debian/patches/05_abc_executable.patch
+++ b/debian/patches/05_abc_executable.patch
@@ -13,7 +13,7 @@ Index: yosys/passes/abc/abc.cc
  		log_push();
  
 -		std::string exe_file = proc_self_dirname() + "yosys-abc";
-+		std::string exe_file = proc_self_dirname() + "abc";
++		std::string exe_file = proc_self_dirname() + "berkeley-abc";
  		std::string script_file, liberty_file, constr_file, clk_str, delay_target;
  		bool dff_mode = false, keepff = false, cleanup = true;
  		int lut_mode = 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git



More information about the debian-science-commits mailing list