diff --git a/devel/nextpnr-devel/Makefile b/devel/nextpnr-devel/Makefile index feb9e5151bd0..3e009f16f9ba 100644 --- a/devel/nextpnr-devel/Makefile +++ b/devel/nextpnr-devel/Makefile @@ -1,51 +1,52 @@ PORTNAME= nextpnr PORTVERSION= g20250312 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= -devel MAINTAINER= jbo@FreeBSD.org COMMENT= Portable FPGA place and route tool WWW= https://github.com/YosysHQ/nextpnr LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= clang segfault BUILD_DEPENDS= ${LOCALBASE}/share/trellis/database:devel/trellis \ ${LOCALBASE}/share/icebox:devel/icestorm \ ${LOCALBASE}/share/prjpeppercorn:devel/prjpeppercorn112 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs USES= compiler:c++17-lang cmake llvm:min=20 qt:6 eigen:3 python USE_QT= base USE_GITHUB= yes GH_ACCOUNT= YosysHQ GH_TUPLE= YosysHQ:nextpnr-tests:ce15412:tests/tests GH_TAGNAME= 54f160d855b39b9ad1b4b40262907699c44f5cdd CONFLICTS_INSTALL= nextpnr PORTSCOUT= ignore:1 BINARY_ALIAS= python3=${PYTHON_CMD} CMAKE_ARGS= -DARCH="ice40;ecp5;himbaechel" \ -DHIMBAECHEL_UARCH="gatemate" \ -DHIMBAECHEL_PEPPERCORN_PATH=${LOCALBASE}/share/prjpeppercorn \ -DTRELLIS_ROOT=${LOCALBASE}/share/trellis/ CMAKE_ON= BUILD_GUI # Don't create __pycache__ directory when executing blueprint-compiler # This is a workaround to avoid filesystem violations during poudriere build MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 .if exists(/usr/include/omp.h) CMAKE_ON+= USE_OPENMP .else CMAKE_OFF+= USE_OPENMP .endif .include diff --git a/devel/nextpnr/Makefile b/devel/nextpnr/Makefile index b6207252dc44..f03ba6b2199f 100644 --- a/devel/nextpnr/Makefile +++ b/devel/nextpnr/Makefile @@ -1,49 +1,50 @@ PORTNAME= nextpnr DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.10 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org COMMENT= Portable FPGA place and route tool WWW= https://github.com/YosysHQ/nextpnr LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= clang segfault BUILD_DEPENDS= ${LOCALBASE}/share/trellis/database:devel/trellis \ ${LOCALBASE}/share/icebox:devel/icestorm \ ${LOCALBASE}/share/prjpeppercorn:devel/prjpeppercorn112 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs USES= compiler:c++17-lang cmake llvm:min=20 qt:6 eigen:3 python USE_QT= base USE_GITHUB= yes GH_ACCOUNT= YosysHQ GH_TUPLE= YosysHQ:nextpnr-tests:ce15412:tests/tests CONFLICTS_INSTALL= nextpnr-devel BINARY_ALIAS= python3=${PYTHON_CMD} CMAKE_ARGS= -DARCH="ice40;ecp5;himbaechel" \ -DHIMBAECHEL_UARCH="gatemate" \ -DHIMBAECHEL_PEPPERCORN_PATH=${LOCALBASE}/share/prjpeppercorn \ -DTRELLIS_ROOT=${LOCALBASE}/share/trellis/ CMAKE_ON= BUILD_GUI # Don't create __pycache__ directory when executing blueprint-compiler # This is a workaround to avoid filesystem violations during poudriere build MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 .if exists(/usr/include/omp.h) CMAKE_ON+= USE_OPENMP .else CMAKE_OFF+= USE_OPENMP .endif .include