View | Details | Raw Unified | Return to bug 277167
Collapse All | Expand All

(-)b/devel/nextpnr/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	nextpnr
1
PORTNAME=	nextpnr
2
DISTVERSIONPREFIX=	${PORTNAME}-
2
DISTVERSIONPREFIX=	${PORTNAME}-
3
DISTVERSION=	0.6
3
DISTVERSION=	0.7
4
PORTEPOCH=	1
4
PORTEPOCH=	1
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
6
Lines 21-27 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ Link Here
21
		libboost_program_options.so:devel/boost-libs \
21
		libboost_program_options.so:devel/boost-libs \
22
		${PY_BOOST}
22
		${PY_BOOST}
23
23
24
USES=		compiler:c++14-lang cmake qt:5 eigen:3 python gl
24
USES=		compiler:c++17-lang cmake qt:5 eigen:3 python gl
25
USE_QT=		buildtools:build core gui opengl qmake:build widgets
25
USE_QT=		buildtools:build core gui opengl qmake:build widgets
26
USE_GL=		gl glu
26
USE_GL=		gl glu
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
(-)b/devel/nextpnr/distinfo (-4 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1699749151
1
TIMESTAMP = 1708362222
2
SHA256 (YosysHQ-nextpnr-nextpnr-0.6_GH0.tar.gz) = 76fa4bca48cc8462a8a3c28f89673439e7632a9baabc7bb121c58b75936d2d0b
2
SHA256 (YosysHQ-nextpnr-nextpnr-0.7_GH0.tar.gz) = bd173cb218c97f66e4afdf7b886d70c8c0893f544a1cf20b50c0182a1d9f2f45
3
SIZE (YosysHQ-nextpnr-nextpnr-0.6_GH0.tar.gz) = 4545679
3
SIZE (YosysHQ-nextpnr-nextpnr-0.7_GH0.tar.gz) = 4711765
4
SHA256 (YosysHQ-nextpnr-tests-00c55a9e_GH0.tar.gz) = 2240aa0c61211a62ca307ef8d8b0f58c4ebb59ecb61334c45bf586daf69d964b
4
SHA256 (YosysHQ-nextpnr-tests-00c55a9e_GH0.tar.gz) = 2240aa0c61211a62ca307ef8d8b0f58c4ebb59ecb61334c45bf586daf69d964b
5
SIZE (YosysHQ-nextpnr-tests-00c55a9e_GH0.tar.gz) = 1039171
5
SIZE (YosysHQ-nextpnr-tests-00c55a9e_GH0.tar.gz) = 1039171
6
- 

Return to bug 277167