pkgsrc-WIP-changes archive

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

yosys - Add gawk & flex to dependency list. Add more versions to PYTHON_VERSIONS_ACCEPTED Add mercurial as a dep because I've not fixed build to not fetch files during build yet.



Module Name:	pkgsrc-wip
Committed By:	Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By:	sevan
Date:		Thu Feb 16 16:27:19 2017 +0000
Changeset:	43718a6503a5be55b4ac1a80402e4c60beb494ea

Modified Files:
	yosys/Makefile

Log Message:
yosys - Add gawk & flex to dependency list.
Add more versions to PYTHON_VERSIONS_ACCEPTED
Add mercurial as a dep because I've not fixed build to not fetch files during build yet.

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

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

diffstat:
 yosys/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/yosys/Makefile b/yosys/Makefile
index 7cd9bcab7e..d896503c48 100644
--- a/yosys/Makefile
+++ b/yosys/Makefile
@@ -11,10 +11,10 @@ COMMENT=	Yosys is a framework for Verilog RTL synthesis
 LICENSE=	isc
 
 USE_LANGUAGES+=	c c++
-USE_TOOLS+=	gmake pkg-config bison
-PYTHON_VERSIONS_ACCEPTED= 34
-#PYTHON_VERSIONS_INCOMPATIBLE= 	27
+USE_TOOLS+=	gmake pkg-config bison gawk flex
+PYTHON_VERSIONS_ACCEPTED= 36 35 34
 PKGCONFIG_CONFIG= 	${PKG_CONFIG:Q}
+DEPENDS+= 	py27-mercurial-[0-9]*:../../devel/py-mercurial
 
 WRKSRC= 		${WRKDIR}/yosys-${GITHUB_TAG}
 
@@ -45,6 +45,8 @@ SUBST_FILES.python+= 	tests/realmath/generate.py
 SUBST_FILES.python+= 	tests/share/generate.py
 SUBST_FILES.python+= 	tests/tools/txt2tikztiming.py
 
+.include "../../lang/python/pyversion.mk"
+.include "../../lang/tcl/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../devel/libffi/buildlink3.mk"


Home | Main Index | Thread Index | Old Index