lip6 / coriolis

Coriolis VLSI EDA Tool (LIP6)
https://coriolis.lip6.fr
GNU General Public License v2.0
48 stars 5 forks source link

make clean_build/make uninstall don't work #20

Open Coloquinte opened 1 year ago

Coloquinte commented 1 year ago

We don't have the right path when calling clean_build or uninstall. This is because it uses INST_ROOT/ISYS_ROOT, which are not correct from there.

It cannot be simply remedied by changing how we compute the path in bootstrap/coriolisEnv.py, as it needs to remain correct to setup the environment when called from the installed coriolis. So for now it's a manual cleanup

robtaylor commented 1 year ago

when https://github.com/lip6/coriolis/pull/29 is complete, this should solve this issue