StanfordAHA / CGRAFlow

Integration test for entire CGRA flow
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Virtual Machine setup collateral #39

Closed leonardt closed 6 years ago

leonardt commented 6 years ago

This PR includes a set of changes required to automate the setup of a virtual machine with the CGRAFlow environment.

It uses vagrant to handle the download and provisioning of a VM, more information can be found in vagrant/README.md.

Updates install.sh to include the -y flags to bypass the [y,n] prompt for apt commands.

Updates setenv.sh to look for a CGRAFLOW_HOME variable that points to the directory where dependencies are installed. This allows users to use the command source setenv.sh inside their shell configuration files regardless of where the dependencies were installed.

steveri commented 6 years ago

Looks good! The -y was a great idea, wonder why I didn't think of it :)

steveri commented 6 years ago

oops i think i pushed the wrong button