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-CMakeLists.txt,v 1.1 2025/10/17 07:48:44 wiz Exp $ boost 1.89+ made system header-only. --- CMakeLists.txt.orig 2025-12-19 05:38:32.861154400 +0000 +++ CMakeLists.txt @@@@ -169,7 +169,7 @@@@ else() endif() endif() -set(boost_libs filesystem program_options iostreams system) +set(boost_libs filesystem program_options iostreams) if (Threads_FOUND) list(APPEND boost_libs thread) endif() @ 1.1 log @nextpnr*: fix build with latest boost @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- CMakeLists.txt.orig 2024-01-23 13:00:29.000000000 +0000 d7 3 a9 2 @@@@ -179,7 +179,7 @@@@ endif() find_package(Sanitizers) a10 1 # List of Boost libraries to include @