YosysHQ / nextpnr

nextpnr portable FPGA place and route tool
ISC License
1.24k stars 236 forks source link

Fixed header files for boost 1.85.0 #1315

Closed pdaehne closed 2 months ago

pdaehne commented 2 months ago

nextpnr does not compile with the newest boost version 1.85.0 because the header file "boost/filesystem/convenience.hpp" does not exist anymore (removed because of deprecation). See

https://www.boost.org/users/history/version_1_85_0.html

This pull request replaces convenience.hpp with the correct header file.