vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
433 stars 44 forks source link

Build Script Bit-Rot #161

Closed eschkufz closed 4 years ago

eschkufz commented 4 years ago

Overview

Our build script has stopped working on newer versions of xcode/clang. This appears to be due to the dependence on the conan package manager. But the only thing we use conan for is to pull down packages for ncurses and google test/benchmark, all of which are available on apt-get and homebrew. Let's remove the dependency on conan and pmm.

Deliverables