The opensource_eda_tool_install.sh script installs several tools at usr/local. Most of them are EDA-specific, but not cmake. It seems to be dangerous to install such a common tool in the hard-coded directory and may result in a conflict with those instances of cmake that are installed in a traditional way (sudo apt-get install cmake).
It would be great to have an option for installation script that will specify the VSDFLOW installation directory. An uninstaller is a desired feature too.
The
opensource_eda_tool_install.shscript installs several tools atusr/local. Most of them are EDA-specific, but not cmake. It seems to be dangerous to install such a common tool in the hard-coded directory and may result in a conflict with those instances of cmake that are installed in a traditional way (sudo apt-get install cmake).It would be great to have an option for installation script that will specify the VSDFLOW installation directory. An uninstaller is a desired feature too.