3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-22 23:25:51 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Daeho Ro
cf773aaa13
cmake: allow system fmt/tomlplusplus/boost for bundled deps
FetchContent now tries find_package() first for fmt, tomlplusplus and
Boost.Regex, only falling back to the vendored copies when no system
package is found. This lets distribution and package-manager builds
(e.g. Homebrew) link against system libraries instead of the bundles,
without changing the default behaviour for a plain source build.
2026-07-12 19:48:47 +09:00
Miodrag Milanovic
8ad4ffcdd1 Cleanup 2026-07-08 08:34:01 +02:00
Miodrag Milanovic
61bc3bd287 Add option to build/install slang tools 2026-07-07 14:51:44 +02:00
Miodrag Milanovic
05c0adae77 Slang frontend integration 2026-07-06 15:49:56 +02:00
Catherine
a727e7f6e7 Migrate build system to CMake
See #5895 for details.

This commit does not include CI or documentation changes.
2026-06-03 08:58:10 +00:00