Skip to content

Commit

Permalink
Try force removal of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
broughjt committed Oct 10, 2024
1 parent f5d3d48 commit 72e0087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/platforms/baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
default_start_seed = 1

def install_herbie(install_dir: Path):
subprocess.run(['raco', 'pkg', 'remove', 'avx-herbie', 'fdlibm-herbie', 'vdt-herbie'])
# TODO: Don't know if this will work or not
subprocess.run(['raco', 'pkg', 'remove', '--force', 'avx-herbie', 'fdlibm-herbie', 'vdt-herbie'])
subprocess.run(['git', 'clone', '--branch', 'v2.0.2', 'https://github.com/herbie-fp/herbie', install_dir])
subprocess.run(['make', 'install'], cwd=install_dir)

Expand Down

0 comments on commit 72e0087

Please sign in to comment.