mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
40 lines
1.0 KiB
Makefile
40 lines
1.0 KiB
Makefile
PORTNAME= nextpnr
|
|
DISTVERSION= g20200804
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= manu@FreeBSD.org
|
|
COMMENT= Portable FPGA place and route tool
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NOT_FOR_ARCHS= i386
|
|
NOT_FOR_ARCHS_REASON= clang segfault
|
|
BROKEN_FreeBSD_11_powerpc64= runaway build
|
|
BROKEN_FreeBSD_12_powerpc64= runaway build
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/trellis/database:devel/trellis \
|
|
${LOCALBASE}/share/icebox:devel/icestorm
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
|
libboost_filesystem.so:devel/boost-libs \
|
|
libboost_program_options.so:devel/boost-libs \
|
|
${PY_BOOST}
|
|
|
|
USES= compiler:c++11-lang cmake qt:5 eigen:3 python:3.5+ gl
|
|
USE_QT= buildtools_build core gui opengl qmake_build widgets
|
|
USE_GL= gl glu
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= YosysHQ
|
|
GH_TAGNAME= 48cd407
|
|
GH_TUPLE= YosysHQ:nextpnr-tests:8f93e7e:tests/tests
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
|
|
|
CMAKE_ARGS= -DARCH="ice40;ecp5" -DTRELLIS_ROOT=${LOCALBASE}/share/trellis/
|
|
|
|
PLIST_FILES= bin/nextpnr-ecp5 \
|
|
bin/nextpnr-ice40
|
|
|
|
.include <bsd.port.mk>
|