head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.2 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2025.12.25.16.32.53; author ryoon; state Exp; branches; next 1.1; commitid MpfU2wSdO43LfOnG; 1.1 date 2025.10.17.07.48.44; author wiz; state Exp; branches; next ; commitid 6hnjbC6xt9lrzTeG; desc @@ 1.2 log @devel/nextpnr-ice40: Update to 0.9 Changelog: 0.9: * Adding support for gatemate FPGAs * Improvements to Gowin support * Miscellaneous small iCE40 and ECP5 bugfixes 0.8: * Remove nextpnr-gowin; replaced by Gowin support in nextpnr-himbaechel * Remove unmaintained FPGA interchange support * Updated and reworked CMake build system * Himbaechel: Numerous improvements to Gowin support * Himbaechel: Added experimental NanoXplore NG-Ultra support * Himbaechel: Added APIs and data structures for GUI support * STA: Support for hold time analysis @ text @$NetBSD: patch-bba_CMakeLists.txt,v 1.1 2025/10/17 07:48:44 wiz Exp $ boost 1.89+ made system header-only. --- bba/CMakeLists.txt.orig 2025-12-19 05:38:44.039584814 +0000 +++ bba/CMakeLists.txt @@@@ -4,8 +4,7 @@@@ project(bba CXX) set(CMAKE_CXX_STANDARD 17) find_package(Boost REQUIRED COMPONENTS - program_options - system) + program_options) add_executable(bbasm main.cc) @ 1.1 log @nextpnr*: fix build with latest boost @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- bba/CMakeLists.txt.orig 2025-10-17 07:43:39.364952984 +0000 d7 2 a8 1 @@@@ -3,8 +3,7 @@@@ project(bba CXX) d11 1 a11 2 program_options - filesystem d13 1 a13 1 + filesystem) @