[yosys] 10/11: include ast.h in yosys-dev

Sebastian Kuzminsky seb_kuzminsky-guest at moszumanska.debian.org
Tue Mar 29 04:50:29 UTC 2016


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

seb_kuzminsky-guest pushed a commit to branch doc-dev-debs-2
in repository yosys.

commit 784b9113720d437bdd19a7b1bb7aa648f1c75937
Author: Sebastian Kuzminsky <seb at highlab.com>
Date:   Wed Mar 23 16:05:53 2016 -0600

    include ast.h in yosys-dev
    
    It's needed needed to build the 'vhdl' plugin in yosys-plugins.
---
 debian/patches/add-missing-headers.patch | 14 ++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/add-missing-headers.patch b/debian/patches/add-missing-headers.patch
new file mode 100644
index 0000000..42f5f0d
--- /dev/null
+++ b/debian/patches/add-missing-headers.patch
@@ -0,0 +1,14 @@
+Description: Include all headers needed to build the yosys plugins.
+Author: Sebastian Kuzminsky <seb at highlab.com>
+Index: yosys/Makefile
+===================================================================
+--- yosys.orig/Makefile	2016-03-23 16:03:43.938560251 -0600
++++ yosys/Makefile	2016-03-23 16:04:07.858313544 -0600
+@@ -269,6 +269,7 @@
+ $(eval $(call add_include_file,libs/sha1/sha1.h))
+ $(eval $(call add_include_file,passes/fsm/fsmdata.h))
+ $(eval $(call add_include_file,backends/ilang/ilang_backend.h))
++$(eval $(call add_include_file,frontends/ast/ast.h))
+ 
+ OBJS += kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/yosys.o kernel/cellaigs.o
+ kernel/log.o: CXXFLAGS += -DYOSYS_SRC='"$(YOSYS_SRC)"'
diff --git a/debian/patches/series b/debian/patches/series
index 9650677..a73b804 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 spelling-fixes.patch
 switch-to-free-font.patch
 manual-build.patch
+add-missing-headers.patch

-- 
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