Skip to content
Snippets Groups Projects
Commit 0102b4f8df9c authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

setup-base-dir: install poulpe from the `tooling` one.

This will make the venv consistent with the repository at hand.
parent a405bf43f90a
No related branches found
No related tags found
1 merge request!27setup-base-dir: also add a symlink to poulpe directly
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
...@@ -132,8 +132,6 @@ ...@@ -132,8 +132,6 @@
old_dir = os.curdir old_dir = os.curdir
os.chdir(base_path) os.chdir(base_path)
try: try:
install_poulpe(POULPE_DIR)
setup_quick_access(base_path)
print("Create symlinks to Poulpe") print("Create symlinks to Poulpe")
tooling = Path(TOOLING) tooling = Path(TOOLING)
...@@ -149,6 +147,9 @@ ...@@ -149,6 +147,9 @@
suite_name = b.name suite_name = b.name
os.symlink('..' / b, bench / suite_name) os.symlink('..' / b, bench / suite_name)
install_poulpe(local_poulpe)
setup_quick_access(base_path)
finally: finally:
os.chdir(old_dir) os.chdir(old_dir)
......
...@@ -9,5 +9,6 @@ ...@@ -9,5 +9,6 @@
$ $PYTHON $SRC_DIR/bin/setup-base-dir benchmark-home $ $PYTHON $SRC_DIR/bin/setup-base-dir benchmark-home
Creating folders Creating folders
Create symlinks to Poulpe
Installing poulpe (editable) into a new venv Installing poulpe (editable) into a new venv
Creating a "bin/" directory with some utility Creating a "bin/" directory with some utility
...@@ -12,6 +13,5 @@ ...@@ -12,6 +13,5 @@
Installing poulpe (editable) into a new venv Installing poulpe (editable) into a new venv
Creating a "bin/" directory with some utility Creating a "bin/" directory with some utility
Create symlinks to Poulpe
cloning repositories to benchmark cloning repositories to benchmark
updating environment variable updating environment variable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment